On Sun, Jul 15, 2001 at 10:06:58PM +0100, David Howe wrote:
Win2K machine is looking to 10.10.10.200 for web pages (for example) but is not getting any further i.e. getting no imformation from 10.10.10.200's ppp0 connection. ppp0 was set up in linuxconf rather than kppp and connects fine at boot and the "set default route" option is checked. I have no default route set as Linuxconf help suggested not to for ppp connections as they sort it themselves
As you have 10.something addresses on your LAN, simple IP forwarding will not be enough to enable the machines on your LAN to access the internet using the Linux box as a gateway.
If you are only interested in web access then you could install a web proxy server like squid or wwwoffle on the Linux box and configure you LAN client to use the Linux box as a web proxy. This is an especially useful arrangement if you have more than one LAN client as the proxy can cache things and the cache is shared by all the clients.
For other protocols (mail, news, games etc.) you will need to configure IP masquerading on the Linux box. There is a HOWTO on this at the Linux documentation project site (http://www.linuxdoc.org/)
Steve.