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.
18 lines
328 B
18 lines
328 B
#
|
|
# /etc/dhcp/dhcpd.conf for primary DHCP server (talos)
|
|
#
|
|
|
|
failover peer "dhcp-failover" {
|
|
primary;
|
|
address 128.153.145.3;
|
|
port 647;
|
|
peer address 128.153.145.4;
|
|
peer port 647;
|
|
max-response-delay 30;
|
|
max-unacked-updates 10;
|
|
load balance max seconds 3;
|
|
mclt 0;
|
|
split 128;
|
|
}
|
|
|
|
include "/etc/dhcp/common4.conf";
|