redhat DHCP server 不能运行
我的REDHAT AS3U4 上的DHCP SERVER 不能运行,当我重起DHCP 服务时。请各位大侠帮忙。
错误信息如下:
--Listening on LPF/eth0/00:11:43:d8:ae:63/10.38.145.0/24
Sending on LPF/eth0/00:11:43:d8:ae:63/10.38.145.0/24
Can't bind to dhcp address: Address already in use
Please make sure there is no other dhcp server
running and that there's no entry for dhcp or
bootp in /etc/inetd.conf. Also make sure you
are not running HP JetAdmin software, which
includes a bootp server.
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.--。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
看看,可能是被网络设备占用,比如,交换机,等。。
1. 我检查过了,此IP 没有被占用呀.!
netstat -ntulp
贴出主机 port 的 listening 状态,可以再进一部查阅问题点。
==
有可能DHCP服务器的IP地址被其他的电脑占用了,检查一下
Can't bind to dhcp address: Address already in use
自己ps -ef检查一下进程是不是还在
我用root 用户,执行下面命令:
"service dhcpd restart"
我用root 用户,执行下面命令:
"service dhcpd restart"
你如何 "重新启动" dhcp 服务的 ?
==