<?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: Connectivity through an internal PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/connectivity-through-an-internal-pix/m-p/430291#M531642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static command is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) &lt;DATABASE server="" private="" ip=""&gt; &lt;DATABASE server="" private="" ip=""&gt; netmask 255.255.255.255&lt;/DATABASE&gt;&lt;/DATABASE&gt;&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, for the webserver accessing/pinging the database server, you just need to point to the private ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat 0 may not work with inbound traffic as the pix treats it more like a one way translation; whereas static is a two-way thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case you don't want to nat at all, then instead of the static above, you can:&lt;/P&gt;&lt;P&gt;static (inside,outside) &lt;PIX inside="" subnet=""&gt; &lt;PIX inside="" subnet=""&gt; netmask &lt;PIX inside="" subnet="" mask=""&gt;&lt;/PIX&gt;&lt;/PIX&gt;&lt;/PIX&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2005 01:04:21 GMT</pubDate>
    <dc:creator>jackko</dc:creator>
    <dc:date>2005-10-20T01:04:21Z</dc:date>
    <item>
      <title>Connectivity through an internal PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-through-an-internal-pix/m-p/430290#M531641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to ping a database server from a web server through an internal Pix 506e I get &amp;#145;Deny icmp src outside:WebtoPixDMZ dest inside :Database by access group &amp;#147;acl_sql&amp;#148;&lt;/P&gt;&lt;P&gt;The web server is connected to the outside interface of the Pix while the Database server is connected to the inside interface of the Pix&lt;/P&gt;&lt;P&gt;I can ping from the database to the Web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Pix Config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname xxxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 192.168.7.1 WebtoPixDMZ&lt;/P&gt;&lt;P&gt;name 192.168.7.2 PixDMZtoWeb&lt;/P&gt;&lt;P&gt;name 192.168.8.1 PixDMZtoSrvrp&lt;/P&gt;&lt;P&gt;name 192.168.8.2 Database&lt;/P&gt;&lt;P&gt;access-list acl_sql permit icmp any any echo-reply &lt;/P&gt;&lt;P&gt;access-list acl_sql permit icmp any any time-exceeded &lt;/P&gt;&lt;P&gt;access-list acl_sql permit icmp any any unreachable &lt;/P&gt;&lt;P&gt;access-list acl_sql permit tcp any any eq 1433 &lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;nat (inside) 0 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;access-group acl_sql in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 PixDMZtoWeb&lt;/P&gt;&lt;P&gt;route outside 192.168.6.0 255.255.255.0 192.168.7.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	outside 0.0.0.0 0.0.0.0 PixDMZtoweb 1 OTHER static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	outside 192.168.6.0 255.255.255.0 192.168.7.1 1 OTHER static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	outside 192.168.7.0 255.255.255.0 PixDMZtoweb 1 CONNECT static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	inside 192.168.8.0 255.255.255.0 PixDMZtoSrvrp 1 CONNECT static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas where I am going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:28:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-through-an-internal-pix/m-p/430290#M531641</guid>
      <dc:creator>brianmcatamney</dc:creator>
      <dc:date>2020-02-21T08:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity through an internal PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-through-an-internal-pix/m-p/430291#M531642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static command is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) &lt;DATABASE server="" private="" ip=""&gt; &lt;DATABASE server="" private="" ip=""&gt; netmask 255.255.255.255&lt;/DATABASE&gt;&lt;/DATABASE&gt;&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, for the webserver accessing/pinging the database server, you just need to point to the private ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat 0 may not work with inbound traffic as the pix treats it more like a one way translation; whereas static is a two-way thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case you don't want to nat at all, then instead of the static above, you can:&lt;/P&gt;&lt;P&gt;static (inside,outside) &lt;PIX inside="" subnet=""&gt; &lt;PIX inside="" subnet=""&gt; netmask &lt;PIX inside="" subnet="" mask=""&gt;&lt;/PIX&gt;&lt;/PIX&gt;&lt;/PIX&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 01:04:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-through-an-internal-pix/m-p/430291#M531642</guid>
      <dc:creator>jackko</dc:creator>
      <dc:date>2005-10-20T01:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity through an internal PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-through-an-internal-pix/m-p/430292#M531643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jacko, once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 18:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-through-an-internal-pix/m-p/430292#M531643</guid>
      <dc:creator>brianmcatamney</dc:creator>
      <dc:date>2005-10-20T18:31:50Z</dc:date>
    </item>
  </channel>
</rss>

