First page Back Continue Last page Summary Graphic
Create Input Rules in ipchains
Ipmasqadm can only forward packets when existing input rules match.
-A input -j ACCEPT -s 0/0 -d 206.55.55.254 80 -p tcp -i eth1
This says allow packets from any machine to 206.55.55.254 on port 80.
Notes: