question about dhcp 4.3.2

Waitman Gobble gobble.wa at gmail.com
Thu Mar 12 06:19:06 UTC 2015


I'm working on a dhcp server instance and the client is not assigning IP.

I get DHCPDISOVER followed by DHCPOFFER on 192.168.1.50 then a DHCPNAK
and DHCPINFORM on 192.168.0.16 (wrong network) - same device/ MAC.


This machine has two interfaces, one on 192.168.0.1 network and the
other 192.168.1.1 network. However, they are not bridged.

# uname -a
FreeBSD blynk.waitman.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0
r275492: Fri Dec  5 06:52:11 PST 2014
waitman at blynk.waitman.net:/usr/obj/usr/src/sys/BLYNK  amd64


I am wondering why the client is not assigning the IP. I see the
request and the offer repeated several times, while the client status
is 'Assigning IP' ... which times out (then i see the 'wrong network'
messages appear in log and the client status reports 'IP assignment
failed')

Also, wondering about the 'wrong network' messages.

Here is the log file:
https://gist.github.com/waitman/533706a4133026ed0838


dhcpd.conf:

default-lease-time 86400;
ddns-update-style none;
deny bootp;
one-lease-per-client true;
authoritative;
log-facility local7;

option routers 192.168.1.254;
option broadcast-address 192.168.1.255;
option subnet-mask 255.255.255.0;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.50 192.168.1.199;
}


ifconfig:

https://gist.github.com/waitman/b59d3a1c7e42a2a84407


Any help, tips or pointers are appreciated.

Thank you,

-- 
Waitman Gobble
Los Altos California USA
510-830-7975


More information about the dhcp-users mailing list