<?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 515E newbie question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266487#M581301</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be stuck with this issue. I scanned my firewall using &lt;A class="jive-link-custom" href="http://www.grc.com." target="_blank"&gt;www.grc.com.&lt;/A&gt; After the scan I seem to have a number of ports open aside from the ones that need to be open like 80 and 25. The port numbers that are currently open are 53,88,135,139,143,389,445,464,593,636,691,993,995,1026 &amp;amp; 1029. When I look at my config, I can`t seem to find anything that relates to those ports. I`d Like to close to ports, but I`m not sure if they are needed for the VPN. Here is a copy of my config. If anyone can point me in the right direction that would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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;</description>
    <pubDate>Fri, 21 Feb 2020 07:34:48 GMT</pubDate>
    <dc:creator>pj_mtl</dc:creator>
    <dc:date>2020-02-21T07:34:48Z</dc:date>
    <item>
      <title>PIX 515E newbie question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266487#M581301</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be stuck with this issue. I scanned my firewall using &lt;A class="jive-link-custom" href="http://www.grc.com." target="_blank"&gt;www.grc.com.&lt;/A&gt; After the scan I seem to have a number of ports open aside from the ones that need to be open like 80 and 25. The port numbers that are currently open are 53,88,135,139,143,389,445,464,593,636,691,993,995,1026 &amp;amp; 1029. When I look at my config, I can`t seem to find anything that relates to those ports. I`d Like to close to ports, but I`m not sure if they are needed for the VPN. Here is a copy of my config. If anyone can point me in the right direction that would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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;</description>
      <pubDate>Fri, 21 Feb 2020 07:34:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266487#M581301</guid>
      <dc:creator>pj_mtl</dc:creator>
      <dc:date>2020-02-21T07:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E newbie question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266488#M581302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have an access-list acl_out that allows any host to access your inside hosts with TCP. So you don't have any tcp protocol restriction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host x.y.3.54&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host x.y.3.53&lt;/P&gt;&lt;P&gt;static (inside,outside) X.X.X.X 192.168.0.2 netmask 255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) X.X.X.X 192.168.0.83 netmask 255.255.25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: You just have to create an access-list that filtere more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl-out permit udp any host MyPublicIPVPN eq isakmp &lt;/P&gt;&lt;P&gt;access-list acl-out permit esp any host MyPublicIPVPN&lt;/P&gt;&lt;P&gt;access-list acl-out permit ah any host MyPublicIPVPN&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host x.y.3.54 eq 80&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host x.y.3.54 eq 25&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host x.y.3.53 eq www&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host x.y.3.53 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first 3 lines are for VPN, it allows all VPN Client to connect, the other 4 that follows are examples for smtp and www access-lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerly&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 16:49:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266488#M581302</guid>
      <dc:creator>piseli</dc:creator>
      <dc:date>2004-08-19T16:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E newbie question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266489#M581303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So basically, if I understand this correctly, I`m basically wide open?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add the example you just gave me I should be fine? Or can I just remove the like access-list acl_out permit tcp any host x.y.3.54 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 17:19:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266489#M581303</guid>
      <dc:creator>pj_mtl</dc:creator>
      <dc:date>2004-08-19T17:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E newbie question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266490#M581304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right you are wide open for anybody with TCP. The only limitation is your Servers security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you have to remove the old access-list lines but add the new ones before and after that remove the old ones with a NO statment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list acl_out permit tcp any host x.y.3.54&lt;/P&gt;&lt;P&gt;no access-list acl_out permit tcp any host x.y.3.53&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerly&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 17:41:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266490#M581304</guid>
      <dc:creator>piseli</dc:creator>
      <dc:date>2004-08-19T17:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E newbie question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266491#M581305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you help Patrick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 13:50:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-newbie-question/m-p/266491#M581305</guid>
      <dc:creator>pj_mtl</dc:creator>
      <dc:date>2004-08-24T13:50:52Z</dc:date>
    </item>
  </channel>
</rss>

