<?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: ASA5505 with software 8.3(1) NAT/PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447341#M689600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hooo I see very good ... now it make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more question ... lets say i need to do a NAT 0 because a VPN how does it work&amp;nbsp; ? Can I also do in object ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 00:35:01 GMT</pubDate>
    <dc:creator>Rodrigo Gurriti</dc:creator>
    <dc:date>2010-05-24T00:35:01Z</dc:date>
    <item>
      <title>ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447337#M689580</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505 connected to a DSL modem, and behind this ASA i have a Linux machine that people need to access via SSH. I have it mapped to my outside interface doing PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface ssh linux ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had running on 8.2(2) with no problems but I had to mess with fire and I installed the 8.3(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config for PAT on 8.3(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;object service linux-ports&lt;BR /&gt; service tcp source eq ssh&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;nat (inside,outside) source static linux interface service linux-ports linux-ports&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st question does anyone know a way to read this nat command above ?&lt;/P&gt;&lt;P&gt;The old one was easy ... use the outside interface IP and port ssh to map the linux IP port ssh inside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd I understand that now we only going to use object statments to do NAT.&lt;/P&gt;&lt;P&gt;Should my&amp;nbsp; object service be destination not source ? Think about ..&amp;nbsp; I want to map a destination port on my interface not the source ... I've tried doing source doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd&amp;nbsp; Why cisco doesnt have documentation ready ? Cisco docs' have different comands for instance:&lt;/P&gt;&lt;P&gt;nat (inside,outside) &lt;STRONG&gt;source &lt;/STRONG&gt;static linux interface service linux-ports linux-ports ---&amp;gt; command on my ASA&lt;/P&gt;&lt;P&gt;nat (inside,outside)&amp;nbsp; static linux interface service linux-ports linux-ports ---&amp;gt; Cisco docs'&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:49:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447337#M689580</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2019-03-11T17:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447338#M689589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;1st&lt;/STRONG&gt;&lt;/SPAN&gt; - &lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;nat (inside,outside) source static&amp;nbsp; linux interface service linux-ports linux-ports&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the old static statement (8.2 and below version) is normally &lt;STRONG&gt;static (inside,outside) outside-address inside-address&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;the new (8.3 version) static statement is to be read as follows: &lt;STRONG&gt;nat (inside,outside) inside outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from your example, it would be &lt;STRONG&gt;nat (inside,outside) linux-private-ip outside-interface-ip&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2nd&lt;/STRONG&gt;&lt;/SPAN&gt; - you can know NAT both source and destination service. But as far as your nat statement is concern:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;nat (inside,outside) source static&amp;nbsp; linux interface service linux-ports linux-ports&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;it has been correctly configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing that you would like to double check that could be the issue is the &lt;SPAN style="text-decoration: underline;"&gt;outside ACL&lt;/SPAN&gt;. On the pre 8.3 version, on the outside ACL, you would need to specifcy the public (prior to NAT ip address), and after 8.3 version, the outside ACL needs to be configured with the private ip address.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Example&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Server ip is 10.1.1.1 --&amp;gt; NAT to 200.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 8.2:&lt;/P&gt;&lt;P&gt;access-list outside-acl permit tcp any host 200.1.1.1 eq 22&lt;/P&gt;&lt;P&gt;access-group outside-acl in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 8.3:&lt;/P&gt;&lt;P&gt;access-list outside-acl permit tcp any host 10.1.1.1 eq 22&lt;/P&gt;&lt;P&gt;access-group outside-acl in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;3rd&lt;/STRONG&gt;&lt;/SPAN&gt; - There are 2 different NAT statements that you can configure as per your example:&lt;/P&gt;&lt;P&gt;nat (inside,outside) &lt;STRONG&gt;source &lt;/STRONG&gt;static linux interface&amp;nbsp; service linux-ports linux-ports ---&amp;gt; is called twice NAT/manual NAT&lt;/P&gt;&lt;P&gt;nat (inside,outside)&amp;nbsp; static linux interface service linux-ports&amp;nbsp; linux-ports ---&amp;gt; is called network object NAT/auto NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the NAT order of operation in version 8.3 for your reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/nat_overview.html#wp1118157"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/nat_overview.html#wp1118157&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the above explaination helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 23:23:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447338#M689589</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-23T23:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447339#M689595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;halijenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;I dont know if its because its 5505 or what but i don't have the option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside)&amp;nbsp; &lt;STRONG&gt;static&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside)&amp;nbsp; &lt;STRONG&gt;source static &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm reading the documentation you posted !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 00:07:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447339#M689595</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2010-05-24T00:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447340#M689597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this: nat (inside,outside)&amp;nbsp; &lt;STRONG&gt;static&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how you would configure it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj-linux&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host linux&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static interface service tcp 22 22&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 00:12:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447340#M689597</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-24T00:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447341#M689600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hooo I see very good ... now it make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more question ... lets say i need to do a NAT 0 because a VPN how does it work&amp;nbsp; ? Can I also do in object ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 00:35:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447341#M689600</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2010-05-24T00:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447342#M689602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, with NAT exemption for VPN, you would need to use the NAT statement (Twice NAT).&lt;/P&gt;&lt;P&gt;Rule of thumb: anything basic NAT, you can configure using the object NAT (auto NAT), anything slightly more specific, ie: ACL (NAT exemption or policy NAT), you would need to use the NAT statement (Twice NAT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Here is an example for you for NAT exemption (in VPN scenario)&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Local LAN: 10.1.1.0/24&lt;/P&gt;&lt;P&gt;Remote LAN: 192.168.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj-10.1.1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet 10.1.1.0 255.255.255.0&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj-192.168.1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source static obj-10.1.1.0 obj-10.1.1.0 destination static obj-192.168.1.0 obj-192.168.1.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately there are more steps to be configured compared to the NAT 0 with ACL on the previous version. However, it provides more flexibility in a more complicated scenario which sometimes is not supported in the old version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 00:48:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447342#M689602</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-24T00:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447343#M689606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what i think confuses:&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static &lt;STRONG&gt;obj-10.1.1.0 obj-10.1.1.0&lt;/STRONG&gt; destination static &lt;STRONG&gt;obj-192.168.1.0 obj-192.168.1.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It repeats itself, and the IOS&lt;STRONG&gt; ?&lt;/STRONG&gt; doesn't explain how you need to configure. how do you read the above rule ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An other think I saw is that you cannot do 2 NAT statment's on the same object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 01:00:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447343#M689606</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2010-05-24T01:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447344#M689607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this statement:&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static &lt;STRONG&gt;obj-10.1.1.0 obj-10.1.1.0&lt;/STRONG&gt; destination static &lt;STRONG&gt;obj-192.168.1.0 obj-192.168.1.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First obj-10.1.1.0 means pre-NAT&lt;/P&gt;&lt;P&gt;Second obj-10.1.1.0 means post-NAT (what you would like to NAT it to), and in this case, because you want NAT exemption, it will be the same object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First obj-192.168.1.0 means pre-NAT for the destination subnet&lt;/P&gt;&lt;P&gt;Second obj-192.168.1.0 means post-NAT for the destination subnet, and since you also don't want to NAT the destination subnet, it will be the same object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say for example you would like to NAT 10.1.1.0/24 subnet to 172.16.1.0/24 subnet when traffic is destined to 192.168.1.0/24:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj-10.1.1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet 10.1.1.0&amp;nbsp; 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj-172.16.1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet 172.16.1.0&amp;nbsp; 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object&amp;nbsp; network obj-192.168.1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat&amp;nbsp; (inside,outside) source static obj-10.1.1.0 obj-&lt;/STRONG&gt;&lt;STRONG&gt;172.16.1.0&lt;/STRONG&gt;&lt;STRONG&gt; destination&amp;nbsp; static obj-192.168.1.0 obj-192.168.1.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully it makes a bit more sense now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 01:07:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447344#M689607</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-24T01:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447345#M689610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ! you really helped me !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 01:14:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447345#M689610</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2010-05-24T01:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 with software 8.3(1) NAT/PAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447346#M689612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to help, and thanks for the ratings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 01:28:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-with-software-8-3-1-nat-pat/m-p/1447346#M689612</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-24T01:28:15Z</dc:date>
    </item>
  </channel>
</rss>

