[plug] Accessing the net via my firewall
connell
connellp at wantree.com.au
Sun Nov 11 18:42:37 WST 2001
Russ
The following is the command that allows my workstations' browsers to
pass thru my firewall machine. $PRIVATENET is my home 192.168.x.x
subnet and $ANY is the outside internet 0.0.0.0
# Masquerade packets forwarded from internal network
/sbin/ipchains -A forward -s $PRIVATENET -d $ANY -j MASQ
A firewall is just more ipchains commands to selectively make ports
accessible to and from the outside world.
PaulC
More information about the plug
mailing list