DHCP "No subnet declaration for xxx (no IPv4 addresses)" 报错

简介: DHCP "No subnet declaration for xxx (no IPv4 addresses)" 报错

一、系统及软件版本

系统 DHCP
Centos7.4 4.2.5

二、报错信息

mesages日志文件:

status:

三、解决方法

cat /etc/sysconfig/dhcpd
vim /usr/lib/systemd/system/dhcpd.service
ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid br0 #添加DHCP分配的网络接口,我的为br0
systemctl daemon-reload
systemctl restart dhcpd
systemctl status dhcpd

原因:没有确认,其他服务器都是统一安装的,但是只有这台会报错


相关文章
|
8月前
DHCP的option43
DHCP的option43
407 4
|
8月前
|
网络架构 开发者
成功解决hostname ‘xxx‘ doesn‘t uniquely match the interface ‘ens33‘ selected for the management bridge
成功解决hostname ‘xxx‘ doesn‘t uniquely match the interface ‘ens33‘ selected for the management bridge
|
索引
LeetCode 93. Restore IP Addresses
给定一个用数字表示的字符串,把它们恢复成可能的IP地址.
73 0
LeetCode 93. Restore IP Addresses
|
网络协议 Linux
散记-Network is unreachable错误+From localhost (192.168.81.129) icmp_seq=1 Destination Host Unreachable
散记-Network is unreachable错误+From localhost (192.168.81.129) icmp_seq=1 Destination Host Unreachable
1015 0
|
网络协议 C# 数据库
Convert IPv6 Address to IP numbers (C#)
URL: http://lite.ip2location.com/ Use the code below to convert the IP address of your web visitors and lookup for their geographical location, e.
1466 0
|
JavaScript 前端开发
|
网络协议
|
网络协议

热门文章

最新文章

下一篇
开通oss服务