<?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: How would you set up PIX 7.0 to block KaZaA? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324712#M549507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Raj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2005 14:52:56 GMT</pubDate>
    <dc:creator>bphan</dc:creator>
    <dc:date>2005-04-11T14:52:56Z</dc:date>
    <item>
      <title>How would you set up PIX 7.0 to block KaZaA?</title>
      <link>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324709#M549475</link>
      <description>&lt;P&gt;I looked at the PIX 7.0 data sheet (&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_data_sheet0900aecd80225ae1.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_data_sheet0900aecd80225ae1.html&lt;/A&gt;), and it talked about being able to block P2P apps like KaZaA/Gnutella as well as other tunneling apps like GoToMyPC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I looked in the 7.0 documentation, it didn't say anything about blocking either of those kinds of apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would KaZaA/Gnutella/GoToMyPC blocking be set up?&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;--Douglas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:04:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324709#M549475</guid>
      <dc:creator>douglas.carmichael</dc:creator>
      <dc:date>2020-02-21T08:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How would you set up PIX 7.0 to block KaZaA?</title>
      <link>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324710#M549483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example of how you can create an HTTP inspection policy and apply it to the outside interface  inorder to filter P2P app such as KazaA, or tunneling application like GotoMyPC,GNU Httptunnel,Firethru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!Classify traffic http traffic(on port 80 in this !case to be inspected. This will corresponse to the !'class http-port' statement that comes later in this !config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map http-port&lt;/P&gt;&lt;P&gt;match port tcp eq 80&lt;/P&gt;&lt;P&gt;&amp;#133;&lt;/P&gt;&lt;P&gt;!Define an http map and apply p2p,tunneling app !filtering&lt;/P&gt;&lt;P&gt;!Drop p2p/tunneling apps and allow the traffic !contains a supported request method that is not on a !configured list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http-map inbound_http&lt;/P&gt;&lt;P&gt;port-misuse p2p action drop&lt;/P&gt;&lt;P&gt;port-misuse tunneling action drop&lt;/P&gt;&lt;P&gt;port-misuse default action allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#133;&lt;/P&gt;&lt;P&gt;!Create a policy map and apply http inspection policy&lt;/P&gt;&lt;P&gt;!to the policy&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;policy-map inbound_policy&lt;/P&gt;&lt;P&gt;class http-port&lt;/P&gt;&lt;P&gt;inspect http inbound_http&lt;/P&gt;&lt;P&gt;&amp;#133;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!Apply the policy to the outside interface&lt;/P&gt;&lt;P&gt;service-policy inbound_policy interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information about the syntax of the above commands, please see PIX 7.0 command reference at the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_70/70cmdref/index.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_70/70cmdref/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate this posting appropriately if you find it helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Binh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2005 14:22:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324710#M549483</guid>
      <dc:creator>bphan</dc:creator>
      <dc:date>2005-04-10T14:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: How would you set up PIX 7.0 to block KaZaA?</title>
      <link>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324711#M549497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binh, that was a useful post.. thanks for the configs. you deserve a 5/5 for this !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2005 08:22:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324711#M549497</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2005-04-11T08:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How would you set up PIX 7.0 to block KaZaA?</title>
      <link>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324712#M549507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Raj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2005 14:52:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324712#M549507</guid>
      <dc:creator>bphan</dc:creator>
      <dc:date>2005-04-11T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: How would you set up PIX 7.0 to block KaZaA?</title>
      <link>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324713#M549514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Raj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2005 15:45:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324713#M549514</guid>
      <dc:creator>bphan</dc:creator>
      <dc:date>2005-04-11T15:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How would you set up PIX 7.0 to block KaZaA?</title>
      <link>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324714#M549518</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;Sorry, but in your config, you use only port 80 ! if I change my port in Kazaa by example... I believe that it's not a very good solution to match only port 80...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2005 06:17:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-would-you-set-up-pix-7-0-to-block-kazaa/m-p/324714#M549518</guid>
      <dc:creator>thibaut.leduc</dc:creator>
      <dc:date>2005-04-13T06:17:07Z</dc:date>
    </item>
  </channel>
</rss>

