DHCP ipv4 problem

Hello, i'm using OpenWrt 19.07.2 r10947-65030d81f3 with a Linksys EA6350v3.

I have a big problem:
DHCP Release ip over the range and duplicate ip.
This is the configuration:

config dhcp 'lan'
	option interface 'lan'
	option dhcpv4 'server'
	option leasetime '24h'
	option force '1'
	option start '55'
	option limit '85'

image
Can u help me?

The value "limit" is the amount of leases, not the last lease. To have a pool from .55 to .85, use limit 31.

3 Likes

:open_mouth: so sorry..... :frowning: