Page 2 of 2

Posted: Mon Aug 27, 2007 7:25 pm
by VladSun
Ooops :)
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 ACCEPT
PS: For help on iptables type:
man iptables

Posted: Thu Aug 30, 2007 6:47 am
by VladSun
Have you managed to do it?

Posted: Tue Sep 11, 2007 1:51 am
by jeffery
Hi Vlad,

Sorry didn't get around to it yet.. got occupied with other stuff.. will give it a whirl again this week-end.