*** From dhcp-server -- To unsubscribe, see the end of this message. ***
We had the same problem.
What we ended up finding is that when the reply message was getting
generated there were too many options trying to be returned to the
client in the bootp reply.
We also noticed that there was garbage in, I believe, the gateway
fields when the reply was overflowing.
I ended up adding the following to the options.c and that fixed the
problem.
linux_x:/usr/local/src/dhcp-2.0/common# diff options.c.20 options.c
216a217,223
> if (bootpp) {
> priority_list [priority_len++] = DHO_SUBNET_MASK;
> priority_list [priority_len++] = DHO_ROUTERS;
> priority_list [priority_len++] = DHO_NAME_SERVERS;
> priority_list [priority_len++] = DHO_DOMAIN_NAME;
> priority_list [priority_len++] = DHO_DOMAIN_NAME_SERVERS;
> } else {
245a253
> }
We felt that these were the only options we needed to have sent to the
client.
Hope that helps.
William
> From: "Mitchell, Clive" <[EMAIL PROTECTED]>
> To: "'DHCP List'" <[EMAIL PROTECTED]>
> Subject: Syslog messages
> Date: Wed, 13 Oct 1999 08:20:45 +0800
> *** From dhcp-server -- To unsubscribe, see the end of this message. ***
>
> > I'm running dhcpd v2 on a linux server configured with a dynamic-bootp
> > range in some subnets for our legacy Win3.x clients as per below.
> >
> > subnet 165.118.24.0 netmask 255.255.255.0 {
> > range 165.118.24.50 165.118.24.199;
> > range dynamic-bootp 165.118.24.200 165.118.24.254;
> > option routers 165.118.24.1;
> > option broadcast-address 165.118.24.255;
> > }
> >
> > Whenever a client does a bootp request however, I get the following
> > message in syslog.
> >
> > dhcpd: Option broadcast-address length 4 overflows input buffer.
> >
> > Is this of any consequence? Everything seems to be working
> > otherwise. My apologies if this has already been discussed.
>
> -----------------------------------------------------------------------
> List Archives : http://www.isc.org/ml-archives/dhcp-server/
> Unsubscribe : http://www.isc.org/dhcp-lists.html
> -or- : mailto:[EMAIL PROTECTED]?Subject=unsubscribe
> -----------------------------------------------------------------------
>
>
William Lorfing
Programmer Analyst II
Texas Department of Health
Automated Data Services
Systems Programming
512.458.7311
Email: [EMAIL PROTECTED]
-----------------------------------------------------------------------
List Archives : http://www.isc.org/ml-archives/dhcp-server/
Unsubscribe : http://www.isc.org/dhcp-lists.html
-or- : mailto:[EMAIL PROTECTED]?Subject=unsubscribe
-----------------------------------------------------------------------