In message <BBDC1879.180C8%(E-Mail Removed)>, Graham in Melton
<(E-Mail Removed)> writes
>On 15/11/03 5:29 pm, in article 1JwbK7KHKmt$(E-Mail Removed),
>"Clint Sharp" <(E-Mail Removed)> wrote:
>
>> In message <bp5ek0$1k9gpi$(E-Mail Removed)>, Kimball K
>> Kinnison <(E-Mail Removed)> writes
>>> I use BT Satellite and have a small network. ICS is provided by a PC running
>>> XP Pro sitting headless in a corner of a room. The Satellite modem goes into
>>> one NIC on this machine and the network is connected to another NIC via a
>>> switch. Is there an easy way to block the ports Kazaa uses?
>>>
>>>
>> Yes, enable the XP firewall for the network side NIC on the ICS box and
>> only tick the protocols you know you need (HTTP, FTP, SMTP, POP etc).
>
>Doh, Kazaa uses HTTP when port blocked so that won't work .
>
>No, there isn't a quick fix to blocking Kazaa - it was written that way.
>Some Linux firewalls can stop it, but they are custom jobs. ~there are
>specific traffic analysers designed for ISP's/Universities (Packetseeker).
>
>Otherwise its rather tricky !
>
>Its not easy or cheap to do.
>
Bugger, I assumed it still worked the way filesharing networks used to,
fixed ports etc.. (Note to self, write out a thousand times, Always
assume your assumptions are wrong..)
A quick ethereal session shows that Kazaa Lite uses UDP packets
containing the string 'KaZaA' to initiate a connection, it might be
possible to stop Kazaa from establishing a connection at all if you
could filter based on outgoing packet content, but it could be smart
enough to modify this behaviour as well!
Take a look at
http://oofle.com/filesharing.php where you'll find a
partial solution (Kazaa connects but downloads fail) for iptables
firewalls.
Googling around shows this is a big problem and there are several
partial solutions but they would all require you to have a reasonable
knowledge of IPtables which is not, to say the least, easy to hit the
ground running with.
--
Clint