<?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 Setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215506#M876409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a rule for Internet access on the 'dmz-entry' ACL?  I only see MS-SQL and DNS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Feb 2009 02:56:10 GMT</pubDate>
    <dc:creator>eddie.mitchell</dc:creator>
    <dc:date>2009-02-15T02:56:10Z</dc:date>
    <item>
      <title>DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215503#M876399</link>
      <description>&lt;P&gt;I am getting this error when hosts on the DMZ try to access the internet.&lt;/P&gt;&lt;P&gt;I seems no matter what I try The implicit rule keeps blocking access.&lt;/P&gt;&lt;P&gt;Deny tcp src dmz:192.168.140.10/58499 dst outside:68.15.170.162/25261 by access-group "dmz-entry" [0x0, 0x0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any assistance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:50:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215503#M876399</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2019-03-11T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215504#M876401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Port 25261?  Can you post a sanitized copy of your config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2009 21:24:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215504#M876401</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-14T21:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215505#M876403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here it is  thanks ..&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>Sat, 14 Feb 2009 22:04:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215505#M876403</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2009-02-14T22:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215506#M876409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a rule for Internet access on the 'dmz-entry' ACL?  I only see MS-SQL and DNS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 02:56:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215506#M876409</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-15T02:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215507#M876412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried adding rules but I may be adding them to wrong place.&lt;/P&gt;&lt;P&gt;What type of rule do I need to add to dmz_entry ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 17:31:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215507#M876412</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2009-02-15T17:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215508#M876414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just need Internet access (port 80/443), then you just need something to the effect of: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-entry permit tcp host &lt;IP of="" dmz="" server=""&gt; any eq 80&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-entry permit tcp host &lt;IP of="" dmz="" server=""&gt; any eq 443&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you already have some rules configured for DNS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 19:48:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215508#M876414</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-15T19:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215509#M876415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) My inbound rules for 80 and 443 work fine.&lt;/P&gt;&lt;P&gt;2) No hosts on the DMZ can pull web pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Is there a way to global rule the hosts on the DMZ to be able to get outbound Internet access. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 20:21:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215509#M876415</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2009-02-15T20:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215510#M876416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I'm a bit confused.  The example ACE's I provided above were to allow outbound Internet access from your DMZ host(s).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to allow outbound Internet access for your entire DMZ subnet, I would add something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-entry permit tcp 192.168.140.251 255.255.255.0 any eq 80&lt;/P&gt;&lt;P&gt;access-list dmz-entry permit tcp 192.168.140.251 255.255.255.0 any eq 443&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 22:35:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215510#M876416</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-15T22:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215511#M876418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried that...&lt;/P&gt;&lt;P&gt;access-list dmz-entry permit tcp 192.168.140.251 255.255.255.0 any eq 80 &lt;/P&gt;&lt;P&gt;ERROR: IP address,mask &amp;lt;192.168.140.251,255.255.255.0&amp;gt; doesn't pair.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you are correct what I need is outbound from the DMZ to the internet.&lt;/P&gt;&lt;P&gt;And that is the correct SM I have listed in the interfaces. This whole thing is making me crazy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you patience with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 22:55:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215511#M876418</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2009-02-15T22:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215512#M876420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah.  I'm sorry.  The ACE's were meant to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-entry permit tcp 192.168.140.0 255.255.255.0 any eq 80 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-entry permit tcp 192.168.140.0 255.255.255.0 any eq 443 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 22:59:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215512#M876420</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-15T22:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215513#M876422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did the trick  Thank you &lt;/P&gt;&lt;P&gt;I had also forgot the:&lt;/P&gt;&lt;P&gt;access-group dmz_entry in interface dmz command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 23:59:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215513#M876422</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2009-02-15T23:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215514#M876423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that I have that working.&lt;/P&gt;&lt;P&gt;I have lost internet from the inside network.&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 17:57:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215514#M876423</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2009-02-20T17:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215515#M876424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just looked again at the config you posted and I don't see an ACL applied to the inside interface.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 19:04:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215515#M876424</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-20T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215516#M876425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access-group inside_access_in in interface inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I give th command:&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp 192.168.110.0 255.255.255.0 any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really need to do is be able to FTP files from a host on the dmz to a host on the inside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command succeeds but nothing changes..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 19:48:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215516#M876425</guid>
      <dc:creator>mhoffman</dc:creator>
      <dc:date>2009-02-20T19:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ Setup</title>
      <link>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215517#M876426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you apply the ACL to your inside interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the FTP connection, you need to add an entry to your DMZ ACL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 20:19:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-setup/m-p/1215517#M876426</guid>
      <dc:creator>eddie.mitchell</dc:creator>
      <dc:date>2009-02-20T20:19:24Z</dc:date>
    </item>
  </channel>
</rss>

