slp-service-scope

Ray DeJean ray at selu.edu
Tue Mar 9 05:41:43 UTC 2010


All,

Testing out dhcp 4.1.1 on CentOS 5.4.  Freshly compiled dhcpd.  It appears
using "option slp-service-scope" in a subnet declaration throws dhcpd into
an infinite loop (100% cpu) and the server never actually starts.

Below is a simple dhcpd.conf to test with.  Can anyone confirm this
behavior?


subnet 192.168.128.0 netmask 255.255.255.0 {
        option routers                  192.168.128.1;
        option subnet-mask              255.255.255.0;
        option domain-name "selu.edu";
        option domain-name-servers      192.168.1.4, 192.168.1.5;
        option time-offset              -6;     # Central Standard Time
        option slp-directory-agent true 192.168.1.10, 192.168.1.23;
        option slp-service-scope true myscope;
        range 192.168.128.10 192.168.128.254;
        default-lease-time 18000;
        max-lease-time 43200;
}


ray
--
Ray DeJean
Systems Engineer
Southeastern Louisiana University
email: ray at selu.edu
http://r-a-y.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20100308/e32901a8/attachment.html>


More information about the dhcp-users mailing list