Subject: bin/12716: dhcpd does not work on alpha
To: None <gnats-bugs@gnats.netbsd.org>
From: None <weiss@uni-mainz.de>
List: netbsd-bugs
Date: 04/21/2001 19:31:07
>Number:         12716
>Category:       bin
>Synopsis:       dhcpd does complain about dhcp request packages
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 21 10:32:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Weiss
>Release:        20010406-1.5.1_BETA snapshot
>Organization:
	Universitaet Mainz
>Environment:
System: NetBSD netzadmin.zdv.Uni-Mainz.DE 1.5.1_ALPHA NetBSD 1.5.1_ALPHA (MULTIA) #0: Sun Apr 8 20:33:40 MEST 2001 root@netzadmin.zdv.Uni-Mainz.DE:/usr/src/sys-1.5.1/arch/alpha/compile/MULTIA alpha


>Description:
	when getting dhcp requests, dhcpd syslogs the following message

Apr 21 17:00:31 netzadmin dhcpd: Discarding packet with bogus hlen.
Apr 21 17:00:31 netzadmin dhcpd: receive_packet failed on wi0: Resource temporarily unavailable

	the client does not get a response.

	This is the dhcpd.conf file

################################################################

ddns-updates off;
ddns-update-style none;

subnet 10.0.0.0 netmask 255.255.255.0 {
  range 10.0.0.10 10.0.0.250;
  default-lease-time 600;
  max-lease-time 7200;
  option subnet-mask 255.255.255.0;
  option broadcast-address 10.0.0.255;
  option routers 10.0.0.1;
  option domain-name-servers 134.93.8.159, 134.93.8.13;
  option domain-name "zdv.Uni-Mainz.DE";
  option netbios-name-servers 134.93.8.111,134.93.8.112;
}

host armada {
	option host-name "armada";
        hardware ethernet 00:02:2d:02:e0:e3;
	fixed-address 10.0.0.2;
}

###################################################

	the dhcpd from the 1.5 release and a config file
	without the "ddns-update-style none;" line
	work with the same kernel.

>How-To-Repeat:
	See above.
>Fix:
	None known.

>Release-Note:
>Audit-Trail:
>Unformatted: