<?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 Need a hand with DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012340#M440619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes, bad examples, so I redid them with .10 addresses and they say they are supposed to be passed on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 14:49:41 GMT</pubDate>
    <dc:creator>rwharris13</dc:creator>
    <dc:date>2012-06-20T14:49:41Z</dc:date>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012334#M440611</link>
      <description>&lt;P&gt;I can't seem to get this going for thie life of me, maybe a little fuzzy on the concepts but I've done this before without problems. I need the DMZ hosts to be able to ping anything we have inside and outside our network. I will lock down anything else after, right now I can't get anything in the DMZ to access anything outside or inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt; description Public&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 1.1.1.1 255.255.255.224 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; description Private&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.40.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; description DMZ&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 192.168.41.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-allowed-in extended permit ip any any &lt;/P&gt;&lt;P&gt;access-group dmz-allowed-in in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list allowed-in extended permit icmp any host 1.1.1.2&lt;/P&gt;&lt;P&gt;access-group allowed-in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list allow-out extended permit ip 192.168.40.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;access-group allow-out in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0 dns&lt;BR /&gt;nat (dmz) 1 0.0.0.0 0.0.0.0 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.40.0 192.168.40.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;static (dmz,outside) 1.1.1.2 192.168.41.10 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet tracer from inside to dmz host 192.168.41.1 says its dropped by implicit rules&lt;/P&gt;&lt;P&gt;Packet tracer from dmz to inside host 192.168.40.1 says its dropped by implicit rules&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Phase: 4&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: &lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet tracer from outside to dmz host's public address says its allowed&lt;/P&gt;&lt;P&gt;Packet tracer from dmz to outside address says its allowed &lt;/P&gt;&lt;P&gt;It would see at least ping to the outside from DMZ should work but it doesn't.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:21:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012334#M440611</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2019-03-11T23:21:26Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012335#M440612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have "inspect icmp" configured?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:33:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012335#M440612</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-06-20T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012336#M440613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes at the moment but I have tested with it disabled and same results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:40:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012336#M440613</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012337#M440614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be enabled, not disabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:42:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012337#M440614</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-06-20T14:42:11Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012338#M440615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:43:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012338#M440615</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T14:43:19Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012339#M440616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds wrong:&lt;/P&gt;&lt;P&gt;Packet tracer from inside to dmz host 192.168.41.1 says its dropped by implicit rules&lt;/P&gt;&lt;P&gt;Packet tracer from dmz to inside host 192.168.40.1 says its dropped by implicit rules&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both addresses are assigned to your ASA firewall interfaces, so you can't have host with that IP Address.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:45:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012339#M440616</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-06-20T14:45:23Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012340#M440619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes, bad examples, so I redid them with .10 addresses and they say they are supposed to be passed on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:49:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012340#M440619</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T14:49:41Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012341#M440621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Great, that means nothing wrong with the ASA config.&lt;/P&gt;&lt;P&gt;You might want to check the host itself, correct subnet mask? correct default gateway? connected to the correct VLAN/etc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:51:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012341#M440621</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-06-20T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012342#M440624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, host in the dmz, connected to vlan 6, DMZ interface in vlan 6. &lt;/P&gt;&lt;P&gt;Public side connected to vlan 3&lt;/P&gt;&lt;P&gt;Host inside connected to vlan 1, inside interface in vlan 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both use the ASA as their default gateway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:53:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012342#M440624</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T14:53:43Z</dc:date>
    </item>
    <item>
      <title>Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012343#M440625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run "debug icmp trace" and see if you are getting the echo and/or echo-reply on the ASA&lt;/P&gt;&lt;P&gt;OR/ do packet capture on the ASA and see if echo is reaching and leaving the ASA, and if echo-reply is reaching and leaving the ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 14:57:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012343#M440625</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-06-20T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012344#M440626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I get the echo request and reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:01:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012344#M440626</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012345#M440627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the echo reply leaving the firewall?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:02:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012345#M440627</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-06-20T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012346#M440628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't do an actual packet capture on the host yet but it would seem it is from the debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 192.168.41.10, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;ICMP echo request from 192.168.41.1 to 192.168.41.10 ID=23829 seq=42700 len=72&lt;/P&gt;&lt;P&gt;ICMP echo reply from 192.168.41.10 to 192.168.41.1 ID=23829 seq=42700 len=72&lt;/P&gt;&lt;P&gt;!ICMP echo request from 192.168.41.1 to 192.168.41.10 ID=23829 seq=42700 len=72&lt;/P&gt;&lt;P&gt;!!ICMP echo reply from 192.168.41.10 to 192.168.41.1 ID=23829 seq=42700 len=72&lt;/P&gt;&lt;P&gt;ICMP echo request from 192.168.41.1 to 192.168.41.10 ID=23829 seq=42700 len=72&lt;/P&gt;&lt;P&gt;!ICMP echo reply from 192.168.41.10 to 192.168.41.1 ID=23829 seq=42700 len=72&lt;/P&gt;&lt;P&gt;ICMP echo request from 192.168.41.1 to 192.168.41.10 ID=23829 seq=42700 len=72&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:05:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012346#M440628</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T15:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012347#M440629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;?? Are you just pinging from ASA towards your DMZ host?&lt;/P&gt;&lt;P&gt;I thought you are having issue with ping &lt;STRONG&gt;through &lt;/STRONG&gt;the firewall from DMZ host??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:09:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012347#M440629</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-06-20T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012348#M440630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;STRONG&gt;through &lt;/STRONG&gt;the firewall. From the DMZ to internal hosts, from the DMZ to the internet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:15:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012348#M440630</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need a hand with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012349#M440631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just restarted the ASA, and it's working now without any changes done....&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:17:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-a-hand-with-dmz/m-p/2012349#M440631</guid>
      <dc:creator>rwharris13</dc:creator>
      <dc:date>2012-06-20T15:17:49Z</dc:date>
    </item>
  </channel>
</rss>

