Hello,
Today I discovered this website and I am very impressed, there is lots for me to learn here. Thank you for that! :-). I am following the guide to install LTSP, which is quite clear but I get stuck anyways.
Like in the guide I have a separate DHCP server and I don't really understand which file to edit. I have edited the /etc/ltsp/dhcpd.conf file on the LTSP server and changed everything that was red in the guide. Should I then not change the config file on the DHCP server as well?
All the best,
Arnoud Roeland
Installing LTSP
Re: Installing LTSP
Hi,
Also enjoy the howto.
/etc/ltsp/dhcpd.conf is according to the header text in /etc/dhcp/dhcpd.conf prevelent.
But setting the subnet and range in /etc/dhcp/dhcpd.conf
brings me futher...the ltsp server is now functioning as DHCP server.
Now I'm heading in the right direction because my client gets the login screen. Sadly I am stuck at this point. Client say's verifying password and then jumps back to the login screen again... ??
BTW working on trusty (14.04) server. XBMC frontend
GRTZ Frank
Also enjoy the howto.
/etc/ltsp/dhcpd.conf is according to the header text in /etc/dhcp/dhcpd.conf prevelent.
Code: Select all
#
# Sample configuration file for ISC dhcpd for Debian
#
# Attention: If /etc/ltsp/dhcpd.conf exists, that will be used as
# configuration file instead of this file.
#
#
Code: Select all
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.200 192.168.1.250;
# option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;
}
Now I'm heading in the right direction because my client gets the login screen. Sadly I am stuck at this point. Client say's verifying password and then jumps back to the login screen again... ??
BTW working on trusty (14.04) server. XBMC frontend
GRTZ Frank