[Not an issue]AX6000 DHCP server ignores lease time setting (fw 1.1.1 and 1.2.0)
I think that my AX6000 DHCP server has two problems:
1/ The configured DHCP address lease time is ignored
2/ The default lease time is 120 seconds, not 120 minutes
I've checked this with the current 1.1.1 firmware and the 1.2.0 that is currently posted for testing in this forum.
I have my AX6000 set up in Access Point mode and with DHCP turned on.
In the web UI there is a Network > DHCP settings page, and I have entered 720 into the "Address lease time minutes" box.
I have saved the settings and rebooted the AX6000. Revisiting the web UI I can see that the DHCP lease time has been remembered.
When I query the DHCP server configuration with this (Linux) command line
sudo nmap --script broadcast-dhcp-discover
I always see that the lease time is 2 minutes (120):
Starting Nmap 7.70 ( https://nmap.org ) at 2021-02-10 22:20 GMT Pre-scan script results: | broadcast-dhcp-discover: | Response 1 of 1: | IP Offered: 192.168.0.117 | DHCP Message Type: DHCPOFFER | Server Identifier: 192.168.0.253 | IP Address Lease Time: 2m00s | Renewal Time Value: 1m00s | Rebinding Time Value: 1m45s | Subnet Mask: 255.255.255.0 | Broadcast Address: 192.168.0.255 | Domain Name Server: 194.168.8.100, 8.8.4.4 |_ Router: 192.168.0.1
Is there a way to log this with the Web UI team?