红联Linux门户
Linux帮助

关于linux的dhcp服务器的配置问题

发布时间:2012-08-16 10:19:13来源:红联作者:kinghannah
现在我在参考网上的一篇资料,http://www.efficient-it.com.cn/space/77/viewspace/itemid/2782.html,就是通过网卡驱动pxe+DHCP服务器分配ip 地址+tftp传送协议 安装linux系统。
我的虚拟机virtualbox上安装的是centos 6.2版本,按照资料我去配置了相应的DHCP服务器和tftp服务器。但是我的dhcp服务器配置 /etc/dhcp.confg 按照网上的资料区修改,然后 service dhcpd restart后,发现
[root@NGFW ~]# service dhcpd restart
Shutting down dhcpd: [ OK ]
Starting dhcpd: Internet Systems Consortium DHCP Server 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Wrote 0 class decls to leases file.
Wrote 1 leases to leases file.
Listening on LPF/eth3/08:00:27:97:dc:27/192.168.56.0/24
Sending on LPF/eth3/08:00:27:97:dc:27/192.168.56.0/24
Sending on Socket/fallback/fallback-net
[ OK ]

启动应该是成功了,但是我在测试的时候还是出现了问题:


上面的信息是否是说明我的dhcp服务器配置正确呢?虽然显示的是[ok],但是还是心有余悸。
客户端是否一定要安装dhcp服务器,
还有用什么命令去测试,基本的测试方法有哪些?求大家指点。
文章评论

共有 0 条评论