I have now seen an HP ProLiant DL385 G7 (573088-421) and HP ProLiant DL360p Gen8 both being able to remember the DHCP address for its NIC's even though I had powered off the server, and pulled the power cords.
In both cases dhclient -r
did do anything, and in the first case, it only got renewed when I pulled the network cable while in operation. In the other case running OmniOS (Solaris 10) I had to ifconfig ixgbe0 dhcp release
.
Update
On the DHCP server had I deleted the reservation, so the client would have to ask for a new DHCP address.
Update 2
MAC addresses the DHCP server doesn't know are assigned a 192.168.x.x
IP, and it was this (always the same) IP it kept getting despite I had registered the MAC on the DHCP server to get 10.10.111.12
.
Question
How does the NIC's remember the DHCP address, and therefore won't renew?
Is there a way to disable this feature/bug?