The #DHCP server, running on the #OpenWRT router, assigned an internal IP to a client. However this IP was already used by a central NAS device. This situation is called an IP address conflict.
In our latest #tutorial we show where to find the current DHCP leases, how to create a static and remove an existing lease on @openwrt .
https://www.geekersdigest.com/how-to-manually-remove-a-dhcp-lease-on-openwrt-router/
Better yet, only run one DHCP server per network.
and make sure all static IPs are known to that DHCP server.
Indeed!
Given that everything on my network gets their details via DHCP, I allocate the static ones within the range, generally speaking the pretty (memorable) numbers, but allocated by the DHCP server, so from the perspective of everything on the network, it’s just another DHCP address, just that it never changes.




