<?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 pix 525.cannot ping from host on dmz int to host on inside int in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7351#M697964</link>
    <description>&lt;P&gt;hi, my name is anton.i cannot ping my inside interface hosts from hosts on dmz,also cannot get thru from hosts on inside interface to hosts on dmz.&lt;/P&gt;&lt;P&gt;i am testing the pix so i have all access-list set to ''permit ip any any'' .i have default route pointed io outside router,nat command:&lt;/P&gt;&lt;P&gt;                   nat (inside) 1 00&lt;/P&gt;&lt;P&gt;i have global statement for outside int and dmz&lt;/P&gt;&lt;P&gt;static routes to dmz and inside&lt;/P&gt;&lt;P&gt;what am i doing wrong?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 05:47:58 GMT</pubDate>
    <dc:creator>achapochnikov</dc:creator>
    <dc:date>2020-02-21T05:47:58Z</dc:date>
    <item>
      <title>pix 525.cannot ping from host on dmz int to host on inside int</title>
      <link>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7351#M697964</link>
      <description>&lt;P&gt;hi, my name is anton.i cannot ping my inside interface hosts from hosts on dmz,also cannot get thru from hosts on inside interface to hosts on dmz.&lt;/P&gt;&lt;P&gt;i am testing the pix so i have all access-list set to ''permit ip any any'' .i have default route pointed io outside router,nat command:&lt;/P&gt;&lt;P&gt;                   nat (inside) 1 00&lt;/P&gt;&lt;P&gt;i have global statement for outside int and dmz&lt;/P&gt;&lt;P&gt;static routes to dmz and inside&lt;/P&gt;&lt;P&gt;what am i doing wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 05:47:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7351#M697964</guid>
      <dc:creator>achapochnikov</dc:creator>
      <dc:date>2020-02-21T05:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: pix 525.cannot ping from host on dmz int to host on inside i</title>
      <link>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7352#M697976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, my name is anton.i cannot ping my inside interface hosts from hosts on dmz,also cannot get thru from hosts on inside interface to hosts on dmz.&lt;/P&gt;&lt;P&gt;i am testing the pix so i have all access-list set to ''permit ip any any'' .i have default route pointed io outside router,nat command:&lt;/P&gt;&lt;P&gt;                   nat (inside) 1 00&lt;/P&gt;&lt;P&gt;i have global statement for outside int and dmz&lt;/P&gt;&lt;P&gt;static routes to dmz and inside&lt;/P&gt;&lt;P&gt;what am i doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2001 20:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7352#M697976</guid>
      <dc:creator>achapochnikov</dc:creator>
      <dc:date>2001-05-30T20:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: pix 525.cannot ping from host on dmz int to host on inside i</title>
      <link>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7353#M697986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anton,&lt;/P&gt;&lt;P&gt;From what you've described, if you change your nat (inside) 1 0 0 to nat (inside) 0 0 0  then your inside hosts will be able to pint the DMZ hosts.  However you will need to add a static command for each host on the inside network that you want your DMZ hosts to be able to reach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something to keep in mind, when going from a higher level security interface (i.e. inside) to a lower level security interface (i.e. dmz) you need a nat statement that matches the inside hosts on the inside interface and a Global statement on the DMZ interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0    &amp;lt;--- applies to any inside host&lt;/P&gt;&lt;P&gt;global (DMZ) 1 10.2.2.105-10.2.2.254 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception is the special NAT Zero or NAT 0, where IP's won't be NATed (as I suggested above to help you make progress quickly).  With NAT 0, you don't need the global command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when going in the other direction you need to use the static command and an access-list. You say you've already got the access-list, now add the statics.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without going into too much detail, I suggest you start with the following link.  It should give you everything you need to get up and running.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_v53/config/config.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_v53/config/config.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest erasing whatever configuration you currently have and starting over following the above link.  You'll end up with a more secure configuration, even if you are new to the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas&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;&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>Thu, 31 May 2001 14:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7353#M697986</guid>
      <dc:creator>thomas.waddell</dc:creator>
      <dc:date>2001-05-31T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: pix 525.cannot ping from host on dmz int to host on inside i</title>
      <link>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7354#M697997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Thomas!&lt;/P&gt;&lt;P&gt;thank you very much for your response it really helped i did have right nat command and global,but i did not have right static command to map hosts on inside interface to hosts on dmz.Now it is working.&lt;/P&gt;&lt;P&gt;once again thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2001 15:06:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-525-cannot-ping-from-host-on-dmz-int-to-host-on-inside-int/m-p/7354#M697997</guid>
      <dc:creator>achapochnikov</dc:creator>
      <dc:date>2001-05-31T15:06:29Z</dc:date>
    </item>
  </channel>
</rss>

