<?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 Access DMZ ffom Inside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-dmz-ffom-inside/m-p/1123403#M892478</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a web server in the DMZ (single IP address).  I somehow managed to get the users from the inside interface to access the web server in the DMZ but sometimes its takes about 20 to 30 seconds to show up which is way too long. Is this to do with my DNS settings or with the PIX settings? Which of the two settings below should I use for the pix?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMZ Subnet: 10.3.30.0 / 255.255.255.0&lt;/P&gt;&lt;P&gt;DMZ web server: 10.3.30.100&lt;/P&gt;&lt;P&gt;Inside Subnet: 172.16.0.0 / 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 172.16.0.0 172.16.0.0 netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;acl dmz permit tcp 10.3.30.0 0.0.0.255 172.16.0.0 0.0.255.255 eq 80 &lt;/P&gt;&lt;P&gt;access-group dmz in interface dmz &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or no nat?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 172.16.0.0 255.255.0.0 10.3.30.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or should I create and ip pool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's none of the above, could you please give me a suggestion of what to do (what config I should enter)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:24:16 GMT</pubDate>
    <dc:creator>mahirv8680</dc:creator>
    <dc:date>2019-03-11T14:24:16Z</dc:date>
    <item>
      <title>Access DMZ ffom Inside</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-ffom-inside/m-p/1123403#M892478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a web server in the DMZ (single IP address).  I somehow managed to get the users from the inside interface to access the web server in the DMZ but sometimes its takes about 20 to 30 seconds to show up which is way too long. Is this to do with my DNS settings or with the PIX settings? Which of the two settings below should I use for the pix?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMZ Subnet: 10.3.30.0 / 255.255.255.0&lt;/P&gt;&lt;P&gt;DMZ web server: 10.3.30.100&lt;/P&gt;&lt;P&gt;Inside Subnet: 172.16.0.0 / 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 172.16.0.0 172.16.0.0 netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;acl dmz permit tcp 10.3.30.0 0.0.0.255 172.16.0.0 0.0.255.255 eq 80 &lt;/P&gt;&lt;P&gt;access-group dmz in interface dmz &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or no nat?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 172.16.0.0 255.255.0.0 10.3.30.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or should I create and ip pool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's none of the above, could you please give me a suggestion of what to do (what config I should enter)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:24:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-ffom-inside/m-p/1123403#M892478</guid>
      <dc:creator>mahirv8680</dc:creator>
      <dc:date>2019-03-11T14:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Access DMZ ffom Inside</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-ffom-inside/m-p/1123404#M892479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need the access-list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acl dmz permit tcp 10.3.30.0 0.0.0.255 172.16.0.0 0.0.255.255 eq 80 &lt;/P&gt;&lt;P&gt;access-group dmz in interface dmz &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because the firewall is stateful so if the connection is initiated from the inside to the DMZ the return traffic will be allowed. So remove the access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static or nonat shouldn't make much differenc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are youi accessing the web server on the URL or by IP address. If URL how is that being resolved ?&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, 10 Dec 2008 18:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-ffom-inside/m-p/1123404#M892479</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-12-10T18:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access DMZ ffom Inside</title>
      <link>https://community.cisco.com/t5/network-security/access-dmz-ffom-inside/m-p/1123405#M892480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm accessing the web server in DMZ through URL.  I've got DNS server on the inside and on the webserver in DMZ I also installed own DNS. I've entered records for web server on inside DNS to resolve name. Something else I should do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 12:26:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-dmz-ffom-inside/m-p/1123405#M892480</guid>
      <dc:creator>mahirv8680</dc:creator>
      <dc:date>2008-12-11T12:26:47Z</dc:date>
    </item>
  </channel>
</rss>

