This is the minimum that you need for a NAT.
This just turns on network address translation. This offers no other
security. This works on my 7.2 box and it should work with 7.3 as
well. ipchains was phased out with the 2.4 kernel (7.1 release i
believe)
- Matt
modprobe ipt_MASQUERADE
iptables -F iptables -t nat -F iptables -t mangle -F iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward
|
- mozilla psm installation Mark Neidorff
- Ifr port dbrett
- Re: mozilla psm installation Hal Burgiss
- Re: mozilla psm installation Mark Neidorff
- Re: IPTables Routing Help Jon Gaudette
- Re: IPTables Routing Help Matthew Bradford
- Re: IPTables Routing Help Jon Gaudette