Hi Tom, I'm somewhat of a newbie but recently set up an LTSP server using the Edubuntu distro.
For the most part it works pretty much out-of-the-box if you have both NICs installed when you do the software install. I notice that both your NICs have static IPs. My ISP only allows DHCP so my NIC on the Internet side must be set to Dynamic. Unless you have something in place to get a static IP from your Internet provider or a service that manages this for you, you'll probably need to change this. Also, is it possible you might have both your server and your router trying to server DHCP ? Good Luck ! Jay -- Tom Misilo <[EMAIL PROTECTED]> wrote: *update* Okay I just tried logging into the LTSP Client. I get this error Xession unable to start Xsession. -- no /home/user.Xsessionfile or ..xsession file -- no session managers, no window managers, and no terminal emulators found; aborting. On 10/6/07, Tom Misilo <[EMAIL PROTECTED]> wrote: > Well, the 192.168.0.x network goes to the router/modem and other > dedicated windows pcs. > > Here is my /etc/network/interfaces > > auto lo > iface lo inet loopback > address 127.0.0.1 > netmask 255.0.0.0 > > # The primary network interface > auto eth0 > iface eth0 inet static > address 192.168.0.3 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > gateway 192.168.0.10 > # dns-* options are implemented by the resolvconf package, if > installed > dns-nameservers 207.77.56.2 > > auto eth1 > iface eth1 inet static > address 192.168.1.254 > netmask 255.255.255.0 > broadcast 192.168.1.255 > network 192.168.1.0 > gateway 192.168.1.254 > up iptables-restore < /etc/ltsp/nat.conf > dns-nameservers 207.77.56.2 > > > /etc/ltsp/nat.conf > > # Generated by iptables-save v1.3.6 on Sat Oct 6 14:19:16 2007 > *nat > :PREROUTING ACCEPT [2:280] > :POSTROUTING ACCEPT [0:0] > :OUTPUT ACCEPT [0:0] > -A POSTROUTING -s 192.168.1.0/255.255.255.0 -j MASQUERADE > COMMIT > # Completed on Sat Oct 6 14:19:16 2007 > > > Any other files just ask and I will give > > Thanks > > On 10/6/07, Richard Doyle <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-10-06 at 18:40 -0400, 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 > > Can't be (192.168.0.0 can't be on the Internet, because its a reserved, > > private network). > > > > > 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. > > You might get better help if you post any files you've modified, > > particularly /etc/network/interfaces, and describe your setup in more > > detail. > > > > > > > > Thanks for the help, > > > > > > Tom > > > > > > -- > > > Tom Misilo > > > AIM:Tmisilo FL > > > Jabber:[EMAIL PROTECTED] > > > http://tmisilo.ath.cx > > > > > > > > > -- > > edubuntu-users mailing list > > [email protected] > > Modify settings or unsubscribe at: > > https://lists.ubuntu.com/mailman/listinfo/edubuntu-users > > > > > -- > Tom Misilo > AIM:Tmisilo FL > Jabber:[EMAIL PROTECTED] > http://tmisilo.ath.cx > -- Tom Misilo AIM:Tmisilo FL Jabber:[EMAIL PROTECTED] http://tmisilo.ath.cx -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
