1. 查看是否设置开机启动
chkconfig --list | grep dhcpd
2. 查看端口是否打开
netstat -anulp | grep :67
3.查看服务状态
/etc/init.d/dhcpd status
【查看是否运行dhcp服务: ps aux | grep dhcp |grep -v grep 】
4:关闭 dhcpd
/etc/init.d/dhcpd stop
5:开启 hdcpd
/etc/init.d/dhcpd start
netstat -an|more查看端口有没有起来。