dhcpd fails to start
- by TECHPREACHER
I recently installed Ubuntu 11.10 I then used apt-get to grab isc-dhcp3. I removed Network-Manager and manually configured my network interface eth0. In addition, I hand edited a dhcpd.conf file and designated eth0 as the listen port in /etc/default/isc-dhcp-server. However, each time I attempt to start dhcpd it fails. When I view the syslog file, the last line is as follows: "Not configured to listen on any interfaces!"
My eth0 interface works fine. I can ping addresses inside and outside the network and perform DNS queries.
Any help would be greatly appreciated.
AJ