On 5/17/07, Paulo Henrique <[EMAIL PROTECTED]> wrote: > yes, 192.168.1.254 is dns and gateway > i´m testing ubuntu 7.04, not work > not route!!! > route = 192.168.1.254 > dns 192.168.1.254 > client = 192.168.1.62 > server ltsp = 192.168.1.215 > workstation windows ( 192.168.1.61 ) > ping 192.168.1.62 yes > ping 192.168.1.215 yes > ping 192.168.1.254 no > ping 192.168.1.61 no > > ???????????????
perhaps you could check the network. cables, switches,... and then go over the ip network, routes, masks, .... it might help to draw it out on paper too. Chris. > > > > ---------- Início da mensagem original ----------- > > De: [EMAIL PROTECTED] > Para: [email protected] > Cc: > Data: Thu, 17 May 2007 01:37:00 +0200 > Assunto: Re: [Ltsp-discuss] debian etch ltsp-5 network > > > 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 > > > > Paulo Henrique > www.fotolog.net/pique > http://www.orkut.com/Home.aspx?xid=13922661463599343214 > > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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
