Changes

Jump to navigation Jump to search
311 bytes added ,  11:01, 28 July 2014
Line 38: Line 38:  
if it doesn't work you can take a look to the dhcpd.leases to see if your host is well written in that configuration file with a correct dhcp lease.
 
if it doesn't work you can take a look to the dhcpd.leases to see if your host is well written in that configuration file with a correct dhcp lease.
   −
  less /var/lib/dhcpd/dhcpd.leases dhcpd record
+
  less /var/lib/dhcpd/dhcpd.leases
 +
 
 +
for example with that kind of records ('''binding state active;'''):
 +
 
 +
lease 192.168.151.69 {
 +
  starts 1 2014/07/28 07:26:59;
 +
  ends 2 2014/07/29 07:26:59;
 +
  '''binding state active;'''
 +
  next binding state free;
 +
  hardware ethernet 00:1e:8c:ad:7d:d6;
 +
  uid "\001\000\036\214\255}\326";
 +
  client-hostname "infob14";
    
=== Uninstall ===
 
=== Uninstall ===

Navigation menu