 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Router Flapping</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/networking/router-flapping/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 15:49:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Configure Two gateway to work at same time</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/configure-two-gateway-to-work-at-same-time/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/configure-two-gateway-to-work-at-same-time/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 05:12:03 +0000</pubDate>
		<dc:creator>Sarasvatas</dc:creator>
				<category><![CDATA[Configure]]></category>
		<category><![CDATA[GATEWAY]]></category>
		<category><![CDATA[Router Flapping]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[[strong]I have a network with two routers with different IP addresses. One of the routers is for Internet access and the other makes a VPN connection to another location. [/strong] What should I do in order to allow a PC with Windows 2000/XP to access both locations (Internet and VPN) at the same time since [...]]]></description>
				<content:encoded><![CDATA[<p>[strong]I have a network with two routers with different IP addresses. One of the routers is for Internet access and the other makes a VPN connection to another location. [/strong] What should I do in order to allow a PC with Windows 2000/XP to access both locations (Internet and VPN) at the same time since Windows Network configuration doesn&#8217;t allow for more than one gateway configured? Many thanks. <img width="1" src="http://media.techtarget.com/expertAnswerCenter/images/spacer.gif" height="10" class="block" /> QUESTION POSED ON: 11 APR 2005 QUESTION ANSWERED BY: Chris Partsenidis <img width="1" src="http://media.techtarget.com/expertAnswerCenter/images/spacer.gif" height="10" class="block" /> The answer to your solution is quite simple. <br/><br/> You use one router for your VPN and the other for general Internet activities, so what you&#8217;ll need to do is create multiple route entries in your Windows machine, so it knows when it should use either router. <br/><br/> The easiest way to achieve this would be to set as a gateway the router you use for your main Internet connection, and then use the following commands to pass all traffic related to your VPN through the VPN router: <br/><br/>
<pre class="brush: plain; title: ; notranslate">'route –p add &amp;lt;vpn network&amp;gt; mask 255.255.255.0 &amp;lt;vpn router IP&amp;gt;'</pre>
<p> <br/><br/> You&#8217;ll need to repeat this commands depending on the number of networks you need to contact through your VPN. <br/><br/> The
<pre class="brush: plain; title: ; notranslate">-p</pre>
<p> option makes the route entry permanent, meaning that if you reboot your PC, these entries will still remain in your routing table so you don&#8217;t need to retype them.
<pre class="brush: plain; title: ; notranslate">&amp;lt;vpn network&amp;gt;</pre>
<p> refers to the VPN network you need to access, (e.g., 192.168.70.0), and the mask parameter is standard, assuming your networks are Class C type. <br/><br/> In closing, the &lt;vpn router IP&gt; is the IP address of your VPN router. I think that pretty much covers it. Remember that you&#8217;ll need to create multiple entries for each VPN network you require to access! <br/><br/> Good luck. <br/><br/>  <br/><br/>  <br/><br/>  <br/><br/> thanks for your information&#8230;<br/><br/>  <br/><br/> My question is what exact setting should i apply???? following is the configuration of my system<br/><br/> internet setting<br/><br/> system ip 192.168.1.xxx<br/><br/> subnet mask 255.255.255.0<br/><br/> gateway 192.168.1.1 (adsl)<br/><br/> dns used by adsl (202.164.51.21)<br/><br/> VPN setting<br/><br/> system IP 192.168.50.xxx<br/><br/> subnet mask 255.255.255.0<br/><br/> gateway 192.168.50.220<br/><br/> dns used by vpn 10.6.5.253<br/><br/> my company&#8217;s software run on internet but my mail is configured thru vpn. It is not possible to keep the two system all together..so i manually set the internet setting (IP, Subnet, Gateway, DNS)&#8230;..later in advance setting i add vpn setting (IP, subnet, gateway, DNS)<br/><br/> Now if i start pinging all the IP&#8217;s, gateway&#8217;s and DNS&#8230;..all are replying except VPN DNS just because it is pinging from default gateway(192.168.1.1). Here i want to set the VPN gateway (192.168.50.220) as additional default gateway. Is there any way to route between two different gateway????<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/configure-two-gateway-to-work-at-same-time/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>what is meant by flapping Cisco 2800 router</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/what-is-meant-by-flapping/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/what-is-meant-by-flapping/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:26:38 +0000</pubDate>
		<dc:creator>2852</dc:creator>
				<category><![CDATA[Cisco 2800]]></category>
		<category><![CDATA[Cisco Catalyst]]></category>
		<category><![CDATA[Cisco Catalyst 3750]]></category>
		<category><![CDATA[Cisco Routers]]></category>
		<category><![CDATA[L2 Switches]]></category>
		<category><![CDATA[Router Flapping]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[WatchGuard]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[we have cisco 2800 series router,L3 catalyst 3750 series and watchguard (firewall) and that is connect to L2 switches. But when we connect to router flapping occurs, now we connected to firewall it works fine. please rectify this problem]]></description>
				<content:encoded><![CDATA[<p>we have cisco 2800 series router,L3 catalyst 3750 series and watchguard (firewall) and that is connect to L2 switches. But when we connect to router flapping occurs, now we connected to firewall it works fine. please rectify this problem</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/what-is-meant-by-flapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.019 seconds using memcached
Object Caching 399/434 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 17:21:27 -->