Jun 7, 2005 #1 john99999 Instructor Apr 29, 2005 73 US If I want to block all tcp packets which contain the string "hotmail.com" can I do that with IP tables? Will something like this work? iptables -I INPUT -j DROP -p tcp -m string --string "hotmail.com" -i eth0 -j
If I want to block all tcp packets which contain the string "hotmail.com" can I do that with IP tables? Will something like this work? iptables -I INPUT -j DROP -p tcp -m string --string "hotmail.com" -i eth0 -j