Centos7.6配置DHCP的Failover时,DHCP一直处于recovering状态,不分发地址!!

f111134523451111111 2019-08-16 10:36:47
主DHCP服务器配置:
文件dhcpd.conf
################
ddns-update-style none;
default-lease-time 720;
max-lease-time 100;
failover peer "dhcp"{
primary;
address 10.5.255.234;
port 520;
peer address 10.5.255.235;
port 519;
max-response-delay 60;
max-unacked-updates 10;
mclt 7200;
split 128;
load balance max seconds 3;

}

inculde "/etc/dhcp/dhcpd.master";
############################
备DHCP服务器配置:
文件dhcpd.conf
################
ddns-update-style none;
default-lease-time 720;
max-lease-time 100;
failover peer "dhcp"{
secondary;
address 10.5.255.235;
port 519;
peer address 10.5.255.234;
port 520;
max-response-delay 60;
max-unacked-updates 10;
load balance max seconds 3;

}

inculde "/etc/dhcp/dhcpd.master";
################################
dhcpd.master 里面就一个10.5.255.0/24的subnet
#############################
测试服务器间端口通信无问题!
############################
但是两台服务器一直处于recovering状态,不下发地址;异常如附件图

...全文
240 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
  • 打赏
  • 举报
回复

19,614

社区成员

发帖
与我相关
我的任务
社区描述
系统使用、管理、维护问题。可以是Ubuntu, Fedora, Unix等等
社区管理员
  • 系统维护与使用区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧