<?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: DMZ configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233763#M877490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just wanted to make a couple more suggestions here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This step:incorporating acl + nat static cmd&lt;/P&gt;&lt;P&gt;So if your internal network is 192.168.0.0 and the dmz is 10.0.0.0 you would need to do something like this &lt;/P&gt;&lt;P&gt;1.Specify the source(s) of the traffic that must be translated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-Device name(config)# nat (inside) 1 192.168.0.0 255.255.0.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-Device-name(config)# global (DMZ) 1 interface. HTH &lt;/P&gt;&lt;P&gt;is not mutually exclusive with my last suggestion (acl + static nat) &lt;/P&gt;&lt;P&gt;So either do one or the other in your configuration as it will lead to undesireable results.&lt;/P&gt;&lt;P&gt;Also you need to keep in my mind the order in which nat statements occur, excerptr from cisco Pix book &lt;/P&gt;&lt;P&gt;If you configure several address translation operations, you might have some overlap between them. For example, the same local address might appear in more than one NAT definition. To resolve any ambiguity, the firewall evaluates the various types of NAT in the following order before creating an xlate entry:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT exemptions (nat 0 access-list commands)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policy NAT (static access-list commands)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static NAT (static commands without port numbers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static PAT (static commands with port numbers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policy NAT (nat nat_id access-list commands)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic NAT and PAT (nat nat_id commands)&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>Tue, 20 Jan 2009 02:59:15 GMT</pubDate>
    <dc:creator>sdoremus33</dc:creator>
    <dc:date>2009-01-20T02:59:15Z</dc:date>
    <item>
      <title>DMZ configuration</title>
      <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233758#M877485</link>
      <description>&lt;P&gt;I'm new to firewall configurations so I need a little clarity.  I have an asa setup.  My internal network is 192.168.0.0/24 and my dmz network is 10.0.0.0 /24.  Now I need to know how to configure access from my internal network to my dmz network.  We have a webserver and an ftp server on the same box there.  I also have statics setup for outside access.  I need to see an example DMZ acl and for some to explain it to me because I can't find documentation for it anywhere on the cisco site.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233758#M877485</guid>
      <dc:creator>chevymannie</dc:creator>
      <dc:date>2019-03-11T14:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ configuration</title>
      <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233759#M877486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start with this page &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807fc191.shtml#DMZ2inside" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807fc191.shtml#DMZ2inside&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if your internal network is 192.168.0.0 and the dmx is 10.0.0.0 you would need to do something like this &lt;/P&gt;&lt;P&gt;1.Specify the source(s) of the traffic that must be translated.&lt;/P&gt;&lt;P&gt;so in your case it would be &lt;/P&gt;&lt;P&gt;nat (inside) 1  192.168.0.0 /* This is the inside subnet that needs to xlated and  appear as a host on the 10.0.0.0 DMZ network &lt;/P&gt;&lt;P&gt;global (dmz) 1 interface /* This will take the src traffic (inside subnet) and xlate or present the src as the interface of the dmz subnet which will allow you to access the devices within your dmz.HTH&lt;/P&gt;&lt;P&gt;Since you are traversing from a higher security interface to a lower interface you do not need an ACL to specify the traffic,however if you require traffic from an outsideor dmz host access to insode resources then you will nedd an ACL first to permit the traffic then specify the static translation that will be stored in your xlate table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 22:03:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233759#M877486</guid>
      <dc:creator>sdoremus33</dc:creator>
      <dc:date>2009-01-19T22:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ configuration</title>
      <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233760#M877487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if your internal network is 192.168.0.0 and the dmz is 10.0.0.0 you would need to do something like this &lt;/P&gt;&lt;P&gt;1.Specify the source(s) of the traffic that must be translated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-Device name(config)# nat (inside) 1 192.168.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ASA-Device-name(config)# global (DMZ) 1 interface. HTH &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>Mon, 19 Jan 2009 22:10:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233760#M877487</guid>
      <dc:creator>sdoremus33</dc:creator>
      <dc:date>2009-01-19T22:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ configuration</title>
      <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233761#M877488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, so how would an acl for the dmz look for accessing a web server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 22:19:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233761#M877488</guid>
      <dc:creator>chevymannie</dc:creator>
      <dc:date>2009-01-19T22:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ configuration</title>
      <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233762#M877489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you want to create an access-list in this situation where insode hosts access a server on the DMZ I believe you do the following not 100% sure though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create access-list for traffic &lt;/P&gt;&lt;P&gt;access-list insidetodmz permit tcp 192.168.0.0 255.255.0.0 (ip address of server on DMZ)eq 80 &lt;/P&gt;&lt;P&gt;2. create the static nat entry baesd upon the acl &lt;/P&gt;&lt;P&gt;static (inside,dmz) (ip address of serveron dmz)(ip address of server on dmz) -- This is referred to as identity Nat &lt;/P&gt;&lt;P&gt;The reason I am doing identity Nat is because when you specified the traffic in the acl you are basically saying permit traffic source from (src) subnet 192.168.0.0 to (dst) ip address of server on DMZ.&lt;/P&gt;&lt;P&gt;Next what you have to do is use a static nat translation ( This basically adds an xlate entry in the database, also a conn entry is created to xlate traffic from the inside to the dmz), and because the acl permits traffic from 192.168.0.0 to (Nat server address), you are basically hiding your inside subnet(192.16.0.0) and presenting it as (ip address of the DMZ server you want to access).HTH  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 02:13:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233762#M877489</guid>
      <dc:creator>sdoremus33</dc:creator>
      <dc:date>2009-01-20T02:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ configuration</title>
      <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233763#M877490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just wanted to make a couple more suggestions here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This step:incorporating acl + nat static cmd&lt;/P&gt;&lt;P&gt;So if your internal network is 192.168.0.0 and the dmz is 10.0.0.0 you would need to do something like this &lt;/P&gt;&lt;P&gt;1.Specify the source(s) of the traffic that must be translated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-Device name(config)# nat (inside) 1 192.168.0.0 255.255.0.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-Device-name(config)# global (DMZ) 1 interface. HTH &lt;/P&gt;&lt;P&gt;is not mutually exclusive with my last suggestion (acl + static nat) &lt;/P&gt;&lt;P&gt;So either do one or the other in your configuration as it will lead to undesireable results.&lt;/P&gt;&lt;P&gt;Also you need to keep in my mind the order in which nat statements occur, excerptr from cisco Pix book &lt;/P&gt;&lt;P&gt;If you configure several address translation operations, you might have some overlap between them. For example, the same local address might appear in more than one NAT definition. To resolve any ambiguity, the firewall evaluates the various types of NAT in the following order before creating an xlate entry:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT exemptions (nat 0 access-list commands)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policy NAT (static access-list commands)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static NAT (static commands without port numbers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static PAT (static commands with port numbers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policy NAT (nat nat_id access-list commands)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic NAT and PAT (nat nat_id commands)&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>Tue, 20 Jan 2009 02:59:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233763#M877490</guid>
      <dc:creator>sdoremus33</dc:creator>
      <dc:date>2009-01-20T02:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ configuration</title>
      <link>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233764#M877491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One last note: forgotr to mention.&lt;/P&gt;&lt;P&gt;If you configure a static translation ie.....&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x y.y.y.y where x.x.x.x = outside y.y.y.y = inside, it will create an xlate entry for both invound and outbound access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 03:03:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-configuration/m-p/1233764#M877491</guid>
      <dc:creator>sdoremus33</dc:creator>
      <dc:date>2009-01-20T03:03:47Z</dc:date>
    </item>
  </channel>
</rss>

