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

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


相关文章
|
6月前
|
网络协议 网络安全 数据库
DHCP的interface(接口),global(全局)配置以及DHCP relay(中继),DHCP snooping,DHCP option
DHCP的interface(接口),global(全局)配置以及DHCP relay(中继),DHCP snooping,DHCP option
115 0
成功解决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
|
网络协议 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
1002 0
Network is unreachable错误+From localhost (192.168.81.129) icmp_seq=1 Destination Host Unreachable错误
本文均为本人实操整理,请勿搬运,学习交流可以随时评论---魏红斌
566 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.
1462 0
ping出现Destination Host Unreachable
版权声明:转载请注明出处:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396700 ...
2356 0