Hello,
I would like to create a dhcpd fail over server. I read this article :
http://www.madboa.com/geek/dhcp-failover/
Is it possible to include ip reservation in a fail over scenario.
Right now, my dhcpd.conf looks like this :
authoritative;
ddns-update-style none;
subnet 192.168.4.0 netmask 255.255.255.0 {
default-lease-time 21600;
max-lease-time 43200;
get-lease-hostnames on;
use-host-decl-names on;
option domain-name "DOMAIN";
option routers IP;
option domain-name-servers IP,IP;
option time-offset -5; # Eastern Standard Time
option ntp-servers IP;
option netbios-name-servers IP;
option netbios-node-type 8;
host computer1 { hardware ethernet MACADDR; fixed-address
computer1.domain; }
pool {
range 192.168.4.235 192.168.4.253;
}
}
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list