Tom Misilo wrote: > Hi, > > I am trying to setup a LTSP server with 7.04 using this tutorial > https://help.ubuntu.com/community/ThinClientHowto and > https://wiki.ubuntu.com/ThinClientHowtoNAT > > I have two network cards, > > The internet is on eth0: 192.168.0.x and the LTSP network is on eth1: > 192.168.1.x. However, even following the nat stuff I cannot get the > internet on a windows box that is connected to the internet. > > Thanks for the help, > > Tom > > Make sure IP forwarding is enabled.
|cat /proc/sys/net/ipv4/ip_forward | |should give you 1 if IP is being forwarded. | || Here's an example. http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux/ Sameer -- Dr. Sameer Verma, Ph.D. Associate Professor of Information Systems San Francisco State University San Francisco CA 94132 USA http://verma.sfsu.edu/ http://opensource.sfsu.edu/ -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
