failover with bootp

Julie Xu xll40 at hotmail.com
Mon Nov 18 09:12:24 UTC 2013


Hi


I have two dhcp server with configure as:

    subnet 10.1.1.0 netmask 255.255.254.0 {
        option routers 10.1.1.1;
        option broadcast-address 10.1.2.255;
        pool {
            failover peer "failover";
            deny dynamic bootp clients;
            range 10.1.1.20 10.1.2.254;
        }
    }



I have bootp/PXE requirement in this subnet, I guess I should change deny dynamic bootp clients, am I right? 


May I ask the is failover related to the “ deny dynamic bootp clients”? or not? do I have to remove failover before allow bootp clients?


Any comments will be appreciated


Thanks in advance


xll
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20131118/4fae2d04/attachment.html>


More information about the dhcp-users mailing list