Hi all,
When I boot the client (now using dhcpd rather than boopd), I get a message that the
client 'received a fragmented packet - reconfigure server' message. The console
message is that there are no available leases. Perused the list but it looks like I've
got everything correct except that I'm using an agp video card; and I'll change that
next on the outside chance...
The hardware address for the card is correct, and I'm exporting /tftpboot/lts and
/opt/lts/i386 to 192.168.4. I've appended below the modified sample /etc/dhcpd.conf
I'm using. After I post this I'll check that "run_dhcpd=1 in /etc/init.d/dhcpd" below.
I've been having to start dhcpd manually after boot. I'm not up to speed with SuSE
init scripts.
thanks again,
rl
Console messages:
Jun 24 12:28:56 slade dhcpd: DHCPDISCOVER from 00:60:97:b8:ab:f7 via eth1: network
WORKSTATIONS: no free leases
Jun 24 12:28:58 slade dhcpd: DHCPREQUEST for 192.168.4.71 (199.26.174.7) from
00:60:97:b8:ab:f7 via eth1: unknown lease 192.168.4.71.
Jun 24 12:29:36 slade dhcpd: DHCPDISCOVER from 00:60:97:b8:ab:f7 via eth1: network
WORKSTATIONS: no free leases
Jun 24 12:30:07 slade last message repeated 2 times
Jun 24 12:32:07 slade last message repeated 2 times
Jun 24 12:34:45 slade dhcpd: DHCPDISCOVER from 00:60:97:b8:ab:f7 via eth1: network
WORKSTATIONS: no free leases
Jun 24 12:37:20 slade modprobe: modprobe: Can't locate module char-major-10-134
Jun 24 12:39:54 slade modprobe: modprobe: Can't locate module char-major-10-134
Jun 24 12:40:03 slade dhcpd: DHCPDISCOVER from 00:60:97:b8:ab:f7 via eth1: network
WORKSTATIONS: no free leases
Jun 24 12:44:27 slade modprobe: modprobe: Can't locate module char-major-10-134
/etc/dhcpd.conf:
# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to /etc/dhcpd.conf.
#
ddns-update-style none;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.4.255;
option routers 192.168.4.254;
option domain-name-servers 192.168.4.254;
option domain-name "blah.com";
option root-path "192.168.4.200:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
shared-network WORKSTATIONS {
subnet 192.168.4.0 netmask 255.255.255.0 {
}
}
group {
use-host-decl-names on;
option log-servers 192.168.4.254;
host tolstoy {
hardware ethernet 00:06:97:B8:AB:F7;
fixed-address 192.168.4.71;
filename "/lts/vmlinuz-2.4.19-ltsp-1";
option option-128 00:06:97:B8:AB:F7;
option option-129 "NIC=3c905-TX";
}
}
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_____________________________________________________________________
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