amigos sigo con el problema del servidor dhcp root@pvs-bxp:~# service isc-dhcp-server stop stop: Unknown instance: root@pvs-bxp:~# /etc/init.d/isc-dhcp-server stop Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service isc-dhcp-server stop
Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the stop(8) utility, e.g. stop isc-dhcp-server root@pvs-bxp:~# service isc-dhcp-server stop cuando ejecuto service isc-dhcp-server start me responde isc-dhcp-server start/running, process 11444 pero no hay proceso alguno ejecutandose con ese pid y no me asigna ip, entonces lo lebanto manualmente ejecutando: dhcpd -cf /etc/dhcp/dhcpd.conf -lf /var/lib/dhcp/dhcpd.leases -pf /var/run/dhcp-server/dhcpd.pid -4 eth0

