The Lan is a class C configured as follows:
- 192.168.0.1 router.
- 192.168.0.5 server.
- 192.168.0.x other PC's on the LAN.
Thanks in advance
Luca Corti
yes.. very possible
http://linux.ardynet.com/ipmasq/ipmasq.php3#top
http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworkGateway.html
http://www.linuxguruz.org/iptables/
these are three of the better links i found.
the one that really starts masq
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
or something similar to that
good luck [:o)
Luca Corti wrote in message <3CA1D9E...@tiscalinet.it>...