[Fwd: RE:Configuring LTSP on Ubuntu 8.04]
nmaro at sjut.ac.tz
nmaro at sjut.ac.tz
Tue Sep 16 11:29:05 BST 2008
---------------------------- Original Message ----------------------------
Subject: RE:Configuring LTSP on Ubuntu 8.04
From: nmaro at sjut.ac.tz
Date: Tue, September 16, 2008 9:06 am
To: edubuntu-users at lists.ubuntu.com
--------------------------------------------------------------------------
I am setting up a terminal server for a classroom using Ubuntu 8.04.
I have installed all the packages needed.Once I started configuring the
DHCP and connected my clients,the clients didn't receive the IP addresses.
This is what I put in /etc/ltsp/dhcpd.conf
*****************************************************
#
# Default LTSP dhcpd.conf config file.
#
authoritative;
default-lease-time 7200;
max-lease-time 7200;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.20 192.168.0.50;
option domain-name "example.com";
option domain-name-servers 213.185.122.131;
option broadcast-address 192.168.0.255;
option routers 192.168.0.254;
# next-server 192.168.0.1;
# get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/i386";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
} else {
filename "/ltsp/i386/nbi.img";
}
}
*******************************************************************
My server IP 192.168.0.248
Can anyone help so that the clients get the IP's and latter connect to the
internet thru the server.
--
edubuntu-users mailing list
edubuntu-users at lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
More information about the edubuntu-users
mailing list