<?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: NATTing Question version 9.x in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460292#M270179</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;You wont be able to configure the Static NAT towards both ISP with a single NAT configuration. More specifically, you wont be able to configure 2 NAT statements under the same &lt;STRONG&gt;"object network"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should configure it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEBSERVER-ISP1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 7.7.7.7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (dmz,isp1) static 9.9.9.9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEBSERVER-ISP2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 7.7.7.7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (dmz,isp2) static 8.8.8.8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to read a bit about the new NAT format that was introduced from 8.3 onwards then you could have a look at a document I wrote here on the CSC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/document/132066/asa-nat-83-nat-operation-and-configuration-format-cli"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is also another great document for someone that knows the old format but wants to know the corresponding new format&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/document/33921/asa-pre-83-83-nat-configuration-examples"&gt;https://supportforums.cisco.com/docs/DOC-9129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that the old NAT configuration format in some situations was a lot simpler and you potentially created a lot simpler configuration. In larger environments and more special setups I do think that the new NAT configuration format is far more simpler/safer to configure and provides more flexibility. There are some issues with it that I still dont have clear answer to but for the most part it seems to work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 18:01:07 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2014-02-06T18:01:07Z</dc:date>
    <item>
      <title>NATTing Question version 9.x</title>
      <link>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460291#M270178</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two external ISP interfaces and need help with some nat questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a webserver that I wish to advertise out both interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I'm having is exactly how to do it on the ASA with version 9.x code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISP 1:&amp;nbsp; 9.9.9.0&lt;/P&gt;&lt;P&gt;ISP 2: 8.8.8.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network webserver&lt;/P&gt;&lt;P&gt;host 7.7.7.7&lt;/P&gt;&lt;P&gt;nat (dmz,isp1) static 9.9.9.9&lt;/P&gt;&lt;P&gt;nat (dmz,isp2) static 8.8.8.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to get this working. I'm new to this code but the old code was so much easier with this....&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:41:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460291#M270178</guid>
      <dc:creator>Garrison Botts</dc:creator>
      <dc:date>2019-03-12T03:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: NATTing Question version 9.x</title>
      <link>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460292#M270179</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;You wont be able to configure the Static NAT towards both ISP with a single NAT configuration. More specifically, you wont be able to configure 2 NAT statements under the same &lt;STRONG&gt;"object network"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should configure it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEBSERVER-ISP1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 7.7.7.7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (dmz,isp1) static 9.9.9.9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEBSERVER-ISP2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 7.7.7.7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (dmz,isp2) static 8.8.8.8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to read a bit about the new NAT format that was introduced from 8.3 onwards then you could have a look at a document I wrote here on the CSC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/document/132066/asa-nat-83-nat-operation-and-configuration-format-cli"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is also another great document for someone that knows the old format but wants to know the corresponding new format&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/document/33921/asa-pre-83-83-nat-configuration-examples"&gt;https://supportforums.cisco.com/docs/DOC-9129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that the old NAT configuration format in some situations was a lot simpler and you potentially created a lot simpler configuration. In larger environments and more special setups I do think that the new NAT configuration format is far more simpler/safer to configure and provides more flexibility. There are some issues with it that I still dont have clear answer to but for the most part it seems to work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 18:01:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460292#M270179</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T18:01:07Z</dc:date>
    </item>
    <item>
      <title>NATTing Question version 9.x</title>
      <link>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460293#M270180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:00:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460293#M270180</guid>
      <dc:creator>Garrison Botts</dc:creator>
      <dc:date>2014-02-06T19:00:09Z</dc:date>
    </item>
    <item>
      <title>NATTing Question version 9.x</title>
      <link>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460294#M270181</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;Let us know if it worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do remember to mark a reply as the correct answer if it answered your question. &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;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-question-version-9-x/m-p/2460294#M270181</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T19:06:06Z</dc:date>
    </item>
  </channel>
</rss>

