<?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 Conduit vs Access-lists in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172145#M606844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you are thinking in terms of conduits which are not applied to interfaces.  ACL's are applied to interfaces.  You use the access-group command to apply an ACL to an interface.  You allow all your access inbound from your ouside interface with one ACL.  The same with your outbound access from your inside interface.  As an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-list 101 permit tcp any host 192.168.1.1 eq ftp&lt;/P&gt;&lt;P&gt;Access-list 101 permit tcp any host 192.168.1.2 eq www&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-list 102 permit tcp 192.168.10.0 255.255.255.0 any eq www&lt;/P&gt;&lt;P&gt;Access-list 102 permit tcp 192.168.10.0 255.255.255.0 any eq ftp&lt;/P&gt;&lt;P&gt;access-group 102 in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have as many ports open between interfaces, they just are all in one access-list that is applied to an interface vs separate conduits that are not applied to interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2003 19:46:13 GMT</pubDate>
    <dc:creator>rj.remien</dc:creator>
    <dc:date>2003-04-16T19:46:13Z</dc:date>
    <item>
      <title>PIX Conduit vs Access-lists</title>
      <link>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172142#M606840</link>
      <description>&lt;P&gt;On the old PIXes such as the classic, you have static and conduit commands to open ports to the outside.  I know on the new versions, you can use access lists paired with static commands to open ports.  You can also use conduits.  I have two questions.&lt;/P&gt;&lt;P&gt;1. If you are using numbered access-lists wouldn't you be limited from 100-199 access lists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Which way is better?  Seems to me that conduit reduces complexity since you don't have to apply it to an interface.  It knows what to do based on your static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:41:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172142#M606840</guid>
      <dc:creator>ty.masse</dc:creator>
      <dc:date>2020-02-21T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Conduit vs Access-lists</title>
      <link>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172143#M606841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conduits are said to be on their way out in future version of pixos, using ACLs is recommended to future proof your configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACLs also reduces training time, as they are highly similar to those used by IOS (IOS differs by using inverse subnet masks)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2003 17:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172143#M606841</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-04-16T17:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Conduit vs Access-lists</title>
      <link>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172144#M606842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about the 100-199 extended ACL limitation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2003 18:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172144#M606842</guid>
      <dc:creator>ty.masse</dc:creator>
      <dc:date>2003-04-16T18:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Conduit vs Access-lists</title>
      <link>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172145#M606844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you are thinking in terms of conduits which are not applied to interfaces.  ACL's are applied to interfaces.  You use the access-group command to apply an ACL to an interface.  You allow all your access inbound from your ouside interface with one ACL.  The same with your outbound access from your inside interface.  As an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-list 101 permit tcp any host 192.168.1.1 eq ftp&lt;/P&gt;&lt;P&gt;Access-list 101 permit tcp any host 192.168.1.2 eq www&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-list 102 permit tcp 192.168.10.0 255.255.255.0 any eq www&lt;/P&gt;&lt;P&gt;Access-list 102 permit tcp 192.168.10.0 255.255.255.0 any eq ftp&lt;/P&gt;&lt;P&gt;access-group 102 in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have as many ports open between interfaces, they just are all in one access-list that is applied to an interface vs separate conduits that are not applied to interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2003 19:46:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172145#M606844</guid>
      <dc:creator>rj.remien</dc:creator>
      <dc:date>2003-04-16T19:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Conduit vs Access-lists</title>
      <link>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172146#M606846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you do not have to use numbers for your access lists you can use anything.  You should not mix conduits and access lists on the same system.  Access list can also be run in turbo mode for much faster performance on PIX's that support that function ie anything but a 501.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2003 10:04:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-conduit-vs-access-lists/m-p/172146#M606846</guid>
      <dc:creator>richardmcmahon</dc:creator>
      <dc:date>2003-04-17T10:04:48Z</dc:date>
    </item>
  </channel>
</rss>

