Hi,
I've got a small problem with my DHCP server. I am booting 14 diskless
clients off this machine, 13 are working OK, bvut the last one I tried to
add doesn't boot at all. Here is the message I get:
monlxs02 dhcpd: DHCPDISCOVER from 00:0e:a6:b4:4d:62 via eth0: network
faw-net: no free leases
I never had this effect before, sometimes I also see it on the other clients
and they refuse to boot. Since all of my clients have fixed adressesm how
can it be that DHCP reports nno free leases ?!?
Maybe someone can help me ...
Thanks in advance,
Marco
Here is my dhcpd.conf:
(The client not working is mkoppel.fds)
------
allow booting;
allow bootp;
ddns-update-style ad-hoc;
option broadcast-address 192.168.0.255;
# SHARED-NETWORK nur solange alles �ber eine Netzwerkkarte !
shared-network faw-net {
# Lokales Subnetz
subnet 192.168.0.0 netmask 255.255.255.0{
}
# Subnetz Laudenbach
subnet 153.95.169.0 netmask 255.255.255.0{
}
# Subnetz Montrond
#subnet 153.95.240.0 netmask 255.255.255.0{
#}
}
group
{
next-server 192.168.0.20;
filename"/tftpboot/pxelinux.0";
host mww1.fds {
hardware ethernet 00:0E:A6:B4:5D:06;
fixed-address 192.168.0.21;
option root-path "/netclients/192.168.0.21";
}
host mww2.fds {
hardware ethernet 00:0E:A6:B4:5D:39;
fixed-address 192.168.0.22;
option root-path "/netclients/192.168.0.22";
}
host mkne.fds {
hardware ethernet 00:0E:A6:B4:5C:B4;
fixed-address 192.168.0.23;
option root-path "/netclients/192.168.0.23";
}
host mkoppel.fds {
hardware ethernet 00:0e:a6:b4:4d:62;
fixed-address 192.168.0.24;
option root-path "/netclients/192.168.0.24";
}
host mfso.fds {
hardware ethernet 00:0E:A6:B4:4D:04;
fixed-address 192.168.0.25;
option root-path "/netclients/192.168.0.25";
}
host mkaut.fds {
hardware ethernet 00:0E:A6:B4:4B:E8;
fixed-address 192.168.0.26;
option root-path "/netclients/192.168.0.26";
}
host mkkov.fds {
hardware ethernet 00:0E:A6:B4:57:BE;
fixed-address 192.168.0.27;
option root-path "/netclients/192.168.0.27";
}
host mkkob.fds {
hardware ethernet 00:0E:A6:B4:56:68;
fixed-address 192.168.0.28;
option root-path "/netclients/192.168.0.28";
}
host mkkoe.fds {
hardware ethernet 00:0E:A6:B4:4D:7B;
fixed-address 192.168.0.29;
option root-path "/netclients/192.168.0.29";
}
host maolb.fds {
hardware ethernet 00:0E:A6:B4:57:17;
fixed-address 192.168.0.30;
option root-path "/netclients/192.168.0.30";
}
host mdfsb.fds {
hardware ethernet 00:0E:A6:B4:54:EB;
fixed-address 192.168.0.31;
option root-path "/netclients/192.168.0.31";
}
host mbof.fds {
hardware ethernet 00:0E:A6:B4:5D:14;
fixed-address 192.168.0.32;
option root-path "/netclients/192.168.0.32";
}
host mstr.fds {
hardware ethernet 00:0E:A6:B4:5C:7D;
fixed-address 192.168.0.33;
option root-path "/netclients/192.168.0.33";
}
host test.fds {
hardware ethernet 00:0C:6E:89:D2:7F;
fixed-address 192.168.0.88;
option root-path "/netclients/entwicklung";
}
}
---
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_____________________________________________________________________
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