<?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: NAT Exemption in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658060#M1023051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, here's the rest of the order&lt;/P&gt;&lt;P&gt;1. nat exemption &lt;/P&gt;&lt;P&gt;2. static nat &lt;/P&gt;&lt;P&gt;3. static pat &lt;/P&gt;&lt;P&gt;4. policy nat &lt;/P&gt;&lt;P&gt;5. regular nat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 14:52:43 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-03-14T14:52:43Z</dc:date>
    <item>
      <title>NAT Exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658058#M1023049</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anybody tried to implement a NAT exemption and static NAT for the same source. What i want to achieve is that one host of the internal network will be not natted like the complete network and also has a static NAT for another connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have problems to implement this and have read that PNAT is not possible in combination with NAT exemption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:46:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658058#M1023049</guid>
      <dc:creator>c.ohliger</dc:creator>
      <dc:date>2019-03-11T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658059#M1023050</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's say u have host A on the inside.&lt;/P&gt;&lt;P&gt;You want that when host A goes to 1.1.1.1/24,then it should not be translated ( nat exempt ) and for the rest of the traffic it should get translated. ( static nat ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that true ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is,&lt;/P&gt;&lt;P&gt;access-l nonat permit ip host A 1.1.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) &lt;PUBLICIP&gt; &lt;HOSTA&gt;&lt;/HOSTA&gt;&lt;/PUBLICIP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the nat 0 with an access-list ( exempt ) takes precedence over the static and that's why,the no nat is processed before the static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess that's it.&lt;/P&gt;&lt;P&gt;if i am on the wrong side of the lane,let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:51:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658059#M1023050</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2007-03-14T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658060#M1023051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, here's the rest of the order&lt;/P&gt;&lt;P&gt;1. nat exemption &lt;/P&gt;&lt;P&gt;2. static nat &lt;/P&gt;&lt;P&gt;3. static pat &lt;/P&gt;&lt;P&gt;4. policy nat &lt;/P&gt;&lt;P&gt;5. regular nat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:52:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658060#M1023051</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-14T14:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658061#M1023052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once a packet is exempted from natting for a specific destination, you can not do static natting for the same host/netowrk for the same destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give us a brief overview of the scenario, and we'll try to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:53:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658061#M1023052</guid>
      <dc:creator>kaachary</dc:creator>
      <dc:date>2007-03-14T14:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658062#M1023053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jesus ... so much answers, thanks for all your help. Its a complex environment, but i will try to explain. The environment is based on a FWSM with several interfaces. Basically all traffic is in a exemption NAT table based on network groups. A remote site will be connected to this environment with IPSEC. The IPSEC part will be handeld by a concentrator. The remote network is  172.22.0.0/16, has to be natted inbound to 10.61.0.0/16. Traffic from internal to this remote network has to natted dynamic (pool). Specific hosts in the internal network has to have a static NAT when accessed from outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the remote site is not willing to do NAT, that would be the easy way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i understand your comments correct then is the "jumping point" that NAT exemption is the first in order ... so the only solution would be to build a second firewall for this traffic ,-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:09:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption/m-p/658062#M1023053</guid>
      <dc:creator>c.ohliger</dc:creator>
      <dc:date>2007-03-14T15:09:47Z</dc:date>
    </item>
  </channel>
</rss>

