Package: dhcp3-server
Version: 3.0.3-5
Severity: important
Hi,
I'm using the dhcp3-server acting as a bootp server for one of my linux
boxes. But trying to boot the linux box gives me the following lines in
the /var/log/syslog:
Nov 7 20:06:32 mordor dhcpd: BOOTREQUEST from 00:50:9c:10:33:fb via br0
Nov 7 20:06:32 mordor dhcpd: BOOTREPLY for 10.20.30.41 to dbox2
(00:50:9c:10:33:fb) via br0
Nov 7 20:06:33 mordor in.tftpd[21904]: connect from 10.20.30.41
(10.20.30.41)
Nov 7 20:06:33 mordor atftpd[21904]: Advanced Trivial FTP server
started (0.7)
Nov 7 20:06:33 mordor atftpd[21904]: Serving /tftpboot/ppcboot/ppcboot
to 10.20.30.41:2001
Nov 7 20:06:41 mordor dhcpd: parse_option_buffer: option nis-domain
(32) larger than buffer.
Nov 7 20:06:46 mordor dhcpd: parse_option_buffer: option nis-domain
(32) larger than buffer.
Nov 7 20:06:51 mordor dhcpd: parse_option_buffer: option nis-domain
(32) larger than buffer.
....
And that's all. My linux box doesn't boot any further.
Here is my /etc/dhcp3/dhcpd.conf:
mordor ~ # cat /etc/dhcp3/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
include
"/etc/bind/zones/celeborn.dnsalias.org/key.celeborn.dnsalias.org";
include "/etc/bind/zones/celeborn.de/key.celeborn.de";
include "/etc/bind/zones/celeborn.org/key.celeborn.org";
include "/etc/bind/zones/in-addr.arpa/key.10.20.30";
ddns-domainname "celeborn.dnsalias.org";
update-static-leases true;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
class "openvpn" {
match if substring ( hardware, 1, 2 ) = 00:ff;
}
subnet 10.20.30.0 netmask 255.255.255.0 {
zone celeborn.dnsalias.org. {
primary 127.0.0.1;
key DHCP-celeborn_dnsalias_org;
}
zone 30.20.10.in-addr.arpa. {
primary 127.0.0.1;
key DHCP-10_20_30;
}
option subnet-mask 255.255.255.0;
option broadcast-address 10.20.30.255;
pool {
deny members of "openvpn";
option domain-name "celeborn.dnsalias.org";
option domain-name-servers ns1.celeborn.dnsalias.org;
option routers 10.20.30.1;
option netbios-name-servers mordor.celeborn.dnsalias.org;
range 10.20.30.128 10.20.30.254;
group {
host dbox2 {
hardware ethernet 00:50:9c:10:33:fb;
fixed-address 10.20.30.41;
ddns-hostname dbox2;
}
server-name "mordor.celeborn.dnsalias.org";
next-server mordor.celeborn.dnsalias.org;
filename "/tftpboot/ppcboot/ppcboot";
}
}
pool {
allow members of "openvpn";
range 10.20.30.96 10.20.30.127;
group {
default-lease-time 86400;
max-lease-time 604800;
host playground {
hardware ethernet 00:ff:10:20:31:01;
fixed-address 10.20.30.95;
}
}
}
Regards, Michael
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages dhcp3-server depends on:
ii debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii debianutils 2.15 Miscellaneous utilities specific t
ii dhcp3-common 3.0.3-5 Common files used by all the dhcp3
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
dhcp3-server recommends no packages.
-- debconf information:
* dhcp3-server/new_auth_behavior:
dhcp3-server/interfaces:
dhcp3-server/new_next-server_behaviour:
dhcp3-server/config_warn:
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]