Hi, > i'm testing LTSP5 with lenny on a virtual Machine and > work fine, without problems. > > Did you configure forwarding ? > > I wrote this script : > echo 1 > /proc/sys/net/ipv4/ip_forward > iptables -P FORWARD DROP > iptables -t nat -A POSTROUTING -o ethx -j MASQUERADE > iptables -A FORWARD -i ethx -j ACCEPT > iptables -A FORWARD -m state --state > ESTABLISHED,RELATED -j ACCEPT >
> where ethx is the interface to internet. > > I hope help you > > Bye > Sky > > > > --- Paulo Henrique <[EMAIL PROTECTED]> ha > scritto: > > > how I make to sail in the Internet through ltsp-5 > > being that gateway this correct but no computer > > hardwired in the server ltsp sails in the Internet? > > > > > > route = > > > > default 192.168.1.254 0.0.0.0 > > UG 0 0 0 eth0 > > > > > > cat /etc/resolv.conf = > > > > search domain > > nameserver 192.168.1.254 > > > > ping www.google.com = > > > > ping www.google.com > > ping: unknown host > > > > that means your server isn't resolving names. your /etc/resolv.conf may be wrong. Is 192.168.1.254 a DNS server? Chris. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
