<?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: need help with how to best setup no-nat with VPNs in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150575#M876101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a loaded question - but the solution depends on the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have no need to NAT - then don't.  If you do have a need to NAT all traffic - but exluded some, then do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to not NAT all traffic - then nat some traffic just makes it complicated and troubleshooting gets harder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opionion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so either use the comman nat-control or no nat-control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2009 14:59:15 GMT</pubDate>
    <dc:creator>andrew.prince</dc:creator>
    <dc:date>2009-02-20T14:59:15Z</dc:date>
    <item>
      <title>need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150568#M876092</link>
      <description>&lt;P&gt;If I am configuring an ASA to pass IPSEC vpn traffic, and I don't want to NAT anything traversing from the inside out, nor am I NATng anything coming in, should I be using NAT exemption vs Identity NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no-nat permit ip any any&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list no-nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA is used exclusively as a vpn endpoint. I am using sysopt connection permit-ipsec so I have no outside ACL. Which NAT method is the best solution?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:53:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150568#M876092</guid>
      <dc:creator>mjsully</dc:creator>
      <dc:date>2019-03-11T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150569#M876093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I personally use no-NAT ACL's for my IPSec tunnels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 00:54:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150569#M876093</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-20T00:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150570#M876094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One important detail to remember between Identity Nat, and NAT Exemption is the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Identity NAT &lt;/P&gt;&lt;P&gt;EX: nat (inside) 0 192.168.6.0 255.255.255.0&lt;/P&gt;&lt;P&gt;This initiated an outbound connection only  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With NAT Exemption nat 0 access-list you have the following&lt;/P&gt;&lt;P&gt;EX: &lt;/P&gt;&lt;P&gt;NAT (inside)0 access-list exemptxtrffc &lt;/P&gt;&lt;P&gt;access-list exemptxtrffc permit ip 192.168.6.0 255.255.255.0 198.100.10.0 255.255.255.0 where 198.100.10.0 would be the destination ip subnet&lt;/P&gt;&lt;P&gt;You initiate an inbound and outbound connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also NAT Exemption is always processed first in the NAT order of operations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 03:46:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150570#M876094</guid>
      <dc:creator>sdoremus33</dc:creator>
      <dc:date>2009-02-20T03:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150571#M876095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 03:47:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150571#M876095</guid>
      <dc:creator>sdoremus33</dc:creator>
      <dc:date>2009-02-20T03:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150572#M876096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, let's say I go with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no-nat permit ip any any&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list no-nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will NOT translate all traffic traversing firewall, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what if I have a need later to exclude a subnet from the no-nat acl? will this get processed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list no-nat deny ip 172.16.100.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;access-list no-nat permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will that work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 14:21:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150572#M876096</guid>
      <dc:creator>mjsully</dc:creator>
      <dc:date>2009-02-20T14:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150573#M876097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it would work - but it's not the ideal solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 14:39:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150573#M876097</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-02-20T14:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150574#M876099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what would be your ideal solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 14:49:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150574#M876099</guid>
      <dc:creator>mjsully</dc:creator>
      <dc:date>2009-02-20T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150575#M876101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a loaded question - but the solution depends on the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have no need to NAT - then don't.  If you do have a need to NAT all traffic - but exluded some, then do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to not NAT all traffic - then nat some traffic just makes it complicated and troubleshooting gets harder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opionion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so either use the comman nat-control or no nat-control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 14:59:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150575#M876101</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-02-20T14:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150576#M876105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a current need to NAT, however, I wanted to leave open the possibility of having to do it in the future and was looking to see the best way to setup the no-nat for now, with the least re-configuring should NAT become a requirement. I'm using 8.x on the ASA, so it sounds like you are saying as long as I don't enable NAT-control, I don't need to put any no-nat statements on it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 16:43:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150576#M876105</guid>
      <dc:creator>mjsully</dc:creator>
      <dc:date>2009-02-20T16:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150577#M876108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct - using the command "no nat-control" means allow traffic through the firewall without address translation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 16:46:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150577#M876108</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-02-20T16:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150578#M876110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 16:49:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150578#M876110</guid>
      <dc:creator>mjsully</dc:creator>
      <dc:date>2009-02-20T16:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: need help with how to best setup no-nat with VPNs</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150579#M876113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;np - glad to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 16:50:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-how-to-best-setup-no-nat-with-vpns/m-p/1150579#M876113</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-02-20T16:50:25Z</dc:date>
    </item>
  </channel>
</rss>

