View Single Post
Old 17th October 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Here's some additional assistance, wlm2.

If you would like to see the diagnostic output from dhcpd, start with the dhcpd(8) man page. There, you will find the -d option:
Code:
     -d      Force dhcpd to log to stderr.  This can be useful for debugging,
             and also at sites where a complete log of all dhcp activity must
             be kept, but syslogd(8) is not reliable or otherwise cannot be
             used.  Normally, dhcpd will log all output using the syslog(3)
             function with the log facility set to LOG_DAEMON.
The -d option is for starting dhcpd from the console, for diagnostics. If it is started normally, from the rc system, you will have to review /var/log/daemon to see the output.
Reply With Quote