You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
309 B
16 lines
309 B
#
|
|
# /etc/dhcp/dhcpd.conf for secondary DHCP server (atlas)
|
|
#
|
|
|
|
include "/etc/dhcp/common4.conf";
|
|
|
|
failover peer "dhcp-failover" {
|
|
secondary;
|
|
address 128.153.145.4;
|
|
port 647;
|
|
peer address 128.153.145.3;
|
|
peer port 647;
|
|
max-response-delay 30;
|
|
max-unacked-updates 10;
|
|
load balance max seconds 3;
|
|
}
|