dhcpd: uid lease for client is duplicate
by mfoley from LinuxQuestions.org on (#6JQ5M)
I've got dozens of these errors in syslog:
Code:Feb 17 03:10:16 mail dhcpd: uid lease 192.168.0.100 for client 14:da:e9:f4:c2:d0 is duplicate on 192.168.0.0/24The IP 192.168.0.100 was assigned to a new host before I got the static IPs configured in dhcpd.conf. It has since been assigned a static IP and there is no device connected with IP 192.168.0.100.
I've read up on /var/state/dhcp/dhcpd.leases and man dhcpd.leases, and I get it that a dynamically assigned/leased IP address will persist in dhcpd.leases pretty much forever. But why do I keep getting these syslog messages when there is no "duplicate" assignment to MAC 14:da:e9:f4:c2:d0?
Can I make these messages stop? They're cluttering up my syslog!
Code:Feb 17 03:10:16 mail dhcpd: uid lease 192.168.0.100 for client 14:da:e9:f4:c2:d0 is duplicate on 192.168.0.0/24The IP 192.168.0.100 was assigned to a new host before I got the static IPs configured in dhcpd.conf. It has since been assigned a static IP and there is no device connected with IP 192.168.0.100.
I've read up on /var/state/dhcp/dhcpd.leases and man dhcpd.leases, and I get it that a dynamically assigned/leased IP address will persist in dhcpd.leases pretty much forever. But why do I keep getting these syslog messages when there is no "duplicate" assignment to MAC 14:da:e9:f4:c2:d0?
Can I make these messages stop? They're cluttering up my syslog!