<?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: PIX Static, NAT &amp; NONAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190020#M602049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what you should do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 1 &lt;INSIDEIPSSUBNET&gt; &lt;NETMASK&gt;&lt;/NETMASK&gt;&lt;/INSIDEIPSSUBNET&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;OUTSIDEADDRESS1&gt; 255.255.255.255&lt;/OUTSIDEADDRESS1&gt;&lt;/P&gt;&lt;P&gt;static (inside, outside) &lt;OUTSIDEADDRESS2&gt; &lt;INSIDESERVERADDRESS&gt; netmask 255.255.255.255&lt;/INSIDESERVERADDRESS&gt;&lt;/OUTSIDEADDRESS2&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat deny ip host &lt;INSIDESERVERADDRESS&gt; any&lt;/INSIDESERVERADDRESS&gt;&lt;/P&gt;&lt;P&gt;access-list nonat permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And ofcourse your normal access-list bound to the outside interface for the permitted protocols to your server, but I guess you have that allready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick here is, as you can see, to put the normally used nat and global command on it, and also the normally used static command, but, in addition to that, you have to prevent the returning traffic from your server from being natted by the nat and global commands. That is where the nat 0 with access-list nonat kicks in, this will prevent returning traffic from being dynamicly translated (nat 0 is no translations), but since there is also a static translation in place translation does occure since there is an entrie in the xlate table for every static used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will do the trick. I hope this makes sence to you. Otherwise do not hesitate to ask :-)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2003 12:40:22 GMT</pubDate>
    <dc:creator>l.mourits</dc:creator>
    <dc:date>2003-07-25T12:40:22Z</dc:date>
    <item>
      <title>PIX Static, NAT &amp; NONAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190017#M602046</link>
      <description>&lt;P&gt;I have a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 8 ip addresses on the outside of my PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use the first ip address for the global statement and the 2nd for a static translation.&lt;/P&gt;&lt;P&gt;I want all computers to use the global address but my server should use only the 2nd ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you can help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:52:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190017#M602046</guid>
      <dc:creator>licenties</dc:creator>
      <dc:date>2020-02-21T06:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static, NAT &amp; NONAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190018#M602047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a document that might be useful to your needs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/707/28.html" target="_blank"&gt;http://www.cisco.com/warp/public/707/28.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps --&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2003 10:50:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190018#M602047</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-07-25T10:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static, NAT &amp; NONAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190019#M602048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but this paper tells me how to use statics but the static translation is not the problem. The problem is that the server connects a l2tp tunnel.&lt;/P&gt;&lt;P&gt;So the server has to listen and speak with the same ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2003 11:24:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190019#M602048</guid>
      <dc:creator>licenties</dc:creator>
      <dc:date>2003-07-25T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static, NAT &amp; NONAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190020#M602049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what you should do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 1 &lt;INSIDEIPSSUBNET&gt; &lt;NETMASK&gt;&lt;/NETMASK&gt;&lt;/INSIDEIPSSUBNET&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;OUTSIDEADDRESS1&gt; 255.255.255.255&lt;/OUTSIDEADDRESS1&gt;&lt;/P&gt;&lt;P&gt;static (inside, outside) &lt;OUTSIDEADDRESS2&gt; &lt;INSIDESERVERADDRESS&gt; netmask 255.255.255.255&lt;/INSIDESERVERADDRESS&gt;&lt;/OUTSIDEADDRESS2&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat deny ip host &lt;INSIDESERVERADDRESS&gt; any&lt;/INSIDESERVERADDRESS&gt;&lt;/P&gt;&lt;P&gt;access-list nonat permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And ofcourse your normal access-list bound to the outside interface for the permitted protocols to your server, but I guess you have that allready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick here is, as you can see, to put the normally used nat and global command on it, and also the normally used static command, but, in addition to that, you have to prevent the returning traffic from your server from being natted by the nat and global commands. That is where the nat 0 with access-list nonat kicks in, this will prevent returning traffic from being dynamicly translated (nat 0 is no translations), but since there is also a static translation in place translation does occure since there is an entrie in the xlate table for every static used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will do the trick. I hope this makes sence to you. Otherwise do not hesitate to ask :-)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2003 12:40:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190020#M602049</guid>
      <dc:creator>l.mourits</dc:creator>
      <dc:date>2003-07-25T12:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static, NAT &amp; NONAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190021#M602050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got one question, I allready have a nonat statement in the cconfig. It's for the vpn users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;## nat (inside) 0 access-list vpnusers&lt;/P&gt;&lt;P&gt;## access-list vpnusers permit ip .........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I called the access-list vpnusers. then I use       ## access-list vpnusers deny ip host &lt;INSIDESERVERADDRESS&gt; any ??&lt;/INSIDESERVERADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2003 08:34:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190021#M602050</guid>
      <dc:creator>licenties</dc:creator>
      <dc:date>2003-07-26T08:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Static, NAT &amp; NONAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190022#M602051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bas -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change ACL 'vpnusers' to permit, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; access-list vpnusers permit ip host &lt;INSIDE ip="" addrs=""&gt; any&lt;/INSIDE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, with the 'no nat' cmd you are saying NOT to NAT the access-list vpnusers and using the ACL vpnusers you are permiting the traffic for the vpn tunnel, which will not be nat'd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps --&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2003 10:29:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-static-nat-nonat/m-p/190022#M602051</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-07-26T10:29:36Z</dc:date>
    </item>
  </channel>
</rss>

