Hey
Im trying like hell to get Kazaa to stop connect
successfully... Whatever i do, blocking port 1214 in ANY possible way, it still
resist and connect sucessfully, even with thoes firewall rules
iptables -A FORWARD -m string --string
"X-Kazaa-Username:" -j DROP
iptables -A FORWARD -m string --string
"X-Kazaa-Network:" -j DROP
iptables -A FORWARD -m string --string
"X-Kazaa-IP:" -j DROP
iptables -A FORWARD -m string --string
"X-Kazaa-SupernodeIP" -j DROP
iptables -A FORWARD -m string --string "Kazaa"
-j DROP
Chain
FORWARD (policy DROP)
target prot opt
source
destination
DROP all --
anywhere
anywhere STRING
match X-Kazaa-Username:
DROP all
--
anywhere
anywhere STRING
match X-Kazaa-Network:
DROP all
--
anywhere
anywhere STRING
match X-Kazaa-IP:
DROP all --
anywhere
anywhere STRING
match X-Kazaa-SupernodeIP
DROP all
--
anywhere
anywhere STRING
match Kazaa
LOG all --
anywhere
anywhere STRING
match User LOG level warning
DROP
all --
anywhere
anywhere STRING
match User
state_chk all --
anywhere
anywhere
It catch the "kazaa" thingie on the homepage...
But.. anyhow it somehow seem to connect to the supernode outside... Im getting
nuts.. Why can't i stop it?.. What am i doing wrong.. I tried to ages now.. and
it dont work :(
Any help will be appreciated :D
Thanks
- SilverWolf