Posted: Mon Aug 27, 2007 7:25 pm
Ooops 
You need to specify the protocol ... sorry, I missed it ...
PS: For help on iptables type:
man iptables
You need to specify the protocol ... sorry, I missed it ...
Code: Select all
iptables -I FORWARD -p tcp -s 2.2.2.2 --sport 80 -j ACCEPT
iptables -I FORWARD -p tcp -d 2.2.2.2 --dport 80 -j ACCEPTman iptables