*** From dhcp-server -- To unsubscribe, see the end of this message. ***

Greetings,

On trying to use v3-19990412 release, using Linux kernel 2.2.5,
I'm getting an error upon trying to have a different Linux
box get an address from the server. I tried dhcpd-2.0b1pl0 and
getting an address with the same machine and same client worked.

I found the relevant lines of code that tell me what causes the error 
in the log excerpts below happens, but not why. (I must profess this
to be ignorance on my part...so if I've overlooked part of the docs
that explain this, please do point the way...)

Here's the relevant syslog info:

Apr 19 10:38:07 tzara dhcpd: Internet Software Consortium DHCP Server V3.0-alpha 980412
Apr 19 10:38:07 tzara dhcpd: Copyright 1995, 1996, 1997, 1998, 1999 The Internet 
Software Consortium.
Apr 19 10:38:07 tzara dhcpd: All rights reserved.
Apr 19 10:38:07 tzara dhcpd:  Please contribute if you find this software useful.
Apr 19 10:38:07 tzara dhcpd: For info, please visit 
http://www.isc.org/dhcp-contrib.html 
Apr 19 10:38:07 tzara dhcpd: Listening on LPF/eth0/00:a0:c9:fb:49:38/SYSTEMS
Apr 19 10:38:07 tzara dhcpd: Sending on   LPF/eth0/00:a0:c9:fb:49:38/SYSTEMS
Apr 19 10:38:07 tzara dhcpd: Sending on   Socket/fallback/fallback-net
Apr 19 10:39:16 tzara dhcpd: 5 udp packets in 5 too long - dropped

Here's my dhcpd.conf file:

server-identifier 206.97.64.32;
option domain-name "kiva.net";
option domain-name-servers 206.97.64.15, 206.97.64.16;
option ntp-servers ntp1.kiva.net;
option time-servers ntp1.kiva.net;
option time-offset -18000;      # int32 time offset from UTC in seconds
option broadcast-address 255.255.255.255;
default-lease-time 3600;
max-lease-time 86400;

shared-network SYSTEMS {
  subnet 206.97.64.0 netmask 255.255.255.192 {
    option domain-name "kiva.net";
    option routers 206.97.64.1;
    option broadcast-address 206.97.64.255;
    range 206.97.64.20 206.97.64.21;
    }
}


In unrelated items, since v3 can do known/unknown pooling, where might
it store the list/db of known or unknown addrs ? I've been perusing the
code looking for it but have looked right over it or something...

Anywho, thanks in advance to any and all,
Jeremy



------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------

Reply via email to