<?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: blocking ports in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985703#M77451</link>
    <description>hi friends&lt;BR /&gt;thank u for co-operation&lt;BR /&gt;&lt;BR /&gt;but the bad thing is that we r unable to block kazaa, i offer points to the great sodiers of LINUX who helps me to block kazaa.&lt;BR /&gt;plz help me</description>
    <pubDate>Wed, 04 Jun 2003 06:10:31 GMT</pubDate>
    <dc:creator>Muhammad Imran Hussain</dc:creator>
    <dc:date>2003-06-04T06:10:31Z</dc:date>
    <item>
      <title>blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985696#M77444</link>
      <description>hi all &lt;BR /&gt;&lt;BR /&gt;how can i block kaaza ports. i'm using squid+masq~ing.&lt;BR /&gt;&lt;BR /&gt;guide me through the rest</description>
      <pubDate>Sat, 31 May 2003 11:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985696#M77444</guid>
      <dc:creator>Muhammad Imran Hussain</dc:creator>
      <dc:date>2003-05-31T11:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985697#M77445</link>
      <description>First, have a look at:&lt;BR /&gt;Masquerading Made Simple HOWTO.&lt;BR /&gt;&lt;BR /&gt;are U using iptables ?&lt;BR /&gt;what is the kazaa port number ?&lt;BR /&gt;inbound, outbound kazaa or both ?&lt;BR /&gt;if it is iptables, post results of:&lt;BR /&gt;iptables -L  &lt;BR /&gt;and&lt;BR /&gt;iptables -t nat -L&lt;BR /&gt;&lt;BR /&gt;Security-wise you are probably better of blocking everything inbound (from the internet), and allowing only specific services through...</description>
      <pubDate>Sun, 01 Jun 2003 06:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985697#M77445</guid>
      <dc:creator>David Timms</dc:creator>
      <dc:date>2003-06-01T06:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985698#M77446</link>
      <description>thanks for reply&lt;BR /&gt;&lt;BR /&gt;i use iptables for that purpose &lt;BR /&gt;echo "1" &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;BR /&gt;iptables -t nat -A Postrouting -s 150.100.16.0/255.255.240.0 -d ! 150.100.16.0/255.255.240.0 -o ppp0 -j MASQUERADE&lt;BR /&gt;&lt;BR /&gt;Now what do u say? how can i block Kaaza.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 04:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985698#M77446</guid>
      <dc:creator>Muhammad Imran Hussain</dc:creator>
      <dc:date>2003-06-02T04:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985699#M77447</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;kaaza uses port 1214&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 06:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985699#M77447</guid>
      <dc:creator>Muhammad Imran Hussain</dc:creator>
      <dc:date>2003-06-02T06:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985700#M77448</link>
      <description>I think that you could add two new rules to iptables:&lt;BR /&gt;&lt;BR /&gt;# iptables -A FORWARD --source-port 1214 -j DROP&lt;BR /&gt;# iptables -A FORWARD --destination-port 1214 -j DROP&lt;BR /&gt;&lt;BR /&gt;you can also read the iptables' man page (# man iptables) and&lt;BR /&gt;some linux HOWTOs like&lt;BR /&gt;&lt;BR /&gt;Firewall-HOWTO&lt;BR /&gt;IP-Masquerade-HOWTO&lt;BR /&gt;&lt;BR /&gt;that you can find at &lt;A href="http://www.tldp.org" target="_blank"&gt;http://www.tldp.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2003 05:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985700#M77448</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-06-03T05:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985701#M77449</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;i'm still unable to solve that issue. i added the rules but i think i couldn't get the correct port of Kazaa.&lt;BR /&gt;&lt;BR /&gt;Do anyone have, plz tell me how to do that&lt;BR /&gt;&lt;BR /&gt;thanx</description>
      <pubDate>Tue, 03 Jun 2003 13:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985701#M77449</guid>
      <dc:creator>Muhammad Imran Hussain</dc:creator>
      <dc:date>2003-06-03T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985702#M77450</link>
      <description>Yes, Kazaa seems to be negociating changing ports. Try this :&lt;BR /&gt;iptables -A FORWARD -m recent --name kazaa --rcheck --seconds 60 -j DROP        &lt;BR /&gt;iptables -A FORWARD -i ppp0 -p tcp -m string --string 'X-Kazaa' -m recent --name kazaa --set -j DROP&lt;BR /&gt;&lt;BR /&gt;BTW, why not assigning points to previous people who tried to help ? :-))&lt;BR /&gt;hth&lt;BR /&gt;J</description>
      <pubDate>Tue, 03 Jun 2003 14:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985702#M77450</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-06-03T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985703#M77451</link>
      <description>hi friends&lt;BR /&gt;thank u for co-operation&lt;BR /&gt;&lt;BR /&gt;but the bad thing is that we r unable to block kazaa, i offer points to the great sodiers of LINUX who helps me to block kazaa.&lt;BR /&gt;plz help me</description>
      <pubDate>Wed, 04 Jun 2003 06:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985703#M77451</guid>
      <dc:creator>Muhammad Imran Hussain</dc:creator>
      <dc:date>2003-06-04T06:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985704#M77452</link>
      <description>A work-around could be (maybe) to provide NAT only for ports/services you need, or even don't use it at all if it isn't necessary. Does you users need full NAT? If they need only web access, squid proxy is enough (or better) than NAT.&lt;BR /&gt;&lt;BR /&gt;... I don't know how kazaa protocol works... sorry :-)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 06:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985704#M77452</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-06-04T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: blocking ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985705#M77453</link>
      <description>Muhammad,&lt;BR /&gt;What doesn't work with the script I suggested ? It works on my network.&lt;BR /&gt;The idea is not to block the 1214 or any other specific port, as new Kazaa opens changing ports. So what we do is to check the string in the packets, that are related to kazaa, both X-kazza incoming packets and kazaa local replies.&lt;BR /&gt;Could you post your iptables here so we can check together what is missing ?&lt;BR /&gt;Otherwise, as Claudio suggested, best is to block everything as a default policy, and only accept what you know that is needed (port 21, 25, 80 and so on).&lt;BR /&gt;the only problem is that you will have customers complaining all the time not to be able to ICQ and so on...&lt;BR /&gt;Yours&lt;BR /&gt;Jerome</description>
      <pubDate>Wed, 04 Jun 2003 07:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/blocking-ports/m-p/2985705#M77453</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-06-04T07:24:48Z</dc:date>
    </item>
  </channel>
</rss>

