Hi:
I am new to LTSP and I am not much of a dhcp expert, so please let me know
if I am missing something on configuring DHCP.
My server is running LTSP and it is a Linux box, with IP 137.53.23.95.
I am going to boot my client via a floopy and I have burned the ROM onto the
floppy already. I have tried different variations of the following
dhcpd.conf but
I would get back either one of these 2 error messages from the server log:
May 27 16:50:10 myserver dhcpd: no free leases on subnet 137.53.23.95
or
May 27 16:50:13 myserver dhcpd: No subnet declaration for eth0
(137.53.23.95).
So my client is connecting to the host. And I wish to grant my client
the IP addresses in the range of 192.168.0.1 to 192.168.0.250.
But I cannot get the config to work properly for me.
Am I missing a step in my dhcpd.conf?
Thanks for any tip.
-Vincent
--------------------- dhcpd.conf --------------------------------------
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 137.53.23.255;
option routers 137.53.23.95;
option domain-name-servers 137.53.23.95;
option domain-name "ltsp";
option root-path "137.53.23.95:/opt/ltsp/i386";
subnet 137.53.23.95 netmask 255.255.255.0 {
use-host-decl-names on;
option log-servers 137.53.23.95;
host ws001 {
hardware ethernet 00:90:27:3E:A8:25;
fixed-address 192.168.0.1;
filename "/tftpboot/lts/vmlinuz-2.4.26-ltsp-1";
}
}
-----------------------------------------------------------------------------------
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_____________________________________________________________________
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