<?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: PIX Config help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382603#M553812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.  I think I know where I may be having my issue.  Should both those statements go before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz2-out deny ip any 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried both those statement but access-list dmz2-out deny ip any 192.168.1.0 255.255.255.0 came first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2004 20:23:16 GMT</pubDate>
    <dc:creator>jwebber</dc:creator>
    <dc:date>2004-12-14T20:23:16Z</dc:date>
    <item>
      <title>PIX Config help</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382601#M553810</link>
      <description>&lt;P&gt;I have a web server in dmz2 (192.168.11.200).  Currently the web server cannot intiate any traffic to our lan on 192.168.1.0.  I need to allow this web server to initiate traffic to 192.168.1.46 on port 1801 and 1433.  Not matter what I try, I cannot get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone can tell me what I need to change I would appreciate it.  I have attached my config.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&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;</description>
      <pubDate>Fri, 21 Feb 2020 07:48:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382601#M553810</guid>
      <dc:creator>jwebber</dc:creator>
      <dc:date>2020-02-21T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Config help</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382602#M553811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 host 192.168.1.46 eq 1801 &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 host 192.168.1.46 eq 1433&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do the trick.  Let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2004 20:18:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382602#M553811</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2004-12-14T20:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Config help</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382603#M553812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.  I think I know where I may be having my issue.  Should both those statements go before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz2-out deny ip any 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried both those statement but access-list dmz2-out deny ip any 192.168.1.0 255.255.255.0 came first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2004 20:23:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382603#M553812</guid>
      <dc:creator>jwebber</dc:creator>
      <dc:date>2004-12-14T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Config help</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382604#M553813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ACL dmz2-out doesnt seem to have those ports 1801 and 1433 listed. Also your ACL is configured wrong. The first line denys every traffic going to 192.168.1.0 subnet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz2-out deny ip any 192.168.1.0 255.255.255.0  &amp;lt;---denys everything to 192.168.1.0&lt;/P&gt;&lt;P&gt;access-list dmz2-out deny ip any 192.168.10.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list dmz2-out deny ip any 192.168.12.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq ftp &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq www &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit udp host 192.168.11.200 any eq domain &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq domain &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should configure it as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq ftp &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq www &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit udp host 192.168.11.200 any eq domain &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq domain &lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq https&lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq 1801&lt;/P&gt;&lt;P&gt;access-list dmz2-out permit tcp host 192.168.11.200 any eq 1433&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an implicit deny at the end of any access-list. So you dont have to specifically deny the rest of the traffic. Just permit what is needed, PIX will take care of denying the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar.&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>Tue, 14 Dec 2004 20:23:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382604#M553813</guid>
      <dc:creator>thisisshanky</dc:creator>
      <dc:date>2004-12-14T20:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Config help</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382605#M553814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply and the help.  I now see what was causing me my grief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2004 20:28:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-help/m-p/382605#M553814</guid>
      <dc:creator>jwebber</dc:creator>
      <dc:date>2004-12-14T20:28:10Z</dc:date>
    </item>
  </channel>
</rss>

