<?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 breaks dynamic nat, is normal ? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414072#M271481</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;Could it be that there were also some other configurations made that could have caused this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then again you say that the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; test goes through just fine so its pretty strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see a Dynamic PAT translation for that traffic in the output? Did it match the configuration you were expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simple enough firewall environments I tend to configure Dynamic PAT like this for ALL the internal networks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 1=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 2=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 3=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 4=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic PAT-SOURCE interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a basic Dynamic PAT that uses the public IP address on the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface and accept the source addresses specified inside the &lt;STRONG&gt;"object-group"&lt;/STRONG&gt; and the source interface for them can be &lt;STRONG&gt;"any"&lt;/STRONG&gt; (so that we can do Dynamic PAT with one command to all of the internal interfaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there is a bug involved with your problem. I had an ASA with 8.4 software just stop performing NAT even though it was using a NAT Pool + PAT overload. It went through the pool and ignored the PAT for no obvious reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure would a reload at some point help at all or trying other NAT configurations for the Internal interface if its not working at all at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you been able to determine anything from device logs while attempting connection?&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, 15 Jan 2014 19:09:50 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2014-01-15T19:09:50Z</dc:date>
    <item>
      <title>Static nat breaks dynamic nat, is normal ?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414069#M271478</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a public IP pool with /24 mask and we have .14 is being used for dynamic-nat on ASA for a set of inside hosts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, our other firewall admin introduced a second dmz2 interface (with ip: &lt;SPAN style="font-size: 10pt;"&gt;192.168.75.1/24) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;and set up a &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;static-nat&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; for all hosts on subnet &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;192.168.75.0/24 to access the Internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now the issue I face with is that as soon as that static-nat was in place, the dynamic-nat stop working and all hosts being the subnet &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;10.96.0.0/11 cannot access the internet and this is happening on ASA version 8.4(5).&amp;nbsp; Is this normal?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network net-10.96.0.0-11&lt;/P&gt;&lt;P&gt; subnet 10.96.0.0 255.224.0.0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; nat (Internal,outside) &lt;STRONG&gt;dynamic &lt;/STRONG&gt;205.xxx.xxx.14&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network CVH-AD-TEST-LAB1&lt;/P&gt;&lt;P&gt; subnet 192.168.75.0 255.255.255.0&lt;/P&gt;&lt;P id="imcontent"&gt;nat (dmz2,outside) &lt;STRONG&gt;static&lt;/STRONG&gt; 205.xxx.xxx.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rizwan Rafeek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:30:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414069#M271478</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2019-03-12T03:30:25Z</dc:date>
    </item>
    <item>
      <title>Static nat breaks dynamic nat, is normal ?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414070#M271479</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;I am quite not sure why the 2 would have anything to do with eachother. They specifically mention the source and destination interface and also the source network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm with &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; that a packet through the ASA would be dropped from the Internet network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there is no real reason to configure the translation as &lt;STRONG&gt;"static"&lt;/STRONG&gt;. You should &lt;STRONG&gt;"dynamic"&lt;/STRONG&gt; in both as you are attempting to configure Dynamic PAT.&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, 15 Jan 2014 17:51:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414070#M271479</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-01-15T17:51:18Z</dc:date>
    </item>
    <item>
      <title>Static nat breaks dynamic nat, is normal ?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414071#M271480</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;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-size: 10pt;"&gt;You should &lt;/SPAN&gt;&lt;STRONG style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;"dynamic" &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;in both as you are attempting to configure Dynamic PAT."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I could not agree with you more on the above line, but you know not all firewall admin have same level of understanding as to, what need to be done for given a funtion &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;unfortunately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Yes did a &lt;STRONG style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;packet-tracer &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;traversing from &lt;STRONG&gt;interenal &lt;/STRONG&gt;to &lt;STRONG&gt;outside&lt;/STRONG&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;destined &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;to a public address such as 4.2.2.2 and it was a complete pass.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I don't have any answer, why this would break the dynamic-nat.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 18:43:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414071#M271480</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2014-01-15T18:43:44Z</dc:date>
    </item>
    <item>
      <title>Static nat breaks dynamic nat, is normal ?</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414072#M271481</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;Could it be that there were also some other configurations made that could have caused this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then again you say that the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; test goes through just fine so its pretty strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see a Dynamic PAT translation for that traffic in the output? Did it match the configuration you were expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simple enough firewall environments I tend to configure Dynamic PAT like this for ALL the internal networks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 1=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 2=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 3=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET 4=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic PAT-SOURCE interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a basic Dynamic PAT that uses the public IP address on the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface and accept the source addresses specified inside the &lt;STRONG&gt;"object-group"&lt;/STRONG&gt; and the source interface for them can be &lt;STRONG&gt;"any"&lt;/STRONG&gt; (so that we can do Dynamic PAT with one command to all of the internal interfaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there is a bug involved with your problem. I had an ASA with 8.4 software just stop performing NAT even though it was using a NAT Pool + PAT overload. It went through the pool and ignored the PAT for no obvious reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure would a reload at some point help at all or trying other NAT configurations for the Internal interface if its not working at all at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you been able to determine anything from device logs while attempting connection?&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, 15 Jan 2014 19:09:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-breaks-dynamic-nat-is-normal/m-p/2414072#M271481</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-01-15T19:09:50Z</dc:date>
    </item>
  </channel>
</rss>

