<?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: Attempt at easy DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066450#M878644</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;Glad to be of help. Could you update the forum that the solution resolved the issue, so others who run into similar issue can benefit out of the post. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the prod network is on the inside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.2.8 192.168.2.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, there are not ACLs applied on the inside interface. In case if you have configured one, make sure that you permit the necessary ports/protocols for this server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 19:58:57 GMT</pubDate>
    <dc:creator>ajagadee</dc:creator>
    <dc:date>2008-12-23T19:58:57Z</dc:date>
    <item>
      <title>Attempt at easy DMZ</title>
      <link>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066447#M878640</link>
      <description>&lt;P&gt;Hello - I am trying to set up (for the first time) a simple DMZ on my PIX 515.  Here is the DMZ layout. I have a PIX 515 connected to a 2950 switch that has one server (for now) that I need to have the world access a webpage on.  I though I had it set up right, but I can't see it from the outside world, or from my private network behind the PIX.  I can see the server from within the PIX.  I am attaching my config, and any help would be great.  I know I am probably missing a few things.  Thanks!&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;</description>
      <pubDate>Mon, 11 Mar 2019 14:27:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066447#M878640</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2019-03-11T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt at easy DMZ</title>
      <link>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066448#M878642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming that the web server that you are talking about is with the ip address 172.16.99.10. If so, the static looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (DMZ,outside) 72.93.X.6 172.16.99.10 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I dont see any access-list applied on the outside interface. You need to define an access-list to permit web traffic to this server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any host 72.93.X.6 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpful posts*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 20:58:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066448#M878642</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-12-18T20:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt at easy DMZ</title>
      <link>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066449#M878643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok great!!  Its working perfectly from outside now.  Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next - I need to have one server on my production network (192.168.2.8) talk to the server on the DMZ (172.16.99.10).  How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 19:38:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066449#M878643</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-12-23T19:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt at easy DMZ</title>
      <link>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066450#M878644</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;Glad to be of help. Could you update the forum that the solution resolved the issue, so others who run into similar issue can benefit out of the post. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the prod network is on the inside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.2.8 192.168.2.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, there are not ACLs applied on the inside interface. In case if you have configured one, make sure that you permit the necessary ports/protocols for this server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate all helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 19:58:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066450#M878644</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-12-23T19:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt at easy DMZ</title>
      <link>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066451#M878645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 20:00:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/attempt-at-easy-dmz/m-p/1066451#M878645</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-12-23T20:00:27Z</dc:date>
    </item>
  </channel>
</rss>

