DHCP Mis-assignments due to Race Condition between Router and Controller on startup
Noticed a few times now after extended power outages, that some of my device come back with semi random IP's despite the fact that I have IP reservations for them. Most recently the host of my controller came back with a pooled IP instead of its fixed IP, and despite a few attempts to release/renew (dhcpclient -r eth0) I couldn't unstick its newfound IP. Rebooting the router resolved the issue immediately. So I'm curious why the router would override a DHCP Reservation, or even if it did, would not then recognize the DHCP request from a known MAC and wrong IP and force the IP change.