DHCPD leases

Christoph Georgi christoph.georgi at web.de
Tue Feb 8 22:09:09 UTC 2005


Hi,

could anyone tell me where the dhcp3-server logs IP leases. I know that 
"normal" leases can be found in /var/lib/dhcp3/dhcpd.leases but I'm 
using fixed IP adresses on basis of the MACs and those leases do not 
appear in the dhcpd.leases file.

TIA
christoph


dhcpd.conf

 >
 > ddns-update-style none;
 >
 > default-lease-time 800;
 > max-lease-time 7200;
 >
 > option subnet-mask 255.255.255.0;
 > option broadcast-address 10.0.1.255;
 > option routers 10.0.1.1;
 > option domain-name-servers 10.0.0.1;
 >
 > subnet 10.0.1.0 netmask 255.255.255.240 {
 >
 >       host daemon {
 >              hardware ethernet 00:00:00:00:00:00;
 >              fixed-address 10.0.1.1;
 >        }
 > [...]
 > }
 >






More information about the ubuntu-users mailing list