<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cisco 1800 Intial Configuration</title>
	<atom:link href="http://www.networkingblog.in/cisco-1800-intial-configuration-2644/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networkingblog.in/cisco-1800-intial-configuration-2644</link>
	<description>Cisco Netpro Blog</description>
	<lastBuildDate>Wed, 23 Jun 2010 06:07:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: arul</title>
		<link>http://www.networkingblog.in/cisco-1800-intial-configuration-2644/comment-page-1#comment-1860</link>
		<dc:creator>arul</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkingblog.in/?p=2644#comment-1860</guid>
		<description>I will do this first thing when I get into work in the morning. I will keep you posted...</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->I will do this first thing when I get into work in the morning. I will keep you posted&#8230;<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arul</title>
		<link>http://www.networkingblog.in/cisco-1800-intial-configuration-2644/comment-page-1#comment-1859</link>
		<dc:creator>arul</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkingblog.in/?p=2644#comment-1859</guid>
		<description>Sorry missed this one -
can you change -
ip default-gateway 12.100.112.129
to
ip route 0.0.0.0 0.0.0.0 12.100.112.129</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Sorry missed this one -<br />
can you change -<br />
ip default-gateway 12.100.112.129<br />
to<br />
ip route 0.0.0.0 0.0.0.0 12.100.112.129<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arul</title>
		<link>http://www.networkingblog.in/cisco-1800-intial-configuration-2644/comment-page-1#comment-1858</link>
		<dc:creator>arul</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkingblog.in/?p=2644#comment-1858</guid>
		<description>You need to setup NAT because 192.168.200.x addresses are not routable on the internet. Add this to your config
int fa0/1
ip nat inside
int fa0/0
ip nat outside
access-list 101 permit ip 192.168.200.0 0.0.0.255 any
ip nat inside source list 101 interface fa0/0 overload</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->You need to setup NAT because 192.168.200.x addresses are not routable on the internet. Add this to your config<br />
int fa0/1<br />
ip nat inside<br />
int fa0/0<br />
ip nat outside<br />
access-list 101 permit ip 192.168.200.0 0.0.0.255 any<br />
ip nat inside source list 101 interface fa0/0 overload<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

