dhcp failover using static hosts

red1 red red1dhcp at gmail.com
Sat Dec 26 14:17:23 UTC 2009


Dear Members;

I have dhcp server serving dynamic & static IPs , I would like to apply
failover between 2 dhcp servers, my issue is how to add static IPs subnets
to failover, as you see in my below config , I'm not defining any pool
section,  and as I read in dhcp doc that it's mondatory to define failover
by pool like this:

pool {
        failover peer "foo";
        *pool specific parameters*
};


Please advise,


My actual config for static IPs subnet:

subnet 192.168.0.0 netmask 255.255.255.0 {

option xxxx;

option xxxx;

option xxxx;

host xxxx-1 {

hardware ethernet xx:xx:xx:xx:xx:xx;

fixed-address 192.168.0.254;}

host xxxx-2 {

hardware ethernet xx:xx:xx:xx:xx:xx;

fixed-address 192.168.0.253;}

}

Regards

Red1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20091226/ac6754f7/attachment.html>


More information about the dhcp-users mailing list