Here is the log in the dhcpd.leases file when I do a dhclient -r
command:
lease 192.168.200.212 {
starts 5 2012/10/19 05:01:15;
ends 5 2012/10/19 05:14:38;
tstp 5 2012/10/19 05:14:38;
binding state free;
hardware ethernet 08:00:27:ed:0a:68;
}
Here is when I ask for the IP again with 'dhclient eth0'
lease 192.168.200.212 {
starts 5 2012/10/19 05:16:12;
ends 6 2012/10/20 01:16:12;
binding state active;
next binding state free;
hardware ethernet 08:00:27:ed:0a:68;
client-hostname "mymachine";
}
from
Michael