<?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 or NAT exemption in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185857#M877757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thk you very much for the reply. I think i would adopt your suggestion. But just 1 last check, is there any security consideration compare to my earlier 2 methods? Just want to ensure the security part before i proceed to implementation. Thks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2009 02:15:48 GMT</pubDate>
    <dc:creator>donnie</dc:creator>
    <dc:date>2009-01-13T02:15:48Z</dc:date>
    <item>
      <title>NAT or NAT exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185855#M877755</link>
      <description>&lt;P&gt;Hi all. My office is using cisco asa 5510 as firewall and is connected to &lt;/P&gt;&lt;P&gt;office/dmz/internet networks. I allow my office network traffic to access dmz network but deny vice versa. To allow my office network to access dmz network i can either do NAT or NAT exemption. Using NAT would conceal my office PCs ip when they access dmz as they will be translated to a dmz ip. But it would be tough for me to do traffic monitoring in dmz as they are to many NAT done. Hence i would like to know what is the industry practise? NAT or NAT exemption? Pls advise. Thks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:36:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185855#M877755</guid>
      <dc:creator>donnie</dc:creator>
      <dc:date>2019-03-11T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: NAT or NAT exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185856#M877756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its either way.. actually NAT is done the other way.. If I have servers in DMZ accessed from inside, it is good to have the server segment natted to inside with the same IP.. for eg, if inside is 10.1.0.0/16 and server segment is 172.16.1.0/24, then i would do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,inside) 172.16.1.10 172.16.1.10 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say 172.16.1.10 is the server that I'm trying to access.. if you want, u can do the same thing for an entire subnet.. doing this, all the servers will be visible in inside, and will be accessed with their own IP.. as u said, if u do it the other way (nat the inside to dmz ip) then it will be really tough to manage.. this is how we have implemented in most of the high end network..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.. all the best..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 01:30:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185856#M877756</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2009-01-13T01:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAT or NAT exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185857#M877757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thk you very much for the reply. I think i would adopt your suggestion. But just 1 last check, is there any security consideration compare to my earlier 2 methods? Just want to ensure the security part before i proceed to implementation. Thks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 02:15:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185857#M877757</guid>
      <dc:creator>donnie</dc:creator>
      <dc:date>2009-01-13T02:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: NAT or NAT exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185858#M877758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello wen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is not much of difference in the way it works (security wise) in these options.. infact, when you do a static translation, it is always the best, from security point of view.. since the translation happens 1 - to - 1, you will have the real ips of clients, in any kind of log/sniffer etc... If you are doing PAT (many to one), then the problem comes of diminished security, since the IPS/logs etc would look at the same IP address (with different port numbers), which makes troubleshooting even difficult..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in ur case, since u are doing a 1-1 translation (either way), there is not much of difference (in security).. in fact, to increase security i would normally have an accesslist on the inside interface of the PIX, and validate traffic flow, even from inside, to dmz..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..all the best.. rate replies if found useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 02:23:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185858#M877758</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2009-01-13T02:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: NAT or NAT exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185859#M877759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 more thing, it seems by using your suggestion my inside ip would not be concealed to dmz when connecting from inside to dmz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 02:30:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185859#M877759</guid>
      <dc:creator>donnie</dc:creator>
      <dc:date>2009-01-13T02:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: NAT or NAT exemption</title>
      <link>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185860#M877760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your inside IP will be visible using the same IP address.. it is just that the server IP is shown to inside users, with a static NAT.. end to end communication happens through the same set of IP addresses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 02:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-or-nat-exemption/m-p/1185860#M877760</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2009-01-13T02:31:50Z</dc:date>
    </item>
  </channel>
</rss>

