<?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 NAT overload on router works from inside the router only in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643990#M248225</link>
    <description>&lt;DIV&gt;I have to do NAT overload on router.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Following is the config, and as long as I source traffic from router interface it will work.. but when traffic is across G0/0 (inside) it will not hit ACL or translate&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There is no host alive at &amp;nbsp;10.91.8.1 &amp;nbsp;yet and that's no reply.. but that should not prevent translation, should it?&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Plus it's working from inside the router..&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Changes&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;=============&lt;/DIV&gt;&lt;DIV&gt;Switched from using interface to pool for nat&lt;/DIV&gt;&lt;DIV&gt;extended acl to standard acl&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Upgraded the code. &amp;nbsp; 15.1-2&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and I am out of ideas..&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;IOS&lt;/DIV&gt;&lt;DIV&gt;c2951-universalk9-mz.SPA.152-1.T3.bin&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;no ip gratuitous-arps&lt;/DIV&gt;&lt;DIV&gt;no ip icmp rate-limit unreachable&lt;/DIV&gt;&lt;DIV&gt;no ip forward-protocol nd&lt;/DIV&gt;&lt;DIV&gt;no ip domain lookup&lt;/DIV&gt;&lt;DIV&gt;ip cef&lt;/DIV&gt;&lt;DIV&gt;no ip igmp snooping&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;interface Loopback0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip address 10.16.0.92 255.255.255.255&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip address 10.149.4.146 255.255.255.252&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip redirects&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip proxy-arp&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat inside&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip virtual-reassembly in&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;load-interval 30&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;duplex full&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;speed 100&lt;/DIV&gt;&lt;DIV&gt;!&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip address 10.91.1.1 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip redirects&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip proxy-arp&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nbar protocol-discovery&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat outside&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip virtual-reassembly in&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;duplex auto&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;speed auto&lt;/DIV&gt;&lt;DIV&gt;!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ip route 10.91.8.0 255.255.254.0 10.91.1.2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ip nat pool pool91 10.91.1.1 10.91.1.1 prefix-length 24&lt;/DIV&gt;&lt;DIV&gt;!&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat inside&lt;/DIV&gt;&lt;DIV&gt;!&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat outside&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;!&lt;SPAN style="white-space:pre"&gt;&lt;SPAN style="white-space: normal;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;ip nat inside source list 101 pool pool91 overload&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;myrouter# ping 10.91.8.1 sou lo0&lt;/DIV&gt;&lt;DIV&gt;Type escape sequence to abort.&lt;/DIV&gt;&lt;DIV&gt;Sending 5, 100-byte ICMP Echos to 10.91.8.1, timeout is 2 seconds:&lt;/DIV&gt;&lt;DIV&gt;Packet sent with a source address of 10.16.0.92&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;.....&lt;/DIV&gt;&lt;DIV&gt;Success rate is 0 percent (0/5)&lt;/DIV&gt;&lt;DIV&gt;myrouter# ping 10.91.8.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Type escape sequence to abort.&lt;/DIV&gt;&lt;DIV&gt;Sending 5, 100-byte ICMP Echos to 10.91.8.1, timeout is 2 seconds:&lt;/DIV&gt;&lt;DIV&gt;.....&lt;/DIV&gt;&lt;DIV&gt;Success rate is 0 percent (0/5)&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;&lt;DIV&gt;myrouter# ping 10.91.8.1 sou g0/0&lt;/DIV&gt;&lt;DIV&gt;Type escape sequence to abort.&lt;/DIV&gt;&lt;DIV&gt;Sending 5, 100-byte ICMP Echos to 10.91.8.1, timeout is 2 seconds:&lt;/DIV&gt;&lt;DIV&gt;Packet sent with a source address of 10.149.4.146&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;.....&lt;/DIV&gt;&lt;DIV&gt;Success rate is 0 percent (0/5)&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat tra&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat translations&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Pro Inside global &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Inside local &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Outside local &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Outside global&lt;/DIV&gt;&lt;DIV&gt;icmp 10.91.1.1:1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.16.0.92:1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.91.8.1:1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.91.8.1:1&lt;/DIV&gt;&lt;DIV&gt;icmp 10.91.1.1:3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.149.4.146:3 &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.91.8.1:3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.91.8.1:3&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat statu&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat stat&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat statistics&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Total active translations: 2 (0 static, 2 dynamic; 2 extended)&lt;/DIV&gt;&lt;DIV&gt;Peak translations: 5, occurred 00:12:27 ago&lt;/DIV&gt;&lt;DIV&gt;Outside interfaces:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; GigabitEthernet0/1&lt;/DIV&gt;&lt;DIV&gt;Inside interfaces:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; GigabitEthernet0/0&lt;/DIV&gt;&lt;DIV&gt;Hits: 25 &amp;nbsp;Misses: 0&lt;/DIV&gt;&lt;DIV&gt;CEF Translated packets: 0, CEF Punted packets: 0&lt;/DIV&gt;&lt;DIV&gt;Expired translations: 6&lt;/DIV&gt;&lt;DIV&gt;Dynamic mappings:&lt;/DIV&gt;&lt;DIV&gt;-- Inside Source&lt;/DIV&gt;&lt;DIV&gt;[Id: 1] access-list 101 pool pool91 refcount 2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;pool pool91: netmask 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; start 10.91.1.1 end 10.91.1.1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type generic, total addresses 1, allocated 1 (100%), misses 0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Total doors: 0&lt;/DIV&gt;&lt;DIV&gt;Appl doors: 0&lt;/DIV&gt;&lt;DIV&gt;Normal doors: 0&lt;/DIV&gt;&lt;DIV&gt;Queued Packets: 0&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;</description>
    <pubDate>Tue, 05 Mar 2019 08:58:07 GMT</pubDate>
    <dc:creator>zakhalid</dc:creator>
    <dc:date>2019-03-05T08:58:07Z</dc:date>
    <item>
      <title>NAT overload on router works from inside the router only</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643990#M248225</link>
      <description>&lt;DIV&gt;I have to do NAT overload on router.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Following is the config, and as long as I source traffic from router interface it will work.. but when traffic is across G0/0 (inside) it will not hit ACL or translate&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There is no host alive at &amp;nbsp;10.91.8.1 &amp;nbsp;yet and that's no reply.. but that should not prevent translation, should it?&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Plus it's working from inside the router..&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Changes&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;=============&lt;/DIV&gt;&lt;DIV&gt;Switched from using interface to pool for nat&lt;/DIV&gt;&lt;DIV&gt;extended acl to standard acl&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Upgraded the code. &amp;nbsp; 15.1-2&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and I am out of ideas..&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;IOS&lt;/DIV&gt;&lt;DIV&gt;c2951-universalk9-mz.SPA.152-1.T3.bin&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;no ip gratuitous-arps&lt;/DIV&gt;&lt;DIV&gt;no ip icmp rate-limit unreachable&lt;/DIV&gt;&lt;DIV&gt;no ip forward-protocol nd&lt;/DIV&gt;&lt;DIV&gt;no ip domain lookup&lt;/DIV&gt;&lt;DIV&gt;ip cef&lt;/DIV&gt;&lt;DIV&gt;no ip igmp snooping&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;interface Loopback0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip address 10.16.0.92 255.255.255.255&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip address 10.149.4.146 255.255.255.252&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip redirects&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip proxy-arp&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat inside&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip virtual-reassembly in&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;load-interval 30&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;duplex full&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;speed 100&lt;/DIV&gt;&lt;DIV&gt;!&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip address 10.91.1.1 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip redirects&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;no ip proxy-arp&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nbar protocol-discovery&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat outside&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip virtual-reassembly in&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;duplex auto&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;speed auto&lt;/DIV&gt;&lt;DIV&gt;!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ip route 10.91.8.0 255.255.254.0 10.91.1.2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ip nat pool pool91 10.91.1.1 10.91.1.1 prefix-length 24&lt;/DIV&gt;&lt;DIV&gt;!&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat inside&lt;/DIV&gt;&lt;DIV&gt;!&lt;/DIV&gt;&lt;DIV&gt;interface GigabitEthernet0/1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;ip nat outside&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;!&lt;SPAN style="white-space:pre"&gt;&lt;SPAN style="white-space: normal;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;ip nat inside source list 101 pool pool91 overload&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;myrouter# ping 10.91.8.1 sou lo0&lt;/DIV&gt;&lt;DIV&gt;Type escape sequence to abort.&lt;/DIV&gt;&lt;DIV&gt;Sending 5, 100-byte ICMP Echos to 10.91.8.1, timeout is 2 seconds:&lt;/DIV&gt;&lt;DIV&gt;Packet sent with a source address of 10.16.0.92&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;.....&lt;/DIV&gt;&lt;DIV&gt;Success rate is 0 percent (0/5)&lt;/DIV&gt;&lt;DIV&gt;myrouter# ping 10.91.8.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Type escape sequence to abort.&lt;/DIV&gt;&lt;DIV&gt;Sending 5, 100-byte ICMP Echos to 10.91.8.1, timeout is 2 seconds:&lt;/DIV&gt;&lt;DIV&gt;.....&lt;/DIV&gt;&lt;DIV&gt;Success rate is 0 percent (0/5)&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;&lt;DIV&gt;myrouter# ping 10.91.8.1 sou g0/0&lt;/DIV&gt;&lt;DIV&gt;Type escape sequence to abort.&lt;/DIV&gt;&lt;DIV&gt;Sending 5, 100-byte ICMP Echos to 10.91.8.1, timeout is 2 seconds:&lt;/DIV&gt;&lt;DIV&gt;Packet sent with a source address of 10.149.4.146&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;.....&lt;/DIV&gt;&lt;DIV&gt;Success rate is 0 percent (0/5)&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat tra&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat translations&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Pro Inside global &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Inside local &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Outside local &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Outside global&lt;/DIV&gt;&lt;DIV&gt;icmp 10.91.1.1:1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.16.0.92:1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.91.8.1:1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.91.8.1:1&lt;/DIV&gt;&lt;DIV&gt;icmp 10.91.1.1:3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.149.4.146:3 &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.91.8.1:3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.91.8.1:3&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat statu&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat stat&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;myrouter#sh ip nat statistics&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Total active translations: 2 (0 static, 2 dynamic; 2 extended)&lt;/DIV&gt;&lt;DIV&gt;Peak translations: 5, occurred 00:12:27 ago&lt;/DIV&gt;&lt;DIV&gt;Outside interfaces:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; GigabitEthernet0/1&lt;/DIV&gt;&lt;DIV&gt;Inside interfaces:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; GigabitEthernet0/0&lt;/DIV&gt;&lt;DIV&gt;Hits: 25 &amp;nbsp;Misses: 0&lt;/DIV&gt;&lt;DIV&gt;CEF Translated packets: 0, CEF Punted packets: 0&lt;/DIV&gt;&lt;DIV&gt;Expired translations: 6&lt;/DIV&gt;&lt;DIV&gt;Dynamic mappings:&lt;/DIV&gt;&lt;DIV&gt;-- Inside Source&lt;/DIV&gt;&lt;DIV&gt;[Id: 1] access-list 101 pool pool91 refcount 2&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;pool pool91: netmask 255.255.255.0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; start 10.91.1.1 end 10.91.1.1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type generic, total addresses 1, allocated 1 (100%), misses 0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Total doors: 0&lt;/DIV&gt;&lt;DIV&gt;Appl doors: 0&lt;/DIV&gt;&lt;DIV&gt;Normal doors: 0&lt;/DIV&gt;&lt;DIV&gt;Queued Packets: 0&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;&lt;DIV&gt;myrouter#&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:58:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643990#M248225</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2019-03-05T08:58:07Z</dc:date>
    </item>
    <item>
      <title>What do you have defined as</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643991#M248226</link>
      <description>&lt;P&gt;What do you have defined as access-list 101?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 00:13:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643991#M248226</guid>
      <dc:creator>Robert Falconer</dc:creator>
      <dc:date>2015-03-07T00:13:10Z</dc:date>
    </item>
    <item>
      <title>Your NAT config looks a bit</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643992#M248227</link>
      <description>&lt;P&gt;Your NAT config looks a bit&amp;nbsp;weird if you're only using one global address.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;interface GigabitEthernet0/0&lt;/SPAN&gt;&lt;BR /&gt;ip nat inside&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;interface GigabitEthernet0/1&lt;BR /&gt;ip nat outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;access-list 1 permit 10.149.4.0 0.0.0.255&lt;/SPAN&gt;&lt;BR /&gt;ip nat inside source list 1 interface Gi0/1 overload&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 00:19:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643992#M248227</guid>
      <dc:creator>petenixon</dc:creator>
      <dc:date>2015-03-07T00:19:24Z</dc:date>
    </item>
    <item>
      <title>access-list 101 permit ip any</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643993#M248228</link>
      <description>&lt;P&gt;access-list 101 permit ip any any&lt;/P&gt;&lt;P&gt;it's a permit any any for now..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:06:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643993#M248228</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-03-07T01:06:07Z</dc:date>
    </item>
    <item>
      <title>I agree.it should have been</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643994#M248229</link>
      <description>&lt;P&gt;I agree.&lt;/P&gt;&lt;P&gt;it should have been those four line.&lt;/P&gt;&lt;P&gt;I need to use 10/8 but yes&lt;/P&gt;&lt;P&gt;I tried that..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643994#M248229</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-03-07T01:07:05Z</dc:date>
    </item>
    <item>
      <title>Can you try using the 10.49.4</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643995#M248230</link>
      <description>&lt;P&gt;Can you try using the 10.49.4.0/24 subnet as the source eg.&lt;/P&gt;&lt;P&gt;"access-list 101 permit ip 10.49.4.0 0.0.0.255 any"&lt;/P&gt;&lt;P&gt;NAT can sometimes not work with "any" as the source.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:10:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643995#M248230</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-07T01:10:32Z</dc:date>
    </item>
    <item>
      <title>Did you clear your</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643996#M248231</link>
      <description>&lt;P&gt;Did you clear your translations before trying again? And any chance of an updated config so we know where you are &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:15:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643996#M248231</guid>
      <dc:creator>petenixon</dc:creator>
      <dc:date>2015-03-07T01:15:37Z</dc:date>
    </item>
    <item>
      <title>Thank you for looking and</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643997#M248232</link>
      <description>&lt;P&gt;Thank you for looking and replying, I have fought this most of the day..&lt;/P&gt;&lt;P&gt;and I see translations only when&amp;nbsp;traffic sourced from lo0 or g0/0 but not when it's coming in on G0/0&lt;/P&gt;&lt;P&gt;I created an ACL to put on G0/0 to confirm traffic source IP .. but did not do that yet.&lt;/P&gt;&lt;P&gt;I did do following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started with extended ACL&lt;/P&gt;&lt;P&gt;ip access-list extended pat-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;permit ip 10.0.0.0 0.255.255.255 any&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;ip nat inside source list&amp;nbsp;pat-1 interface Gi0/1 overload&lt;/P&gt;&lt;P&gt;then tried standard list&lt;/P&gt;&lt;P&gt;access-list 101 permit 10.0.0.0 0.255.255.255 any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then tried&amp;nbsp;checking&amp;nbsp;interface ip and other IP&lt;/P&gt;&lt;P&gt;ip access-list extended pat-1&lt;/P&gt;&lt;P&gt;permit host 10.16.0.92 any&lt;/P&gt;&lt;P&gt;permit host 10.149.4.146 any&lt;/P&gt;&lt;P&gt;permit 10.80.0.0 0.0.255.255&amp;nbsp;any&amp;nbsp; (my workstations)&lt;/P&gt;&lt;P&gt;permit any host 10.16.0.92&lt;/P&gt;&lt;P&gt;permit any host 10.149.4.146&lt;/P&gt;&lt;P&gt;permit any 10.80.0.0 0.0.255.255&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;just to see what counters were changing..&lt;/P&gt;&lt;P&gt;and traffic was sourced from 10.16&lt;/P&gt;&lt;P&gt;the problem is that when traffic is from 10.80.0.0/16 it does not hit the acl&lt;/P&gt;&lt;P&gt;and that I don't understand .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PAT Is working when I source it from lo0 or g0/0.. but not when traffic is coming across&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is NVI interface and that has g0/0 IP - created when I create the NAT rules..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;between each&amp;nbsp;I did a router reload.. to clear everything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:38:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643997#M248232</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-03-07T01:38:55Z</dc:date>
    </item>
    <item>
      <title>Can you post your current</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643998#M248233</link>
      <description>&lt;P&gt;Can you post your current config as request by Pete.&lt;/P&gt;&lt;P&gt;And can you make if the full configuration.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:44:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643998#M248233</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-07T01:44:58Z</dc:date>
    </item>
    <item>
      <title>Can you please post the full</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643999#M248234</link>
      <description>&lt;P&gt;Can you please post the full config of your router as I think we may be missing some key information?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:46:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2643999#M248234</guid>
      <dc:creator>petenixon</dc:creator>
      <dc:date>2015-03-07T01:46:21Z</dc:date>
    </item>
    <item>
      <title>I will post the full config .</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644000#M248235</link>
      <description>&lt;P&gt;I will post the full config .. but I have to hit the road will be couple of hours before I can do that.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:50:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644000#M248235</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-03-07T01:50:54Z</dc:date>
    </item>
    <item>
      <title>It was a bit late for me last</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644001#M248236</link>
      <description>&lt;P&gt;It was a bit late for me last night so apologies for missing this. I re-read your original post and noticed these two bits on your output:&lt;/P&gt;&lt;P&gt;interface Loopback0&lt;BR /&gt;&amp;nbsp;ip address 10.16.0.92 255.255.255.255&lt;/P&gt;&lt;P&gt;myrouter# ping 10.91.8.1 sou lo0&lt;/P&gt;&lt;P&gt;The reason why traffic is not being subject to NAT is that you're missing the ip nat inside command on your loopback interface.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 09:47:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644001#M248236</guid>
      <dc:creator>petenixon</dc:creator>
      <dc:date>2015-03-07T09:47:17Z</dc:date>
    </item>
    <item>
      <title>Sorry folks..Found out that</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644002#M248237</link>
      <description>&lt;P&gt;Sorry folks..&lt;/P&gt;&lt;P&gt;Found out that on a router when going from G0/0 to G0/1 packet is switching/CEF and not 'routing'.. when testing to confirm traffic we added an ACL and NAT started to work. We took ACL off G0/0 and NAT stopped working.&lt;/P&gt;&lt;P&gt;We had to disable route-cache cef&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; no ip route-cache cef &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;ip address 10.149.4.146 255.255.255.252&lt;BR /&gt;&amp;nbsp;no ip redirects&lt;BR /&gt;&amp;nbsp;no ip proxy-arp&lt;BR /&gt;&amp;nbsp;ip nat inside&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly in&lt;BR /&gt;&amp;nbsp;no ip route-cache cef&lt;BR /&gt;&amp;nbsp;load-interval 30&lt;BR /&gt;&amp;nbsp;duplex full&lt;BR /&gt;&amp;nbsp;speed 100&lt;BR /&gt;end&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Mar 2015 22:49:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644002#M248237</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-03-16T22:49:47Z</dc:date>
    </item>
    <item>
      <title>I'm hoping someone is still</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644003#M248238</link>
      <description>&lt;P&gt;I'm hoping someone is still monitoring this thread. &amp;nbsp;Thank you in advance if you are. &amp;nbsp;I have the same or maybe similar problem. &amp;nbsp;I installed my spare&amp;nbsp;7301 today as a NAT gateway to my private SIP network. &amp;nbsp;I configured PAT as per the numerous identical examples I found through searching the net and&amp;nbsp;I have attached a current config file so you can see what I have done. &amp;nbsp;I can ping 8.8.8.8 from within the router, using the "inside" interface as the source, but cannot get beyond the router from any device on the "inside" LAN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E7_SIP#ping 8.8.8.8 source 10.7.0.1&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;BR /&gt;Packet sent with a source address of 10.7.0.1&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 12/12/12 ms&lt;BR /&gt;E7_SIP#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts or suggestions would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 20:00:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644003#M248238</guid>
      <dc:creator>Kevin Hamilton</dc:creator>
      <dc:date>2015-04-20T20:00:12Z</dc:date>
    </item>
    <item>
      <title>Add 'no ip route-cache cef'</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644004#M248239</link>
      <description>&lt;P&gt;Add&amp;nbsp;&lt;/P&gt;&lt;P&gt;'no ip route-cache cef'&amp;nbsp;&lt;/P&gt;&lt;P&gt;to interface 'inside'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 21:32:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644004#M248239</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-04-20T21:32:56Z</dc:date>
    </item>
    <item>
      <title> I already have that</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644005#M248240</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already have that statement on both the "inside" and "outside" interfaces.&amp;nbsp; Should I remove it from the "outside" interface?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 03:20:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644005#M248240</guid>
      <dc:creator>Kevin Hamilton</dc:creator>
      <dc:date>2015-04-21T03:20:10Z</dc:date>
    </item>
    <item>
      <title>I just assumed you were</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644006#M248241</link>
      <description>&lt;P&gt;I just assumed you were having same problem.&lt;BR /&gt;Step by step..&amp;nbsp;&lt;BR /&gt;Let's check if NAT is working.&lt;/P&gt;&lt;P&gt;use - sh ip nat translations&lt;BR /&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;BR /&gt;icmp 66.117.96.80:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.1:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;8.8.8.8&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;and you should get something like this when you ping from router and source from Inside interface.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Next ping from a host connected to inside network and check again..&lt;/P&gt;&lt;P&gt;use - sh ip nat translations&lt;BR /&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;BR /&gt;icmp 66.117.96.80:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.1:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;8.8.8.8&lt;BR /&gt;icmp 66.117.96.80:2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.10:2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;gt; do we have NAT/PAT?&lt;/P&gt;&lt;P&gt;if we have NAT but ping is still not working.. we are looking at routing and PAT translation is working&lt;BR /&gt;if there is no line for inside host - then we can work on Translation issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Things to check if there is no NAT..&lt;/P&gt;&lt;P&gt;Is packet hitting the inside interface. (use extended ACL and log)&lt;BR /&gt;on LAN inside in&lt;BR /&gt;and we should see the packet in and out.. and post logs.&lt;BR /&gt;ip access-list extended INGRESS&lt;BR /&gt;&amp;nbsp;permit ip host 10.7.0.10 any log-input&lt;BR /&gt;&amp;nbsp;permit ip any host 10.7.0.10 log-input&lt;BR /&gt;&amp;nbsp;permit ip any any&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;when you add the ACL - do a ping and check NAT again.&lt;BR /&gt;&amp;nbsp;Has it started working?&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;we may need to change ACL to extended ACL for PAT. does code support extended ACL&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:38:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644006#M248241</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-04-23T13:38:27Z</dc:date>
    </item>
    <item>
      <title>I just assumed you were</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644007#M248242</link>
      <description>&lt;P&gt;I just assumed you were having same problem.&lt;BR /&gt;Step by step..&amp;nbsp;&lt;BR /&gt;Let's check if NAT is working.&lt;/P&gt;&lt;P&gt;use - sh ip nat translations&lt;BR /&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;BR /&gt;icmp 66.117.96.80:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.1:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;8.8.8.8&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;and you should get something like this when you ping from router and source from Inside interface.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Next ping from a host connected to inside network and check again..&lt;/P&gt;&lt;P&gt;use - sh ip nat translations&lt;BR /&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;BR /&gt;icmp 66.117.96.80:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.1:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;8.8.8.8&lt;BR /&gt;icmp 66.117.96.80:2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.10:2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;8.8.8.8&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;gt; do we have NAT/PAT?&lt;/P&gt;&lt;P&gt;if we have NAT but ping is still not working.. we are looking at routing and PAT translation is working&lt;BR /&gt;if there is no line for inside host - then we can work on Translation issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Things to check if there is no NAT..&lt;/P&gt;&lt;P&gt;Is packet hitting the inside interface. (use extended ACL and log)&lt;BR /&gt;on LAN inside in&lt;BR /&gt;and we should see the packet in and out.. and post logs.&lt;BR /&gt;ip access-list extended INGRESS&lt;BR /&gt;&amp;nbsp;permit ip host 10.7.0.10 any log-input&lt;BR /&gt;&amp;nbsp;permit ip any host 10.7.0.10 log-input&lt;BR /&gt;&amp;nbsp;permit ip any any&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;when you add the ACL - do a ping and check NAT again.&lt;BR /&gt;&amp;nbsp;Has it started working?&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;we may need to change ACL to extended ACL for PAT. does code support extended ACL&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:46:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644007#M248242</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-04-23T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Thank you for the detailed</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644008#M248243</link>
      <description>&lt;P&gt;Thank you for the detailed response.&amp;nbsp; I will do my best to answer your questions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I ping from the router using the inside interface as the source I get the following entry in the NAT translation log:&lt;/P&gt;&lt;P&gt;E7_SIP#sh ip nat trans&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;BR /&gt;icmp 66.117.96.80:5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.1:5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8:5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8:5&lt;BR /&gt;E7_SIP#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I ping from the Linux server at 10.7.0.2 I get the following, and nothing is in the NAT translation table:&lt;/P&gt;&lt;P&gt;[root@host ~]# ping 8.8.8.8&lt;/P&gt;&lt;P&gt;connect: Network is unreachable&lt;/P&gt;&lt;P&gt;[root@host ~]#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added your extended access list to the in of the inside interface and I still cannot ping through the router.&amp;nbsp; I had tried previously with an extended access list and it did not work.&amp;nbsp; I wanted to try yours too in case I had done something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is something I do not understand about my route table:&lt;/P&gt;&lt;P&gt;E7_SIP#sh ip route&lt;BR /&gt;Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o - ODR, P - periodic downloaded static route&lt;/P&gt;&lt;P&gt;Gateway of last resort is 66.117.96.1 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:#FF0000;"&gt;&amp;nbsp; 66.0.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 66.117.96.0 is directly connected, GigabitEthernet0/2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/16 is subnetted, 1 subnets&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.7.0.0 is directly connected, GigabitEthernet0/1&lt;BR /&gt;S*&amp;nbsp;&amp;nbsp; 0.0.0.0/0 [1/0] via 66.117.96.1&lt;BR /&gt;E7_SIP#&lt;/P&gt;&lt;P&gt;Is the information above that is in red text correct?&amp;nbsp; Shouldn't it say 66.0.0.0/8 and not /24?&amp;nbsp; Shouldn't it also say that it's variably sub-netted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 23:37:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644008#M248243</guid>
      <dc:creator>Kevin Hamilton</dc:creator>
      <dc:date>2015-04-23T23:37:31Z</dc:date>
    </item>
    <item>
      <title>I don’t recall if it should</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644009#M248244</link>
      <description>&lt;P&gt;I don’t recall if it should say /8. Let’s just tell the router that we are sub-netting and to allow 0 subnets.&amp;nbsp;Add these please&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also please post following&lt;/P&gt;&lt;P&gt;sh ip access-list&lt;/P&gt;&lt;P&gt;then if acl INGRESS is not applied to inside – let’s apply it and ping from your Linux box&amp;nbsp;and post&lt;/P&gt;&lt;P&gt;show log&lt;/P&gt;&lt;P&gt;and sho ip access-list&lt;/P&gt;&lt;P&gt;I am looking for confirmation if router is getting the ping - and what response is sending back to host.&amp;nbsp;&lt;/P&gt;&lt;P&gt;10.7.0.1 is gateway for Linux?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 01:19:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-overload-on-router-works-from-inside-the-router-only/m-p/2644009#M248244</guid>
      <dc:creator>zakhalid</dc:creator>
      <dc:date>2015-04-24T01:19:38Z</dc:date>
    </item>
  </channel>
</rss>

