<?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 FWSM PAT Overloading in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fwsm-pat-overloading/m-p/2397351#M271083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to make it work without the icmp inspection, there was an IP addressing issue on this network **sights**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration was OK, and thank you once again for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Feb 2014 23:16:53 GMT</pubDate>
    <dc:creator>FlorianBerthelot</dc:creator>
    <dc:date>2014-02-02T23:16:53Z</dc:date>
    <item>
      <title>FWSM PAT Overloading</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-pat-overloading/m-p/2397349#M271072</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ahve an issue in configuring PAT on my FWSM.&lt;/P&gt;&lt;P&gt;I need to map many private IPs to one public IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the conf :&lt;/P&gt;&lt;P&gt;nat (CLT-INSIDE) 3 172.20.120. 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 3 AAA.BBB.CCC.DDD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tyried with and without the outside keyword, and using a netmask 255.255.255.255 for my public address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list CLT-INSIDE_access_in line 1 extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list CLT-INSIDE_access_in line 2 extended permit ip 172.20.120.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(permit ip any any for test purposes only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot ping any public IP from my inside machine.&lt;/P&gt;&lt;P&gt;I followed my common sense and this guide :&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm22/configuration/guide/nat.html#wp1158667" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm22/configuration/guide/nat.html#wp1158667&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any troubleshooting tips ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:34:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-pat-overloading/m-p/2397349#M271072</guid>
      <dc:creator>FlorianBerthelot</dc:creator>
      <dc:date>2019-03-12T03:34:10Z</dc:date>
    </item>
    <item>
      <title>FWSM PAT Overloading</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-pat-overloading/m-p/2397350#M271077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter &lt;STRONG&gt;"outside"&lt;/STRONG&gt; after the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command should to my understanding be only needed when the destinaton interface (the one holding the &lt;STRONG&gt;"global"&lt;/STRONG&gt; command ) is of lower &lt;STRONG&gt;"security-level"&lt;/STRONG&gt; than the source interface (the one holding the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are we talking about a new setup which you are trying to get working or an existing setup for which you are configuring a new Dynamic PAT that doesnt seem to work or get applied?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally the annoying thing with this is the FWSM. Mainly because &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; can not be used with it &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you enabled ICMP Inspection for the FWSM so that the reply/return messages/replies for ICMP can pass the firewall? I think since you are doing PAT that you will need ICMP inspection for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to view the current Inspection configurations with the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run policy-map&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the default policy configurations attached globally you could add the following lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inspect icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if we should look for any problems with the NAT configurations (some other configuration than the above that would cause problems) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 07:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-pat-overloading/m-p/2397350#M271077</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-01-22T07:37:32Z</dc:date>
    </item>
    <item>
      <title>FWSM PAT Overloading</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-pat-overloading/m-p/2397351#M271083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to make it work without the icmp inspection, there was an IP addressing issue on this network **sights**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration was OK, and thank you once again for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 23:16:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-pat-overloading/m-p/2397351#M271083</guid>
      <dc:creator>FlorianBerthelot</dc:creator>
      <dc:date>2014-02-02T23:16:53Z</dc:date>
    </item>
  </channel>
</rss>

