<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cisco 1841 ip routing problem in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3700210#M301233</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/321784"&gt;@pieterh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;no &amp;nbsp; the access-list&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Standard IP access list 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 10 deny 192.168.168.0, wildcard bits 0.0.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 20 permit 192.168.170.0, wildcard bits 0.0.0.255 (157611 matches)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 30 permit 192.168.160.0, wildcard bits 0.0.0.255 (28 matches)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is still in error&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the deny is not &lt;EM&gt;between&lt;/EM&gt; the two subnets!!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;traffic from .160 to outside must be natted, and from .160 to .170 NOT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;traffic from .170 to outside must be natted, and from .170 to .160 NOT&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;you need to switch from standard access-list to extended-access-list&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;an extended access-list &lt;SPAN&gt;use a number 100+ or a name&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; no ip access-list 1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; no ip nat inside source list 1 interface FastEthernet0/0 overload&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; access-list 101 deny ip 192.168.160.0 0.0.0.255&amp;nbsp;192.168.167.0&amp;nbsp;0.0.0.255 any&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; access-list 101 deny ip 192.168.170.0 0.0.0.255&amp;nbsp;192.168.160.0&amp;nbsp;0.0.0.255 any&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt; &amp;nbsp; access-list 101 permit ip &lt;/SPAN&gt;&lt;SPAN&gt;192.168.160.0 0.0.0.255&lt;/SPAN&gt;&lt;SPAN&gt; any &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; access-list 101 permit ip &lt;SPAN&gt;192.168.170.0 0.0.0.255&lt;/SPAN&gt; any&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ip nat inside source list 101 interface FastEthernet0/0 overload&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/321784"&gt;@pieterh&lt;/a&gt; there should be no requirement for any NAT access-list to deny or allow inter-vlan communication nat should not even be touched&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 08:51:11 GMT</pubDate>
    <dc:creator>paul driver</dc:creator>
    <dc:date>2018-09-04T08:51:11Z</dc:date>
    <item>
      <title>Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699602#M301160</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello everyone!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm completely lost here, since I'm a newbie on this networking area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently had a problem with a cisco router 1841 that lost all configuration after a power outage. Long story short, i've been able to restore most of it, but i'm still having issues with the ip routing. This is the scenario:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 2 internal VLANS (1010 and 3040) configured in a ZyXEL switch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1010 has an ip 192.168.170.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3040 has an ip 192.168.160.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Sonicwall on the other end that acts as a gateway with ip 192.168.168.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the router I have interface 0/0 as outside with ip 192.168.168.54&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have 2 subinterfaces for the vlans with the ips mentioned before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything works fine on the internal network, which is 192.168.168.x&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want traffic from VLANS to go outside to the internet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want traffic to go inside to those VLANS from the internet&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, from the router, i can ping all the gateways and the internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PC inside the 192.168.170.x network can reach the internet, but no one can reach that computer from the outside.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me, i've been trying to figure this out a week from now, but no clue what am i missing!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See my current configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;interface FastEthernet0/0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address 192.168.168.54 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat outside&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip virtual-reassembly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;duplex auto&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;speed auto&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;interface FastEthernet0/1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no ip address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat inside&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat enable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip virtual-reassembly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;duplex auto&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;speed auto&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;interface FastEthernet0/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;encapsulation dot1Q 1010&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address 192.168.170.1 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat inside&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat enable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip virtual-reassembly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;interface FastEthernet0/1.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;encapsulation dot1Q 3040&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address 192.168.160.1 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat inside&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat enable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip virtual-reassembly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;interface Serial0/0/0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no ip address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shutdown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;interface Serial0/1/0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no ip address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shutdown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip route 0.0.0.0 0.0.0.0 192.168.168.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no ip http server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no ip http secure-server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat source list 1 interface FastEthernet0/0 overload&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;access-list 1 permit 192.168.170.0 0.0.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;access-list 1 permit 192.168.160.0 0.0.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really appreciate any insight on this matter, since i need to have these up and running in a couple of days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you guys can help!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 09:34:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699602#M301160</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T09:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699629#M301163</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/795946"&gt;@mmunoz2000&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;I want traffic to go inside to those VLANS from the internet&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By default of any Firewall all connections from outside will be negate from initiating communication, May I ask what is your intention for outside users to be able to reach your internal users?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 09:54:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699629#M301163</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2018-09-03T09:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699662#M301165</link>
      <description>Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;Maybe I didn't explain myself the right way...what I mean is that I want the users from the 192.168.168.x network to be able to reach the computers on the 192.168.170.x network.&lt;BR /&gt;&lt;BR /&gt;I have a PC on the 168.x network and they cannot ping another pc on the 170.x network.&lt;BR /&gt;&lt;BR /&gt;I hope this clarifies my requirement.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Sep 2018 10:50:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699662#M301165</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699765#M301168</link>
      <description>&lt;P&gt;in your current&amp;nbsp;acl matches all internal trafic, so all is NAtted.&lt;/P&gt;
&lt;P&gt;as a result the path back is blocked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you must add a rule to "deny" traffic between the local subnets from being NATted.&lt;/P&gt;
&lt;P&gt;these denies must come before the permit&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:12:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699765#M301168</guid>
      <dc:creator>pieterh</dc:creator>
      <dc:date>2018-09-03T14:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699795#M301171</link>
      <description>&lt;P&gt;You mean add something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AP-CISCO-01#sh access-list&lt;BR /&gt;Standard IP access list 1&lt;BR /&gt; 10 deny 192.168.168.0, wildcard bits 0.0.0.255&lt;BR /&gt; 20 permit 192.168.170.0, wildcard bits 0.0.0.255 (157611 matches)&lt;BR /&gt; 30 permit 192.168.160.0, wildcard bits 0.0.0.255 (28 matches)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please confirm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:43:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699795#M301171</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699797#M301172</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Maybe I have missed something in you topology but you mention a switch with vlans and then show this 1841 rtr config -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As it’s inter- vlan communication being troubleshooted I can see you&amp;nbsp;&amp;nbsp;have ip routing enabled on the rtr and any traffic between these two vlans should be routed by this rtr - &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So do you have a trunk between this rtr and the switch and the l2 vlans created in the switch or something else&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your topology as I understand it is&lt;/P&gt;
&lt;P&gt;Fw &amp;nbsp;- rtr - switch - users&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:52:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699797#M301172</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2018-09-03T14:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699804#M301173</link>
      <description>&lt;P&gt;Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the suggestion!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Honestly I don't know, but nothing has changed on the switch or any other device, and this was working before. So my assumption would be that it is enabled as it was before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe there might be some issue with the NAT somewhere, but I don't have the knowledge to identify it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:55:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699804#M301173</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T14:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699805#M301174</link>
      <description>&lt;P&gt;Yes, you are absolutely right, that's the topology I have!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I know if there is a trunk between the rtr and the switch and the vlans?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:59:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699805#M301174</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699809#M301175</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Can you gain access to the switch and check the port details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also from a client from each vlan try and ping the L3 interface of the rtr regards it alternative vlan does it work or fail?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do the clients have the correct subnet mask and default gateway defined?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fyi - the clients shouldn’t &amp;nbsp;even reach the Fw for inter- vlan communication unless they are configured to do so.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lastly can you &amp;nbsp;remove the “ip nat enable” from the interfaces&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 15:08:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699809#M301175</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2018-09-03T15:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699821#M301177</link>
      <description>&lt;P&gt;What port details do you need from the ports on the switch. I do have them, i just don't know what to post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Clients on the 192.168.170.x have access to the internet&lt;/P&gt;
&lt;P&gt;Clients on the 192.168.160.x have access to the internet&lt;/P&gt;
&lt;P&gt;Clients on the 192.168.168.x have access to the internet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ping from each vlan to its own gateway works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all the clients have the subnet mask 255.255.255.0 and 192.168.168.1 gateway&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do i go about removing the "ip nat enable" from the interfaces?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 15:25:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699821#M301177</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T15:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699831#M301178</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;1) the port detais of the port on the switch that is connecting to your rtr&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Note - also your clients default gateway should be the L3 ip address of its corresponding vlan specified on the the rtr not the Fw ip address&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) on the rtr in each interface&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;conf t&lt;/P&gt;
&lt;P&gt;int x/x&lt;/P&gt;
&lt;P&gt;no ip nat&amp;nbsp;enable&lt;/P&gt;
&lt;P&gt;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 15:33:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699831#M301178</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2018-09-03T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699854#M301181</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) I don't know where to get these. This is a ZyXEL GS1920 and there is not a whole lot of documentation on how to get the port details. I do know these were connected to ports 21 and 45 respectively. But there is also another ZyXEL switch in place, which trunks with the Sonicwall.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) I do have a client on the 192.168.170.x network with a gateway 192.168.170.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) i did the no ip nat enable on each interface and now there is no access to the internet from the 170.x network and from the 160.x network.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any clues?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the assistance.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 16:11:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699854#M301181</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T16:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699857#M301182</link>
      <description>&lt;P&gt;I forgot to mention...I can ping computers inside any of the subnets from the rtr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So...if i ping 192.168.170.x from the rtr, I get response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If i ping 8.8.8.8 from the rtr, no reponse (this was working earlier)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 16:17:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699857#M301182</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T16:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699861#M301183</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Make sure you have “ip nat outside” still applied to your fa0/0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and “ip nat inside “ applied to your sub- interfaces&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then and remove this nat statement also:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;conf t&lt;/P&gt;
&lt;P&gt;no&amp;nbsp;&lt;SPAN&gt;ip nat source list 1 interface FastEthernet0/0 overload&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;end&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;clear arp&lt;/P&gt;
&lt;P&gt;clear ip nat translations *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;test again&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 16:26:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699861#M301183</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2018-09-03T16:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699866#M301184</link>
      <description>&lt;P&gt;I'm getting this message when trying to remove the nat source list:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AP-CISCO-01(config)#no ip nat source list 1 interface fas0/0 overload&lt;/P&gt;
&lt;P&gt;Dynamic mapping in use, do you want to delete all entries? [no]: y&lt;BR /&gt;%Error: Dynamic mapping still in use, cannot remove&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 16:40:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699866#M301184</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T16:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699898#M301185</link>
      <description>&lt;P&gt;I was able to get it to work by doing a reload.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are the results:&lt;/P&gt;
&lt;P&gt;1) rtr can ping all the subnets&lt;/P&gt;
&lt;P&gt;2) rtr cannot ping the internet&lt;/P&gt;
&lt;P&gt;3) pc on the 192.168.168.x subnet can ping all the subinterfaces (192.168.170.1 and &lt;SPAN&gt;192.168.&lt;/SPAN&gt;160.1)&lt;/P&gt;
&lt;P&gt;4) the same applies for a pc on the 192.168.170.x subnet (can ping its own gateway and other pcs on the network)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the&amp;nbsp;updated configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt; ip address 192.168.168.54 255.255.255.0&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.1&lt;BR /&gt; encapsulation dot1Q 1010&lt;BR /&gt; ip address 192.168.170.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.2&lt;BR /&gt; encapsulation dot1Q 3040&lt;BR /&gt; ip address 192.168.160.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/0&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;access-list 1 deny 192.168.168.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 192.168.170.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 192.168.160.0 0.0.0.255&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the assistance though!!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 18:11:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699898#M301185</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699901#M301186</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;remove the deny statement in nat acl&lt;/P&gt;
&lt;P&gt;&amp;nbsp;When did you put that in -as it wasn’t in your OP ?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 18:37:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699901#M301186</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2018-09-03T18:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699936#M301190</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The deny was there because of a suggestion from someone else on this post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still see the same results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have removed it and this is the updated configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt; ip address 192.168.168.54 255.255.255.0&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.1&lt;BR /&gt; encapsulation dot1Q 1010&lt;BR /&gt; ip address 192.168.170.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.2&lt;BR /&gt; encapsulation dot1Q 3040&lt;BR /&gt; ip address 192.168.160.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/0&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 192.168.170.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 192.168.160.0 0.0.0.255&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 19:41:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699936#M301190</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699951#M301192</link>
      <description>&lt;HR /&gt;
&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;i don’t see this nat statement anymore&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;“ip nat inside source list 1 interface FastEthernet0/0 overload”&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if you don’t have in now please reapply it&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 20:20:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699951#M301192</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2018-09-03T20:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco 1841 ip routing problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699958#M301193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have applied the change and now I see NAT translation happening.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still cannot access from one subnet to the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the updated configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt; ip address 192.168.168.54 255.255.255.0&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; no ip address&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.1&lt;BR /&gt; encapsulation dot1Q 1010&lt;BR /&gt; ip address 192.168.170.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.2&lt;BR /&gt; encapsulation dot1Q 3040&lt;BR /&gt; ip address 192.168.160.1 255.255.255.0&lt;BR /&gt; ip nat inside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/0&lt;BR /&gt; no ip address&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 192.168.170.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 192.168.160.0 0.0.0.255&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 20:20:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-1841-ip-routing-problem/m-p/3699958#M301193</guid>
      <dc:creator>mmunoz2000</dc:creator>
      <dc:date>2018-09-03T20:20:13Z</dc:date>
    </item>
  </channel>
</rss>

