TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:7572] masquerading



IP-Masquerade-HOWTO.gz
Firewall-HOWTO.gz
NET3-HOWTO.gz

Some basic IP Chains commands to get you running (unsecure) -- you'll be
able to surf.

INTERNAL_NET=<internel net address>/<netmask of internal net>

ipchains -P input ACCEPT
ipchains -P output ACCEPT
ipchains -P forward ACCEPT

ipchains -A forward -s ${INTERNAL_NET} -j MASQ