<?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 conduit replacement in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768399#M1020725</link>
    <description>&lt;P&gt;how is function dhe new pix's without the conduit function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:04:23 GMT</pubDate>
    <dc:creator>adriatikb</dc:creator>
    <dc:date>2019-03-11T11:04:23Z</dc:date>
    <item>
      <title>conduit replacement</title>
      <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768399#M1020725</link>
      <description>&lt;P&gt;how is function dhe new pix's without the conduit function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:04:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768399#M1020725</guid>
      <dc:creator>adriatikb</dc:creator>
      <dc:date>2019-03-11T11:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: conduit replacement</title>
      <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768400#M1020726</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;Conduits have been replace by access-lists on the pix. You still need NAT etc. but you allow access by creating access-lists and applying them to interfaces eg &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 194.32.5.1 eq www &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 194.32.5.2 eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would allow http from outside of your pix through to 194.32.5.1 and https traffic from outside to 194.32.5.2.&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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:08:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768400#M1020726</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-08-30T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: conduit replacement</title>
      <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768401#M1020728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any book? only for ACL on pix's?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:33:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768401#M1020728</guid>
      <dc:creator>adriatikb</dc:creator>
      <dc:date>2007-08-30T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: conduit replacement</title>
      <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768402#M1020729</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;Not sure you need a full book. Attached is a link to config guide for pix 6.3 for the chapter on configuring access-lists. Pix v7.x will be pretty much the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/pix/pix63/configuration/guide/mngacl.html#wp1068801" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/pix/pix63/configuration/guide/mngacl.html#wp1068801&lt;/A&gt;&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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:48:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768402#M1020729</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-08-30T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: conduit replacement</title>
      <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768403#M1020730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the Cisco Press Study guide for the SNPA exam 642-522 which has an entire section on ACLs on PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe there is also a tool on the Cisco website that will convert configurations with conduits to ACLs to save some work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can still do Conduits if you want (the PIX will support them) - however, it is recommended that you do not use Conduits if you're using ACLs because ACLs will take precidence over conduits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:48:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768403#M1020730</guid>
      <dc:creator>jeremyault</dc:creator>
      <dc:date>2007-08-30T13:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: conduit replacement</title>
      <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768404#M1020731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here's a tool that will convert conduits to ACL's...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/cgi-bin/tablebuild.pl/pix" target="_blank"&gt;http://www.cisco.com/cgi-bin/tablebuild.pl/pix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;download the occ... file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 15:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768404#M1020731</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-08-30T15:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: conduit replacement</title>
      <link>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768405#M1020732</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;I have a suituation that i need to convert all my conduit to ACL..will abv mention tool is ok..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 15:02:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-replacement/m-p/768405#M1020732</guid>
      <dc:creator>sateeshk10</dc:creator>
      <dc:date>2008-09-02T15:02:57Z</dc:date>
    </item>
  </channel>
</rss>

