<?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 Auto nat vs manual nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194183#M359828</link>
    <description>&lt;P&gt;Some how I have ended up with multiple network objects for the same network example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj-192.168.1.0&lt;/P&gt;&lt;P&gt;obj-192.168.1.0-1&lt;/P&gt;&lt;P&gt;obj-192.168.1.0-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All are for the same network but have different nat statements. When I look at my NAT statements I have a bunch of manual NAT and Network object NAT rules. I'm pretty confussed on the two. Should I just have one auto nat statement for each object? Then if I need another NAT statement for the same network make it a manual nat? &lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 01:16:35 GMT</pubDate>
    <dc:creator>Matt Roberts</dc:creator>
    <dc:date>2019-03-12T01:16:35Z</dc:date>
    <item>
      <title>Auto nat vs manual nat</title>
      <link>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194183#M359828</link>
      <description>&lt;P&gt;Some how I have ended up with multiple network objects for the same network example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj-192.168.1.0&lt;/P&gt;&lt;P&gt;obj-192.168.1.0-1&lt;/P&gt;&lt;P&gt;obj-192.168.1.0-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All are for the same network but have different nat statements. When I look at my NAT statements I have a bunch of manual NAT and Network object NAT rules. I'm pretty confussed on the two. Should I just have one auto nat statement for each object? Then if I need another NAT statement for the same network make it a manual nat? &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:16:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194183#M359828</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2019-03-12T01:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Auto nat vs manual nat</title>
      <link>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194184#M359830</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 would have been interested to know what exact NAT configurations all those objects hold?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest in a very basic setup I have NO Object Network NAT configurations for whole networks (Only for single hosts Static NAT/PAT configurations)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the very basic NAT configurations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Default PAT for Internet Traffic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network DEFAULT-PAT-SOURCE&lt;/P&gt;&lt;P&gt; network-object 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic DEFAULT-PAT-SOURCE interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Static NAT for single host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network STATIC&lt;/P&gt;&lt;P&gt; host 192.168.1.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 1.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT0 / NAT Exemption / Identity NAT for L2L VPN connection or VPN Client&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN&lt;/P&gt;&lt;P&gt; subnet 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network REMOTE-LAN&lt;/P&gt;&lt;P&gt; subnet 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static LAN LAN destination static REMOTE-LAN REMOTE-LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could say much more if I saw the NAT configurations and the corresponding address information under the objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 20:21:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194184#M359830</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-19T20:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Auto nat vs manual nat</title>
      <link>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194185#M359832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a lot like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-172.16.0.0-04&lt;/P&gt;&lt;P&gt; subnet 172.16.0.0 255.254.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-172.16.0.0-04&lt;/P&gt;&lt;P&gt; nat (inside,GC) static 172.16.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-172.16.0.0-05&lt;/P&gt;&lt;P&gt; subnet 172.16.0.0 255.254.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-172.16.0.0-05&lt;/P&gt;&lt;P&gt; nat (inside,TM) static 172.16.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I look at my network objects I have a several like each have an auto nat with the object. What is best practice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj-172.16.0.0-01&lt;/P&gt;&lt;P&gt;obj-172.16.0.0-02&lt;/P&gt;&lt;P&gt;obj-172.16.0.0-03&lt;/P&gt;&lt;P&gt;obj-172.16.0.0-04&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 20:54:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194185#M359832</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-03-19T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Auto nat vs manual nat</title>
      <link>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194186#M359834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would I be correct to presume you have updated/upgraded the ASA software from pre 8.3 to post 8.3 by letting the ASA convert the configuration by itself and not actual write the configurations yourself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is true then it would seem to me that these configurations might be the 8.3 (and later) softwares way of doing Identity NAT between your local ASA interfaces. (Which can also be done with Twice NAT / Manual NAT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would for example guess that the following configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-172.16.0.0-05&lt;/P&gt;&lt;P&gt; subnet 172.16.0.0 255.254.0.0&lt;/P&gt;&lt;P&gt; nat (inside,TM) static 172.16.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before was this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,TM) 172.16.0.0 172.16.0.0 netmask 255.254.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the new software 8.3+ if you have local LAN and DMZ interfaces on the ASA which dont require NAT between them, you can simply leave out the NAT configurations. So if your purpose is to enable communication between local interfaces wihtout modifying the source or destination address then I would leave out all those NAT configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the very basic setups you only really need to perform NAT between the local and public interfaces. The new ASA software doesnt have any "nat-control" anymore. If there is no NAT rule for the traffic incoming to the ASA then the ASA will simply pass it along without NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 21:04:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194186#M359834</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-19T21:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Auto nat vs manual nat</title>
      <link>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194187#M359836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep I have upgraded from pre 8.3. I always wondered why I needed all these nat statments, guess I don't need all of them anymore. Good news thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 21:19:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/auto-nat-vs-manual-nat/m-p/2194187#M359836</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-03-19T21:19:32Z</dc:date>
    </item>
  </channel>
</rss>

