<?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 Static NAT inside and outside not working setup on ISR4331 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-inside-and-outside-not-working-setup-on-isr4331/m-p/4153131#M1073991</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do anyone can help how to troubleshoot why the static NAT setup not work ? How to issue debug ip nat on ISR4331 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 614px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/84122iD56FF80D1CB79C19/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Router A1 Config&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0/0&lt;BR /&gt;ip address 172.25.251.30 255.255.255.224&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip unreachables&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;ip nat inside&lt;BR /&gt;negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0/1&lt;BR /&gt;ip address 10.99.250.42 255.255.255.252&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip unreachables&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip access-group Outside_ACL_In in&lt;BR /&gt;ip access-group Outside_ACL_Out out&lt;BR /&gt;speed 100&lt;BR /&gt;no negotiation auto&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source static 172.25.221.83 10.146.128.43&lt;BR /&gt;ip nat outside source static 10.6.40.13 172.25.251.24&lt;BR /&gt;ip route 10.6.40.0 255.255.255.0 10.99.250.41&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended Outside_ACL_In&lt;BR /&gt;permit ip 10.6.40.0 0.0.0.255 10.146.128.32 0.0.0.31 log&lt;BR /&gt;permit icmp any 10.146.128.32 0.0.0.31 log&lt;BR /&gt;permit icmp any host 10.99.250.42 log&lt;BR /&gt;deny icmp any any log&lt;BR /&gt;deny ip any any log&lt;BR /&gt;ip access-list extended Outside_ACL_Out&lt;BR /&gt;permit ip 10.146.128.32 0.0.0.31 10.6.40.0 0.0.0.255 log&lt;BR /&gt;permit icmp 10.146.128.32 0.0.0.31 any log&lt;BR /&gt;permit icmp host 10.99.250.42 any log&lt;BR /&gt;deny icmp any any log&lt;BR /&gt;deny ip any any log&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RouterA1#sh ip nat trans&lt;BR /&gt;Pro&amp;nbsp; Inside global&amp;nbsp; &amp;nbsp; Inside local&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Outside local&amp;nbsp; &amp;nbsp; &amp;nbsp;Outside global&lt;BR /&gt;--- 10.146.128.43 172.25.221.83 ---&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---&lt;BR /&gt;--- ---&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 172.25.251.24 10.6.40.13&lt;BR /&gt;Total number of translations: 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;From PC A&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Z:\&amp;gt;ping 172.25.251.24&lt;/P&gt;&lt;P&gt;Pinging 172.25.251.24 with 32 bytes of data:&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;/P&gt;&lt;P&gt;Ping statistics for 172.25.251.24:&lt;BR /&gt;Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;BR /&gt;Approximate round trip times in milli-seconds:&lt;BR /&gt;Minimum = 1ms, Maximum = 1ms, Average = 1ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Z:\&amp;gt;tracert 172.25.251.24&lt;/P&gt;&lt;P&gt;Tracing route to 172.25.251.24 over a maximum of 30 hops&lt;/P&gt;&lt;P&gt;1 &amp;lt;1 ms &amp;lt;1 ms &amp;lt;1 ms 172.25.221.1&lt;BR /&gt;2 1 ms 1 ms 1 ms 172.25.251.30&lt;BR /&gt;3 1 ms 1 ms 1 ms 172.25.251.30&lt;/P&gt;&lt;P&gt;Trace complete.&lt;/P&gt;&lt;P&gt;Z:\&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 15:54:45 GMT</pubDate>
    <dc:creator>VickyWong81376</dc:creator>
    <dc:date>2020-09-17T15:54:45Z</dc:date>
    <item>
      <title>Static NAT inside and outside not working setup on ISR4331</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-and-outside-not-working-setup-on-isr4331/m-p/4153131#M1073991</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do anyone can help how to troubleshoot why the static NAT setup not work ? How to issue debug ip nat on ISR4331 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 614px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/84122iD56FF80D1CB79C19/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Router A1 Config&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0/0&lt;BR /&gt;ip address 172.25.251.30 255.255.255.224&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip unreachables&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;ip nat inside&lt;BR /&gt;negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0/1&lt;BR /&gt;ip address 10.99.250.42 255.255.255.252&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip unreachables&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip access-group Outside_ACL_In in&lt;BR /&gt;ip access-group Outside_ACL_Out out&lt;BR /&gt;speed 100&lt;BR /&gt;no negotiation auto&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source static 172.25.221.83 10.146.128.43&lt;BR /&gt;ip nat outside source static 10.6.40.13 172.25.251.24&lt;BR /&gt;ip route 10.6.40.0 255.255.255.0 10.99.250.41&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended Outside_ACL_In&lt;BR /&gt;permit ip 10.6.40.0 0.0.0.255 10.146.128.32 0.0.0.31 log&lt;BR /&gt;permit icmp any 10.146.128.32 0.0.0.31 log&lt;BR /&gt;permit icmp any host 10.99.250.42 log&lt;BR /&gt;deny icmp any any log&lt;BR /&gt;deny ip any any log&lt;BR /&gt;ip access-list extended Outside_ACL_Out&lt;BR /&gt;permit ip 10.146.128.32 0.0.0.31 10.6.40.0 0.0.0.255 log&lt;BR /&gt;permit icmp 10.146.128.32 0.0.0.31 any log&lt;BR /&gt;permit icmp host 10.99.250.42 any log&lt;BR /&gt;deny icmp any any log&lt;BR /&gt;deny ip any any log&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RouterA1#sh ip nat trans&lt;BR /&gt;Pro&amp;nbsp; Inside global&amp;nbsp; &amp;nbsp; Inside local&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Outside local&amp;nbsp; &amp;nbsp; &amp;nbsp;Outside global&lt;BR /&gt;--- 10.146.128.43 172.25.221.83 ---&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---&lt;BR /&gt;--- ---&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 172.25.251.24 10.6.40.13&lt;BR /&gt;Total number of translations: 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;From PC A&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Z:\&amp;gt;ping 172.25.251.24&lt;/P&gt;&lt;P&gt;Pinging 172.25.251.24 with 32 bytes of data:&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;BR /&gt;Reply from 172.25.251.&lt;FONT color="#FF0000"&gt;30&lt;/FONT&gt;: bytes=32 time=1ms TTL=252&lt;/P&gt;&lt;P&gt;Ping statistics for 172.25.251.24:&lt;BR /&gt;Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;BR /&gt;Approximate round trip times in milli-seconds:&lt;BR /&gt;Minimum = 1ms, Maximum = 1ms, Average = 1ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Z:\&amp;gt;tracert 172.25.251.24&lt;/P&gt;&lt;P&gt;Tracing route to 172.25.251.24 over a maximum of 30 hops&lt;/P&gt;&lt;P&gt;1 &amp;lt;1 ms &amp;lt;1 ms &amp;lt;1 ms 172.25.221.1&lt;BR /&gt;2 1 ms 1 ms 1 ms 172.25.251.30&lt;BR /&gt;3 1 ms 1 ms 1 ms 172.25.251.30&lt;/P&gt;&lt;P&gt;Trace complete.&lt;/P&gt;&lt;P&gt;Z:\&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 15:54:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-and-outside-not-working-setup-on-isr4331/m-p/4153131#M1073991</guid>
      <dc:creator>VickyWong81376</dc:creator>
      <dc:date>2020-09-17T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT inside and outside not working setup on ISR4331</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-and-outside-not-working-setup-on-isr4331/m-p/4153993#M1074020</link>
      <description>&lt;P&gt;Looking at the data sheet of ISR4331 it appears that you need to activate logging to your terminal to see these Debug outputs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;logging monitor 7&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;terminal monitor&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/t5/networking-documents/how-to-configure-logging-in-cisco-ios/ta-p/3132434" target="_blank"&gt;https://community.cisco.com/t5/networking-documents/how-to-configure-logging-in-cisco-ios/ta-p/3132434&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this is of some use.&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>Sat, 19 Sep 2020 01:15:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-and-outside-not-working-setup-on-isr4331/m-p/4153993#M1074020</guid>
      <dc:creator>pmckenzie</dc:creator>
      <dc:date>2020-09-19T01:15:55Z</dc:date>
    </item>
  </channel>
</rss>

