<?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 access-list on Pix 515E in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322138#M561110</link>
    <description>&lt;P&gt;I have a Pix 515E with a configuration in attached file. This configuration run correctly with the following access-list, because I want to accept only SMTP traffic to come on my inside network via the Proxy server ALPHA located on the DMZ :&lt;/P&gt;&lt;P&gt;access-list dmz-acl permit tcp host ALPHA any eq smtp &lt;/P&gt;&lt;P&gt;access-list dmz-acl permit ip host ALPHA any &lt;/P&gt;&lt;P&gt;access-list outside-acl permit tcp any host Trans_ALPHA eq smtp &lt;/P&gt;&lt;P&gt;access-list outside-acl permit ip any host Trans_ALPHA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But somebody tell me that the IP access-list above are too extensive, and can exhibit my LAN.&lt;/P&gt;&lt;P&gt;When I remove these two IP access-list, the users can not have http access.&lt;/P&gt;&lt;P&gt;How can I do.&lt;/P&gt;&lt;P&gt;Normally, my config must run correctly with the two TCP access-list. I don't know why it don't works without these two IP access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:36:52 GMT</pubDate>
    <dc:creator>fmemevegny</dc:creator>
    <dc:date>2020-02-21T07:36:52Z</dc:date>
    <item>
      <title>access-list on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322138#M561110</link>
      <description>&lt;P&gt;I have a Pix 515E with a configuration in attached file. This configuration run correctly with the following access-list, because I want to accept only SMTP traffic to come on my inside network via the Proxy server ALPHA located on the DMZ :&lt;/P&gt;&lt;P&gt;access-list dmz-acl permit tcp host ALPHA any eq smtp &lt;/P&gt;&lt;P&gt;access-list dmz-acl permit ip host ALPHA any &lt;/P&gt;&lt;P&gt;access-list outside-acl permit tcp any host Trans_ALPHA eq smtp &lt;/P&gt;&lt;P&gt;access-list outside-acl permit ip any host Trans_ALPHA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But somebody tell me that the IP access-list above are too extensive, and can exhibit my LAN.&lt;/P&gt;&lt;P&gt;When I remove these two IP access-list, the users can not have http access.&lt;/P&gt;&lt;P&gt;How can I do.&lt;/P&gt;&lt;P&gt;Normally, my config must run correctly with the two TCP access-list. I don't know why it don't works without these two IP access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322138#M561110</guid>
      <dc:creator>fmemevegny</dc:creator>
      <dc:date>2020-02-21T07:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: access-list on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322139#M561111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to edit out the password lines from any config you post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-list outside-acl should not need &lt;/P&gt;&lt;P&gt;access-list outside-acl permit ip any host Trans_ALPHA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-acl should not need &lt;/P&gt;&lt;P&gt;access-list dmz-acl permit ip host ALPHA any log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are your users who cannot access http? If they are on the inside, they should not have any issues making outbound connections, because there is not an ACL bound to the inside interface, inhibited outbound connections, and  the PIX is stateful, so it will allow the return traffic of their outbound connections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2004 13:24:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322139#M561111</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2004-09-03T13:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: access-list on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322140#M561112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove just this line:&lt;/P&gt;&lt;P&gt;access-list outside-acl permit ip any host Trans_ALPH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line opens all IP protocol to any on the internet.&lt;/P&gt;&lt;P&gt;So this means you are wide open in the DMZ. After removing this line the only protocol that is acessable from the Internet is SMTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add http access in the DMZ servers use:&lt;/P&gt;&lt;P&gt;access-list outside-acl permit tcp any host Trans_ALPHA eq http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it that what you wants to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerly&lt;/P&gt;&lt;P&gt;Patrick&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>Fri, 03 Sep 2004 13:39:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322140#M561112</guid>
      <dc:creator>piseli</dc:creator>
      <dc:date>2004-09-03T13:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: access-list on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322141#M561113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help. &lt;/P&gt;&lt;P&gt;I will test your advice, but do you think the inside users can receive their e-mails if I remove this ACL ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ferdinand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2004 14:22:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322141#M561113</guid>
      <dc:creator>fmemevegny</dc:creator>
      <dc:date>2004-09-03T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: access-list on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322142#M561114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help. I will remove the password line before long. I just change the current password.&lt;/P&gt;&lt;P&gt;You advise me to keep the ACL :&lt;/P&gt;&lt;P&gt;access-list outside-acl permit ip any host Trans_ALPHA &lt;/P&gt;&lt;P&gt;access-list dmz-acl permit ip host ALPHA any log &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone just tell me to remove the line "access-list outside-acl permit ip any host Trans_ALPHA" because this line opens all IP protocol to any on the Internet.&lt;/P&gt;&lt;P&gt;What do you think about ?&lt;/P&gt;&lt;P&gt;The users who cannot access http are on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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>Fri, 03 Sep 2004 14:35:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322142#M561114</guid>
      <dc:creator>fmemevegny</dc:creator>
      <dc:date>2004-09-03T14:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: access-list on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322143#M561115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ferdinand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should not be any problem. Remember from a higher security level to a lower security level you do not need an access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See bellow: &lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif ethernet2 dmz security50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from the inside interface to your DMz and outside interface you do not need an access-list to acessess the Server. &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>Fri, 03 Sep 2004 14:43:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-on-pix-515e/m-p/322143#M561115</guid>
      <dc:creator>piseli</dc:creator>
      <dc:date>2004-09-03T14:43:00Z</dc:date>
    </item>
  </channel>
</rss>

