<?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 Advice in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305572#M858183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Ok, so the (inside,dmz) was backwards."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it wasn't. What Collin was explaining was that if you wanted to ping the DMZ from inside you do not need a NAT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If however you wanted to initiate any connection from the DMZ to the inside then you will need &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although personally i wouldn't use a static that big ie. the whole 10.0.0.0/8 internal network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the domain controller thing i agree totally with Collin in that you shouldn't run a machine in the DMZ that is part of your internal domain - Windows networking is just not secure enough and you end up opening no end of ports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it really need to be a member of the internal domain or is it just so you can remotely manage it ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you absolutely must do this then if you need to find out the ports &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) add the NAT rule as above &lt;/P&gt;&lt;P&gt;2) add an acl to the dmz interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZIN permit ip host &lt;DMZ server=""&gt; 10.0.0.0 255.0.0.0 log &lt;/DMZ&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you should at least be able to see by checking the logging what ports are being used.&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, 02 Sep 2009 20:10:25 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2009-09-02T20:10:25Z</dc:date>
    <item>
      <title>DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305560#M858162</link>
      <description>&lt;P&gt;I currently have a couple public servers on our internal network and i'm using the new Public Server option in ASA 8.2. What i have done is created a new interface on my asa called DMZ with sub interfaces in addtion to my current Inside and Outside. The DMZ is trunked into my LAN on a layer 2 vlan only so traffic isn't exposed. Outside Interface is 0, DMZ is 50, and inside is 100. I'm trying to figure out why i can't manage the DMZ server from my internal network. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:11:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305560#M858162</guid>
      <dc:creator>cowetacoit</dc:creator>
      <dc:date>2019-03-11T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305561#M858163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you trying to manage it (RDP, SSH)? Do you have an inside ACL in place? I sit allowing the traffic? Can you see the DMZ server from the ASA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 12:22:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305561#M858163</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-02T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305562#M858164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, let me explain a little further. i actually failed to add the new DMZ vlan on the bladecenter switch so now i can get to it. This DMZ server is a VM on an ibm bladecenter. It is sitting on its own vlan which gets trunked back to the ASA on a seperate interface. Now our server admin can't join it to our domain. I have the DMZ ACL to the Outside interface disabled and have the DMZ interface allowing ip any to the inside interface. what is a best practice for managing a DMZ server? Configuring rules to allow RDP, DNS, HTTP, etc? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:03:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305562#M858164</guid>
      <dc:creator>cowetacoit</dc:creator>
      <dc:date>2009-09-02T18:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305563#M858166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMO a DMZ server should not be part of the domain so only the necessary ports should be open. If security is important use IPSec or RPC over HTTPS. Since you're going from a higher security interface to a lower one, you'll need to NAT. Do you have that in place? What does the logs say when the server guys try and add it to the domain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:07:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305563#M858166</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-02T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305564#M858167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only NAT rule i have in place is the internal IP of the server mapped to the public IP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:21:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305564#M858167</guid>
      <dc:creator>cowetacoit</dc:creator>
      <dc:date>2009-09-02T18:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305565#M858169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need one from DMZ to inside and DMZ to outside (if you want internet access).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:25:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305565#M858169</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-02T18:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305566#M858171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you provide a CLI example of the dmz to inside? Thanks for your time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:30:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305566#M858171</guid>
      <dc:creator>cowetacoit</dc:creator>
      <dc:date>2009-09-02T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305567#M858173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There a couple of ways to do it. Let's assume the inside subnet is 192.168.5.0 /24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Translate all IPs&lt;/P&gt;&lt;P&gt;==================&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.5.0 192.168.5.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Translate a single IP&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.5.10 192.168.5.10 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also do NAT exempt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:59:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305567#M858173</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-02T18:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305568#M858175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From reading the documentation for 8.2, i saw the same sort of rule. we use an entire 10.0.0.0 /8 scope. when i add static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 the asa accepts it but the ASDM won't allow it. The NAT rule ended up displaying in the ASDM after i added it though. I was able to ping the DMZ IP before i added this NAT so is it necessary?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 19:24:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305568#M858175</guid>
      <dc:creator>cowetacoit</dc:creator>
      <dc:date>2009-09-02T19:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305569#M858177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NAT is not required when going from a higher security interface to a lower (such as your ping). When you go from a lower one to a higher one you have to NAT. The NAT statement you put in only effects traffic sourcing from the DMZ destined to the inside. I don't use ASDM so I can't help too much on what you saw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 19:29:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305569#M858177</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-02T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305570#M858179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so the (inside,dmz) was backwards.&lt;/P&gt;&lt;P&gt;I changed it to static (dmz,inside) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 and we still can't contact the domain controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 20:02:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305570#M858179</guid>
      <dc:creator>cowetacoit</dc:creator>
      <dc:date>2009-09-02T20:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305571#M858180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it's backwards, it should be-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit confusing but what we are doing is telling the ASA that when the DMZ server wants to talk to a server on the 10 network, translate it to the same 10 network IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your log when you try and add the server to the domain and post what you see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 20:07:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305571#M858180</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-09-02T20:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305572#M858183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Ok, so the (inside,dmz) was backwards."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it wasn't. What Collin was explaining was that if you wanted to ping the DMZ from inside you do not need a NAT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If however you wanted to initiate any connection from the DMZ to the inside then you will need &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although personally i wouldn't use a static that big ie. the whole 10.0.0.0/8 internal network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the domain controller thing i agree totally with Collin in that you shouldn't run a machine in the DMZ that is part of your internal domain - Windows networking is just not secure enough and you end up opening no end of ports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it really need to be a member of the internal domain or is it just so you can remotely manage it ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you absolutely must do this then if you need to find out the ports &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) add the NAT rule as above &lt;/P&gt;&lt;P&gt;2) add an acl to the dmz interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZIN permit ip host &lt;DMZ server=""&gt; 10.0.0.0 255.0.0.0 log &lt;/DMZ&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you should at least be able to see by checking the logging what ports are being used.&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, 02 Sep 2009 20:10:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305572#M858183</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-09-02T20:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Advice</title>
      <link>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305573#M858185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, i think i have found the solution. I got it working and added a couple acls for the dmz server to communicate with the inside network. We're also going to be configuring something called vShield in VMWare 4.0. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 16:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-advice/m-p/1305573#M858185</guid>
      <dc:creator>cowetacoit</dc:creator>
      <dc:date>2009-09-03T16:38:42Z</dc:date>
    </item>
  </channel>
</rss>

