<?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: not able to ping device behind in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3380499#M959201</link>
    <description>NAT is 99% used for Internet access due to private/public IP story.&lt;BR /&gt;Now suppose you apply Dynamic PAT for both FWs (inside interfaces) to reach Internet, then  you need to configure a STATIC NAT for one destination host in the FW the host resides.&lt;BR /&gt;&lt;BR /&gt;E.G.&lt;BR /&gt;host_A -- FW1 ---- FW2 -- host_B&lt;BR /&gt;You configure dynamic PAT for network_A on FW1 and network_B on FW2.&lt;BR /&gt;Next if you want host_A to reach host_B the most usual way would be:&lt;BR /&gt; - configure a site-to-site IPSEC tunnel&lt;BR /&gt; - configure a static NAT on FW2&lt;BR /&gt; - ping from host_A the public IP used in the "static NAT on FW2"&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 May 2018 07:30:44 GMT</pubDate>
    <dc:creator>Florin Barhala</dc:creator>
    <dc:date>2018-05-09T07:30:44Z</dc:date>
    <item>
      <title>not able to ping device behind</title>
      <link>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3379780#M959194</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just need your assistance on this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to setup a GNS3 lab. Attached is the diagram.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason, I'm cannot ping the devices behind the firewall.&lt;/P&gt;
&lt;P&gt;Here are the FW config.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW1# sh run nat&lt;/STRONG&gt;&lt;BR /&gt;nat (INSIDE,WAN0) source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW1# sh ip&lt;/STRONG&gt;&lt;BR /&gt;System IP Addresses:&lt;BR /&gt;Interface Name IP address Subnet mask Method&lt;BR /&gt;GigabitEthernet0/0 WAN0 10.50.1.1 255.255.255.252 CONFIG&lt;BR /&gt;GigabitEthernet0/1 INSIDE 192.168.32.1 255.255.255.0 CONFIG&lt;BR /&gt;Current IP Addresses:&lt;BR /&gt;Interface Name IP address Subnet mask Method&lt;BR /&gt;GigabitEthernet0/0 WAN0 10.50.1.1 255.255.255.252 CONFIG&lt;BR /&gt;GigabitEthernet0/1 INSIDE 192.168.32.1 255.255.255.0 CONFIG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW1# sh run nat&lt;/STRONG&gt;&lt;BR /&gt;nat (INSIDE,WAN0) source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW1# sh run access-list&lt;/STRONG&gt;&lt;BR /&gt;access-list WAN_IN extended permit ip any any&lt;BR /&gt;access-list INSIDE_IN extended permit ip any any&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW1# sh run access-group&lt;/STRONG&gt;&lt;BR /&gt;access-group WAN_IN in interface WAN0&lt;BR /&gt;access-group INSIDE_IN in interface INSIDE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW1# sh run route&lt;/STRONG&gt;&lt;BR /&gt;route WAN0 0.0.0.0 0.0.0.0 10.50.1.2 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW2# sh run nat&lt;/STRONG&gt;&lt;BR /&gt;nat (INSIDE,WAN0) source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW2# sh ip&lt;/STRONG&gt;&lt;BR /&gt;System IP Addresses:&lt;BR /&gt;Interface Name IP address Subnet mask Method&lt;BR /&gt;GigabitEthernet0/0 WAN0 10.50.1.2 255.255.255.252 CONFIG&lt;BR /&gt;GigabitEthernet0/1 INSIDE 192.168.31.1 255.255.255.0 CONFIG&lt;BR /&gt;Current IP Addresses:&lt;BR /&gt;Interface Name IP address Subnet mask Method&lt;BR /&gt;GigabitEthernet0/0 WAN0 10.50.1.2 255.255.255.252 CONFIG&lt;BR /&gt;GigabitEthernet0/1 INSIDE 192.168.31.1 255.255.255.0 CONFIG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW2# sh run nat&lt;/STRONG&gt;&lt;BR /&gt;nat (INSIDE,WAN0) source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW2# sh run access-list&lt;/STRONG&gt;&lt;BR /&gt;access-list WAN0_IN extended permit ip any any&lt;BR /&gt;access-list INSIDE_IN extended permit ip any any&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW2# sh run access-group&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;access-group WAN0_IN in interface WAN0&lt;BR /&gt;access-group INSIDE_IN in interface INSIDE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FW2# sh run route&lt;/STRONG&gt;&lt;BR /&gt;route WAN0 0.0.0.0 0.0.0.0 10.50.1.1 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From Site1 or Site2, I can ping the other router's Outside interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Site2#ping 10.50.1.1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.50.1.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 2/10/42 ms&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Site1#ping 10.50.1.2&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.50.1.2, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 3/4/6 ms&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I cannot ping each other's local subnet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please assist!! Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 07:35:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3379780#M959194</guid>
      <dc:creator>Randyx</dc:creator>
      <dc:date>2020-02-22T07:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: not able to ping device behind</title>
      <link>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3379978#M959197</link>
      <description>This is happening because of the NAT statements on each FW.&lt;BR /&gt;Go for "no nat (INSIDE,WAN0) source dynamic any interface" and try again.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2018 11:58:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3379978#M959197</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-05-08T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: not able to ping device behind</title>
      <link>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3380398#M959199</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help..that did the trick. However, are you not suppose to do NATTing in a FW to FW setup? If no, what would be the correct NAT setup on this scenario?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 23:43:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3380398#M959199</guid>
      <dc:creator>Randyx</dc:creator>
      <dc:date>2018-05-08T23:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: not able to ping device behind</title>
      <link>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3380499#M959201</link>
      <description>NAT is 99% used for Internet access due to private/public IP story.&lt;BR /&gt;Now suppose you apply Dynamic PAT for both FWs (inside interfaces) to reach Internet, then  you need to configure a STATIC NAT for one destination host in the FW the host resides.&lt;BR /&gt;&lt;BR /&gt;E.G.&lt;BR /&gt;host_A -- FW1 ---- FW2 -- host_B&lt;BR /&gt;You configure dynamic PAT for network_A on FW1 and network_B on FW2.&lt;BR /&gt;Next if you want host_A to reach host_B the most usual way would be:&lt;BR /&gt; - configure a site-to-site IPSEC tunnel&lt;BR /&gt; - configure a static NAT on FW2&lt;BR /&gt; - ping from host_A the public IP used in the "static NAT on FW2"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2018 07:30:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/not-able-to-ping-device-behind/m-p/3380499#M959201</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-05-09T07:30:44Z</dc:date>
    </item>
  </channel>
</rss>

