<?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: Allow DMZ server to contact the internet (http only). in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952980#M439844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the following line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group dmz_access_in in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will achieve your point number 2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2012 07:10:52 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2012-07-17T07:10:52Z</dc:date>
    <item>
      <title>Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952975#M439837</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set up my server in the DMZ.&amp;nbsp; I was able to make some rules to allow the dmz host to access for example, my SQL server on the inside.&amp;nbsp; It was just an ALLOW rule I had to make.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need this DMZ host (only this host, not the other DMZ members) to access HTTP on the internet... for windows update and for other things...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most examples I find are all based on older versions of the ASA ... before the natting rules changed.&amp;nbsp;&amp;nbsp; Please help me with this config... and keep in mind that I'm a beginner so you might be more effective to give concrete examples rather than general instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's my setup attached;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; The entries there which are for 172.21.20.2 are just attempts ...&amp;nbsp; forgot to remove them from my running-config.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:27:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952975#M439837</guid>
      <dc:creator>Brendan Wood</dc:creator>
      <dc:date>2019-03-11T23:27:51Z</dc:date>
    </item>
    <item>
      <title>Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952976#M439839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list dmz_access_in extended deny ip object Webserver 172.20.20.0 255.255.254.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list dmz_access_in extended permit tcp object Webserver any eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will "deny" the webserver from accessing the internal network except those that you have already allowed earlier, and allow the webserver to access the internet on port 80.&lt;/P&gt;&lt;P&gt;If you also want to allow port 443 (HTTPS), then just add the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list dmz_access_in extended permit tcp object Webserver any eq 443&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 02:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952976#M439839</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-07-08T02:02:36Z</dc:date>
    </item>
    <item>
      <title>Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952977#M439841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&amp;nbsp; your solution helped me fix my issue, but i had to add a few things to it.&amp;nbsp; I would just like to confirm what I did was correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the access-lists, I had to make a nat rule from DMZ to outside.&amp;nbsp; I also had to create an access list for permitting "tcp-udp/domain" because I saw that my dns was not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I on the right track?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 05:58:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952977#M439841</guid>
      <dc:creator>Brendan Wood</dc:creator>
      <dc:date>2012-07-08T05:58:30Z</dc:date>
    </item>
    <item>
      <title>Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952978#M439842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, you would need NAT for the web server and access-list to permit DNS resolution (UDP/53) as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WebserverDMZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 172.21.20.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (dmz,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list dmz_access_in extended permit udp object Webserver any eq 53&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 09:17:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952978#M439842</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-07-08T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952979#M439843</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;Not quite got it yet;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my configuration here;&amp;nbsp; with this configuration I am able to access the web host from the outside, but I cannot get to the internet from the web host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems when I make changes suggested above, I can indeed access the internet from the DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please look at my sample config attached (took out unneccessary lines), and suggest modifications to achieve the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) DMZ-WINDOWS1 should be hit when hit from requests from the internet.&lt;/P&gt;&lt;P&gt;2) DMZ-WINDOWS1 and DMZ-LINUX1 should be able to communicate with the outside (and domain, https, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 18:43:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952979#M439843</guid>
      <dc:creator>Brendan Wood</dc:creator>
      <dc:date>2012-07-13T18:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952980#M439844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the following line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group dmz_access_in in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will achieve your point number 2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 07:10:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952980#M439844</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-07-17T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952981#M439845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately your solution didn't work ... but I made some changes to allow it to work but I was wondering if you can validate the setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there's a problem with it for DNS already.&amp;nbsp; Please see the following config;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.20.20.1 255.255.254.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; pppoe client vpdn group Acanac&lt;/P&gt;&lt;P&gt; ip address pppoe setroute&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 172.21.20.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name BRENDAN-WOOD.LOCAL&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object network SRV-DMZ-LINUX1&lt;/P&gt;&lt;P&gt; host 172.21.20.3&lt;/P&gt;&lt;P&gt; description DMZ Linux Host 1&lt;/P&gt;&lt;P&gt;object network SRV-DMZ-WINDOWS1&lt;/P&gt;&lt;P&gt; host 172.21.20.2&lt;/P&gt;&lt;P&gt; description DMZ Windows Host 1&lt;/P&gt;&lt;P&gt;object network NETWORK_OBJ_10.20.20.0_27&lt;/P&gt;&lt;P&gt; subnet 10.20.20.0 255.255.255.224&lt;/P&gt;&lt;P&gt;object network TEST&lt;/P&gt;&lt;P&gt; host 172.21.20.2&lt;/P&gt;&lt;P&gt;object-group protocol TCPUDP&lt;/P&gt;&lt;P&gt; protocol-object udp&lt;/P&gt;&lt;P&gt; protocol-object tcp&lt;/P&gt;&lt;P&gt;object-group network SRV-DMZ-GROUP&lt;/P&gt;&lt;P&gt; network-object object SRV-DMZ-LINUX1&lt;/P&gt;&lt;P&gt; network-object object SRV-DMZ-WINDOWS1&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_1&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object tcp destination eq www&lt;/P&gt;&lt;P&gt; service-object tcp destination eq domain&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_2&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object tcp destination eq domain&lt;/P&gt;&lt;P&gt; service-object tcp destination eq www&lt;/P&gt;&lt;P&gt; service-object tcp destination eq https&lt;/P&gt;&lt;P&gt;access-list dmz_access_in extended deny ip object-group SRV-DMZ-GROUP 172.20.20.0 255.255.254.0&lt;/P&gt;&lt;P&gt;access-list dmz_access_in extended permit object-group DM_INLINE_SERVICE_2 object-group SRV-DMZ-GROUP any&lt;/P&gt;&lt;P&gt;access-list OutsidetoDMZ extended permit object-group DM_INLINE_SERVICE_1 any object-group SRV-DMZ-GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static any any destination static NETWORK_OBJ_10.20.20.0_27 NETWORK_OBJ_10.20.20.0_27 no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network SRV-DMZ-LINUX1&lt;/P&gt;&lt;P&gt; nat (dmz,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network SRV-DMZ-WINDOWS1&lt;/P&gt;&lt;P&gt; nat (dmz,outside) static interface service tcp www www&lt;/P&gt;&lt;P&gt;object network TEST&lt;/P&gt;&lt;P&gt; nat (dmz,outside) dynamic interface&lt;/P&gt;&lt;P&gt;access-group OutsidetoDMZ in interface outside&lt;/P&gt;&lt;P&gt;access-group dmz_access_in in interface dmz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2012 03:40:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952981#M439845</guid>
      <dc:creator>Brendan Wood</dc:creator>
      <dc:date>2012-07-22T03:40:27Z</dc:date>
    </item>
    <item>
      <title>Allow DMZ server to contact the internet (http only).</title>
      <link>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952982#M439846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DNS should be UDP instead of TCP, so your service object group should be change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM:&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_1&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object tcp destination eq www&lt;/P&gt;&lt;P&gt; service-object &lt;STRONG&gt;tcp&lt;/STRONG&gt; destination eq domain&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_2&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object &lt;STRONG&gt;tcp&lt;/STRONG&gt; destination eq domain&lt;/P&gt;&lt;P&gt; service-object tcp destination eq www&lt;/P&gt;&lt;P&gt; service-object tcp destination eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO:&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_1&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object tcp destination eq www&lt;/P&gt;&lt;P&gt; service-object &lt;STRONG&gt;udp&lt;/STRONG&gt; destination eq domain&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_SERVICE_2&lt;/P&gt;&lt;P&gt; service-object icmp&lt;/P&gt;&lt;P&gt; service-object &lt;STRONG&gt;udp&lt;/STRONG&gt; destination eq domain&lt;/P&gt;&lt;P&gt; service-object tcp destination eq www&lt;/P&gt;&lt;P&gt; service-object tcp destination eq https&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2012 10:27:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-dmz-server-to-contact-the-internet-http-only/m-p/1952982#M439846</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-07-22T10:27:56Z</dc:date>
    </item>
  </channel>
</rss>

