怎样停止DHCP服务 ?
在Redhat 9.0中,启动/停止DHCP服务的命令如下 /etc/rc.d/init.d/dhcpd start 停止 /etc/rc.d/init.d/dhcpd stop (多网卡情况,如果你想在eth1设备上启动dhcpd,则 #/usr/sbin/dhcpd eth1)。
希望我的回答可以帮到你。
在Redhat 9.0中,启动/停止DHCP服务的命令如下 /etc/rc.d/init.d/dhcpd start 停止 /etc/rc.d/init.d/dhcpd stop (多网卡情况,如果你想在eth1设备上启动dhcpd,则 #/usr/sbin/dhcpd eth1)。
希望我的回答可以帮到你。
评论