<?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 Dynamic NAT vs Static in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784680#M964982</link>
    <description>&lt;P&gt;Hi everyone.  I have an ASA with three interfaces.  I have a NAT and Global statement that translates all my traffic destined for a server on DMZ interface appear as if it is coming from 10.0.0.10.  I have another group of users who need to go to the same server on DMZ, but their source address needs to be 10.0.0.11.  I was trying not to modify my NAT global statement and use a static translation.  Is there a way to do this.  This is the ASA config:&lt;/P&gt;&lt;P&gt;global (dmz) 5 10.0.0.10&lt;/P&gt;&lt;P&gt;nat (inside) 5 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 10:58:21 GMT</pubDate>
    <dc:creator>vantipov</dc:creator>
    <dc:date>2019-03-11T10:58:21Z</dc:date>
    <item>
      <title>Dynamic NAT vs Static</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784680#M964982</link>
      <description>&lt;P&gt;Hi everyone.  I have an ASA with three interfaces.  I have a NAT and Global statement that translates all my traffic destined for a server on DMZ interface appear as if it is coming from 10.0.0.10.  I have another group of users who need to go to the same server on DMZ, but their source address needs to be 10.0.0.11.  I was trying not to modify my NAT global statement and use a static translation.  Is there a way to do this.  This is the ASA config:&lt;/P&gt;&lt;P&gt;global (dmz) 5 10.0.0.10&lt;/P&gt;&lt;P&gt;nat (inside) 5 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:58:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784680#M964982</guid>
      <dc:creator>vantipov</dc:creator>
      <dc:date>2019-03-11T10:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic NAT vs Static</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784681#M964984</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;if you know the IP addresses of the users you can use policy NAT eg. lets say the users are all on the 192.168.5.0 network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list natusers permit ip host 192.168.5.0 255.255.255.0 host "dmz host"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 6 access-list natusers&lt;/P&gt;&lt;P&gt;global (dmz) 10.0.0.11 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 18:42:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784681#M964984</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-08-15T18:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic NAT vs Static</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784682#M964985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon, thanks for a fast response.  My fear was that ASA will screem at me that scope is overalping with 0.0.0.0 0.0.0.0.  I will try your suggestion right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 18:46:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784682#M964985</guid>
      <dc:creator>vantipov</dc:creator>
      <dc:date>2007-08-15T18:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic NAT vs Static</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784683#M964986</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;No it should be fine. I forgot to mention that you can use a static statement with policy NAT as well, it's just i don't normally do it this way eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list natusers permit ip host 192.168.5.0 255.255.255.0 host "dmz host" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.0.0.11 access-list natusers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 18:56:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784683#M964986</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-08-15T18:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic NAT vs Static</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784684#M964987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the commands went in fine.  It will take me a little bit of time to test the actual connectivity, but I think that will work.  Jon, thanks a bunch.&lt;/P&gt;&lt;P&gt;P.S.: I did the dynamic nat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 19:02:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-vs-static/m-p/784684#M964987</guid>
      <dc:creator>vantipov</dc:creator>
      <dc:date>2007-08-15T19:02:26Z</dc:date>
    </item>
  </channel>
</rss>

