dhcpd: Dynamic and static leases present

Roberto Meyer roberto.s.meyer at gmail.com
Thu Feb 1 23:22:58 UTC 2007


Hi,

I found the following message in my syslog:

Feb  1 19:00:13 isidorito dhcpd: Dynamic and static leases present for
192.168.144.150.
Feb  1 19:00:13 isidorito dhcpd: from the dynamic address pool for
192.168.144.0/24

I don't have trouble with IP allocation, but I wondered myself what
does this message means. That IP is a static one, I can't find it in
my dynamic range.

Part of my setup:
...
max-lease-time 86400;
default-lease-time 43200;

subnet 192.168.144.0 netmask 255.255.255.0 {

        # KNOWN clients
        pool {
                range 192.168.144.10 192.168.144.229;
                deny unknown-clients;
                max-lease-time 86400;
                default-lease-time 43200;
                include "/etc/dhcp3/knownhosts.conf";
        }

        # UNKNOWN clients
        pool {
                range 192.168.144.230 192.168.144.239;
                allow unknown-clients;
                max-lease-time 42000;
                default-lease-time 21000;
        }
}


I've setup static IP addresses in "knownhosts.conf"

Any help would be very appreciated, TIA,

--
Roberto


More information about the dhcp-users mailing list