EAP110-OUTDOORv3 not get DHCP address
EAP110-OUTDOORv3 not get DHCP address
I'm trying to set up at a new site a new EAP110, but EAP does not apply offered IP address via DHCP. Other TP-Links devices working fine on other sites with the same settings.
DHCP log:
Aug 25 22:51:09 helper dhcpd[11998]: DHCPDISCOVER from c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1 Aug 25 22:51:09 helper dhcpd[11998]: DHCPOFFER on 10.0.0.105 to c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1 Aug 25 22:51:12 helper dhcpd[11998]: DHCPDISCOVER from c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1 Aug 25 22:51:12 helper dhcpd[11998]: DHCPOFFER on 10.0.0.105 to c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1 Aug 25 22:51:15 helper dhcpd[11998]: DHCPDISCOVER from c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1 Aug 25 22:51:15 helper dhcpd[11998]: DHCPOFFER on 10.0.0.105 to c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1
DHCPD answer (tcpdump):
22:54:38.158950 d2:4f:5e:83:0f:d9 > 00:00:0c:f6:a7:ac, ethertype IPv4 (0x0800), length 345: (tos 0x0, ttl 64, id 50506, offset 0, flags [DF], proto UDP (17), length 331)
192.168.4.3.67 > 10.0.0.1.67: [udp sum ok] BOOTP/DHCP, Reply, length 303, hops 1, xid 0x2f2fa585, secs 3809, Flags [Broadcast] (0x8000)
Your-IP 10.0.0.105
Gateway-IP 10.0.0.1
Client-Ethernet-Address c0:06:c3:cd:ef:cd
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Offer
Server-ID Option 54, length 4: 192.168.4.3
Lease-Time Option 51, length 4: 9600
Subnet-Mask Option 1, length 4: 255.255.255.0
Default-Gateway Option 3, length 4: 10.0.0.1
Domain-Name-Server Option 6, length 8: 192.168.4.3,172.30.20.254
Domain-Name Option 15, length 11: "xxxxxxx.lan"
NTP Option 42, length 4: 172.30.20.1
T138 Option 138, length 4: 3232236550
END Option 255, length 0
Config:
authoritative;
allow unknown-clients;
allow client-updates;
allow bootp;
use-host-decl-names on;
default-lease-time 9600;
max-lease-time 9600;
log-facility local7;
option voip-tftp-server code 150 = { ip-address };
option wlan-controller code 138 = { ip-address };
option domain-name-servers 192.168.4.3, 172.30.20.254;
option ntp-servers 172.30.20.1;
option voip-tftp-server 192.168.4.5;
option wlan-controller 192.168.4.6;
option domain-name "xxxxxxx.lan";
option domain-search "xxxxxxx.lan";
subnet 10.0.0.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option routers 10.0.0.1;
pool {
range 10.0.0.100 10.0.0.200;
allow all clients;
}
}
