<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>[Config] NAT routing in Cisco</title>
<link>http://www.dslreports.com/forum/r20805127</link>
<description></description>
<language>en</language>
<pubDate>Wed, 11 Nov 2009 10:00:09 EDT</pubDate>
<lastBuildDate>Wed, 11 Nov 2009 10:00:09 EDT</lastBuildDate>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20813562</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> :  <blockquote><small>quote:</small><hr>Question is how do I remove the extra lines with ! in them.<hr></blockquote>Why take them out.  Next time IOS writes the config it will put them again.  They do no harm and usually make the config easier to read.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20813562</guid>
<pubDate>Fri, 18 Jul 2008 19:02:04 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20810685</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : Yea I know it's a code remark. Question is how do I remove the extra lines with ! in them. I could tftp the config to my computer and notepad edit it and tftp it back, lol. There has to be an easier way.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20810685</guid>
<pubDate>Fri, 18 Jul 2008 08:37:51 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20807707</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : ! is just a code for remark. It is useful when you push the configuration down using program or software when you can put some notes regarding specific command lines.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20807707</guid>
<pubDate>Thu, 17 Jul 2008 17:32:39 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20807475</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : Removed. TY.<br><br>Any ideas about the 20 lines of " ! "]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20807475</guid>
<pubDate>Thu, 17 Jul 2008 16:47:33 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20807229</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : You don't need the following command<br><br>ip route 0.0.0.0 0.0.0.0 FastEthernet0/0<br><br>since the DHCP mechanism between your ISP and your router take care of it. Moreover, by adding such static route might confuse your router. Therefore it is a best practice to let DHCP mechanism works as it is without interference :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20807229</guid>
<pubDate>Thu, 17 Jul 2008 16:06:56 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20807202</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : updated the config again using info from the faq. You have been a HUGE help aryoba, thank you very much.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20807202</guid>
<pubDate>Thu, 17 Jul 2008 16:03:22 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20807145</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : Updated the original config post with the changes. Checking FAQ now.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20807145</guid>
<pubDate>Thu, 17 Jul 2008 15:54:31 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20807125</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : <div class="bquote"><small>said by  FLengineer <A HREF="/useremail/u/1466475"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>I'm reading this...<br>&raquo;<A HREF="http://www.cisco.com/en/US/docs/ios/12_3/ipaddr/command/reference/ip1_i2g.html#wp1079180" >www.cisco.com/en/US/docs/ios/12_&middot;&middot;&middot;p1079180</A><br><br>Says it should be....<br>ip nat pool test1 192.168.10.100 192.168.10.150 netmask 255.255.255.0<br>access-list 1 permit 192.168.10.0 0.0.0.255<br>ip nat inside source list 1 pool test1 overload<br><br>That right?<br></div>No :)<br><br>Your commands tell 192.168.10.0/24 to NAT to itself. There are two problems with this setup.<br><br>The 192.168.10.0/24 is a Private subnet which your ISP most likely does not recognize. The idea of NAT between internal and external network is to translate internal IP subnet to subnet that the external network recognizes.<br><br>The other problem is that by NAT 192.168.10.0/24 to itself, then there is no point of NAT-ting. :D<br><br><div class="bquote"><small>said by  FLengineer <A HREF="/useremail/u/1466475"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>Last question, I know I'm noobing up the forums. How do I open a tcp port? Like if I have a web server at 192.168.10.11 and wanted to open tcp port 80 and 8000 to that ip address only.<br> </div>Check out this forum FAQ about running server with Cisco.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20807125</guid>
<pubDate>Thu, 17 Jul 2008 15:50:59 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20807041</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : I'm reading this...<br>&raquo;<A HREF="http://www.cisco.com/en/US/docs/ios/12_3/ipaddr/command/reference/ip1_i2g.html#wp1079180" >www.cisco.com/en/US/docs/ios/12_&middot;&middot;&middot;p1079180</A><br><br>Says it should be....<br>ip nat pool test1 192.168.10.100 192.168.10.150 netmask 255.255.255.0<br>access-list 1 permit 192.168.10.0 0.0.0.255<br>ip nat inside source list 1 pool test1 overload<br><br>That right?<br><br>Last question, I know I'm noobing up the forums. How do I open a tcp port? Like if I have a web server at 192.168.10.11 and wanted to open tcp port 80 and 8000 to that ip address only.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20807041</guid>
<pubDate>Thu, 17 Jul 2008 15:37:21 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20806896</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : Try to remove the following commands<br><br>ip nat pool test1 192.168.10.100 192.168.10.150 netmask 255.255.255.0<br>ip nat inside source list 1 pool test1<br><br>and replace them with this<br><br>ip nat inside source list 1 interface FastEthernet0/0 overload]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20806896</guid>
<pubDate>Thu, 17 Jul 2008 15:14:24 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20806823</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : After reading the definition of "overload" and in the spirit of turning a Cisco 7206 into a $40 linksys router I think "overload" is what I'm looking for. Can someone verify this?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20806823</guid>
<pubDate>Thu, 17 Jul 2008 14:58:34 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20806152</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : I updated to 12.4<br>Got the dhcp fixed --ty aryoba<br><br>1) What is with all the ! in the config?<br><br>2) OK FastEthernet0/0 or the WAN is set for DHCP how do I use that to forward DNS?<br>FastEthernet0/0 is going to get a dns server address from dhcp. clients connected to FastEthernet2/0 need to get that dns server address via dhcp instead of the 1.2.3.4 that I have in the config file. OR, the 7206 needs to be setup as a dns server.<br><br>Current solution is to manually enter the default gateway into the routing table as "ip route 0.0.0.0 0.0.0.0 1.2.3.4" where "1.2.3.4" is what ever the default gateway is that FastEthernet0/0 gets from comcast.<br><br>Updated the original post with the new config.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20806152</guid>
<pubDate>Thu, 17 Jul 2008 13:06:00 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20805970</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : ip dhcp excluded-address 192.168.10.1 192.168.10.99<br>ip dhcp excluded-address 192.168.10.151 192.168.10.254<br>ip dhcp pool test1<br>network 192.168.10.0 255.255.255.0<br>dns-server 1.2.3.4<br>default-router 192.168.10.254<br><br>FYI; for best practice in real world implementation, it is suggested to compile a list of IP address assignment. You start from which devices that need static IP address assignment to which devices that need dynamic IP address assignment.<br><br>Typically those static IP addresses are for non workstation such as routers, switches, servers, and printers; where the dynamic IP addresses are for workstations.<br><br>Once you have that list, you then configure the DHCP IP address pool. The pool should only include the dynamic IP addresses. All of those static IP addresses should be excluded.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20805970</guid>
<pubDate>Thu, 17 Jul 2008 12:29:41 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20805950</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : My computer is being assigned 192.168.10.1 from DHCP. How do I limit that pool to 192.168.10.100 - 192.168.10.150?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20805950</guid>
<pubDate>Thu, 17 Jul 2008 12:24:29 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20805403</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : well, the main goal is learning :) currently with this config I am simply trying to make it work like a regular walmart type router.<br><br>BTW I will update the config because I'm going to update to 12.4]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20805403</guid>
<pubDate>Thu, 17 Jul 2008 10:57:02 EDT</pubDate>
</item>

<item>
<title>Re: [Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20805267</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : I can't say what the problem is (if any) if I don't know what your objective is. What are you trying to accomplish?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20805267</guid>
<pubDate>Thu, 17 Jul 2008 10:31:47 EDT</pubDate>
</item>

<item>
<title>[Config] NAT routing</title>
<link>http://www.dslreports.com/forum/remark,20805127</link>
<description><![CDATA[<A HREF="/useremail/u/1466475"><b>FLengineer</b></A> : I've never had to mess with NAT routing on my 7206 because it kinda interferes with testing the systems that are connected to it. Until now I've always wanted static routes with static IP addresses and no redundancy so I could say without a doubt where the traffic was coming from and going. Now I am just playing with a 7206 trying to learn more about it. I've made this config, please point out any problems.<br><br>Current configuration : 1418 bytes<br>!<br>version 12.4<br>service timestamps debug uptime<br>service timestamps log uptime<br>no service password-encryption<br>!<br>hostname Router<br>!<br>boot-start-marker<br>boot-end-marker<br>!<br>enable secret 5 ******<br>enable password ******<br>!<br>no aaa new-model<br>!<br>resource policy<br>!<br>ip subnet-zero<br>ip cef<br>!<br>!<br>no ip dhcp use vrf connected<br>ip dhcp excluded-address 192.168.10.1 192.168.10.99<br>ip dhcp excluded-address 192.168.10.151 192.168.10.254<br>!<br>ip dhcp pool testdhcp<br>   network 192.168.10.0 255.255.255.0<br>   dns-server 1.2.3.4<br>   default-router 192.168.10.254<br>   lease 30<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>interface FastEthernet0/0<br> ip address dhcp<br> ip nat outside<br> ip virtual-reassembly<br> no ip mroute-cache<br> duplex full<br>!<br>interface FastEthernet2/0<br> ip address 192.168.10.254 255.255.255.0<br> ip nat inside<br> ip virtual-reassembly<br> no ip mroute-cache<br> duplex full<br>!<br>no ip classless<br>no ip http server<br>no ip http secure-server<br>!<br>!<br>ip nat source static tcp 192.168.10.11 8000 interface FastEthernet0/0 8000<br>ip nat source static tcp 192.168.10.11 80 interface FastEthernet0/0 80<br>ip nat inside source list 1 interface FastEthernet0/0 overload<br>!<br>logging alarm informational<br>access-list 1 permit 192.168.10.0 0.0.0.255<br>snmp-server community public RO<br>!<br>!<br>!<br>!<br>control-plane<br>!<br>!<br>!<br>!<br>!<br>!<br>gatekeeper<br> shutdown<br>!<br>!<br>line con 0<br> stopbits 1<br>line aux 0<br> stopbits 1<br>line vty 0 4<br> password ******<br> login<br>line vty 5 15<br> password ******<br> login<br>!<br>!<br>end]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20805127</guid>
<pubDate>Thu, 17 Jul 2008 10:06:17 EDT</pubDate>
</item>

</channel>
</rss>
