> 
> 5.  I haven't found any package that will masquerade other LAN machines onto
> the internet.  Supposedly it can be done through ipchains scripts, but
> I haven't made any work yet.  I did use PaNTs which is supposed to work for
> RedHat 6 but I can't get anything through it on port 80 (web access).

echo 1> /proc/sys/net/ipv4/conf/eth0/forwarding
ipchains -I forward -j MASQ -s 192.168.0.0/16 -i eth0 -d 0/0
ipchains -I input -j DENY -s 192.168.0.0/16 -i ! eth0 -d 0/0 -l

Reply via email to