First page Back Continue Last page Summary Graphic
Sample ipchains.rules file
Here's what the ipchains.rules file should look like now:
:input ACCEPT
:forward DENY
:output ACCEPT
-A forward -s 0.0.0.0/0.0.0.0 -d 0.0.0.0/0.0.0.0 -i eth1 -j MASQ
-A input -j ACCEPT -s 0/0 -d 206.55.55.254 80 -p tcp -i eth1
-A input -s 0.0.0.0/0.0.0.0 -d 0.0.0.0/0.0.0.0 -j DENY -l
Notes: