The alternate cd should have put a static IP for eth1 in
your /etc/network/interfaces file, but it didn't.
Try with the following "default" contents in the interfaces file:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
#iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.0.254
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
To try this without rebooting, you'll need to stop networking while
editing the file:
sudo invoke-rc.d dhcp3-server stop
sudo invoke-rc.d NetworkManager stop
sudo invoke-rc.d networking stop
<gksu gedit /etc/network/interfaces>
sudo invoke-rc.d networking start
sudo invoke-rc.d NetworkManager start
sudo invoke-rc.d dhcp3-server start
------------------------------------------------------------------------------
_____________________________________________________________________
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