This should work for you
iptables -I FORWARD -i eth1 -p tcp -m string
--string "KazaaClient" -j REJECT --reject-with tcp-reset
hare
|
This should work for you
iptables -I FORWARD -i eth1 -p tcp -m string
--string "KazaaClient" -j REJECT --reject-with tcp-reset
hare
|