Gateway server :
eth1 ------------local
eth0 ------------public
To block traffic from perticular host to www.yahoo.com I implimented this command:
#iptables -A FORWARD -o eth0 -s 192.168.0.7 -d www.yahoo.com -j DROP
But this does not work..........pls help
