<?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 506E in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751458#M971481</link>
    <description>&lt;P&gt;I am installing a new PIX506E and want to have it wide open in the beginning and then will run a qualsys network test and shut things down from that point. My problem is this: I believe it is wide open, but when I attach it to the network external people cannot access our website. Internal users have no problems. Any ideas or pointers would be great!!!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 10:56:02 GMT</pubDate>
    <dc:creator>tknight</dc:creator>
    <dc:date>2019-03-11T10:56:02Z</dc:date>
    <item>
      <title>PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751458#M971481</link>
      <description>&lt;P&gt;I am installing a new PIX506E and want to have it wide open in the beginning and then will run a qualsys network test and shut things down from that point. My problem is this: I believe it is wide open, but when I attach it to the network external people cannot access our website. Internal users have no problems. Any ideas or pointers would be great!!!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:56:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751458#M971481</guid>
      <dc:creator>tknight</dc:creator>
      <dc:date>2019-03-11T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751459#M971482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 19:00:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751459#M971482</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-09T19:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751460#M971483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my config file...&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, 09 Aug 2007 19:06:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751460#M971483</guid>
      <dc:creator>tknight</dc:creator>
      <dc:date>2007-08-09T19:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751461#M971484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want it to be wide open from the outside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so you could simply do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit ip any any &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inside interface is wide open by default so you could remove the inside_access_in acl completely. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your websites are working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A class="jive-link-custom" href="http://69.15.136.3/" target="_blank"&gt;http://69.15.136.3/&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;A class="jive-link-custom" href="http://69.15.136.2/" target="_blank"&gt;http://69.15.136.2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the dns is resolving properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the access-list statements for you outside_access_in are not written properly. You have the source written as your 69. address with a source port. Remove these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host 69.15.136.2 eq www any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host 69.15.136.2 eq https any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit gre host 69.15.136.2 any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host 69.15.136.2 eq pptp any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host 69.15.136.3 eq www any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically it would be written like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 69.15.136.2 eq www&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 19:39:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751461#M971484</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-09T19:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751462#M971485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made the changes (I think) that you recommended, but still cannot get to our website externally. Here is the config file with the changes. Thanks for all your help and I really appreciate it!!&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, 09 Aug 2007 20:17:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751462#M971485</guid>
      <dc:creator>tknight</dc:creator>
      <dc:date>2007-08-09T20:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751463#M971486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see you have a route as:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 69.15.136.1 1&lt;/P&gt;&lt;P&gt;which is your PIX outside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;who is routing your public IP block? do you have a next hop router in front of the pix? I don't think you are routing your public IP block back to the pix outside interface. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 20:36:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751463#M971486</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-08-09T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751464#M971487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CBeyond handles the public IP block and we do not have a next hop router in front of the pix. What would be the best way to route this back?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 20:38:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751464#M971487</guid>
      <dc:creator>tknight</dc:creator>
      <dc:date>2007-08-09T20:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506E</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e/m-p/751465#M971488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your outside interface must be facing touching your ISP and that is why I was puzzled as to why your default route is pointing to the PIX outside interface  address as suppose to the next hop router which is the IPS provider.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ISP know better if they gave you a public IP block they route back to your outside interface of PIX and your defualt route is the ISP providers IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the ISP router facing your PIX outside they have to route back teh block as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 69.15.136.0 255.255.255.248 69.15.136.1 &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, 09 Aug 2007 20:54:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e/m-p/751465#M971488</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-08-09T20:54:04Z</dc:date>
    </item>
  </channel>
</rss>

