[root@localhost ~]# service dhcpd start
Starting dhcpd: [FAILED]
[root@localhost ~]# tail -f /var/log/messages
Apr 19 06:52:23 localhost dhcpd:
Apr 19 06:52:23 localhost dhcpd: This version of ISC DHCP is based on the release available
Apr 19 06:52:23 localhost dhcpd: on ftp.isc.org. Features have been added and other changes
Apr 19 06:52:23 localhost dhcpd: have been made to the base software release in order to make
Apr 19 06:52:23 localhost dhcpd: it work better with this distribution.
Apr 19 06:52:23 localhost dhcpd:
Apr 19 06:52:23 localhost dhcpd: Please report for this software via the CentOS Bugs Database:
Apr 19 06:52:23 localhost dhcpd: http://bugs.centos.org/
Apr 19 06:52:23 localhost dhcpd:
Apr 19 06:52:23 localhost dhcpd: exiting.
/etc/dhcpd.conf的具体配置如下
ddns-update-style none;
subnet 192.168.137.0 netmask 255.255.255.0{
option routers 192.168.137.4;
option subnet-mask 255.255.255.0;
option domain-name mycentos;
option domain-name-servers 200.3.4.10, 200.3.4.20;
range 192.168.137.81 192.168.137.200;
default-lease-time 86400;
max-lease-time 172000;
}
望高手解答,小弟在此谢过
看看这个试试 http://book.51cto.com/art/201411/458194.htm 打印下dhcp的日志试试看 系统的系统记录中看不出问题
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。