dhcpd doesn't sent route information

Chuck Swiger cswiger at mac.com
Fri Apr 23 16:53:21 UTC 2010


Hi--

On Apr 23, 2010, at 9:02 AM, Onur Aslan wrote:
> After I added dhcpd_flags="-HUP" to my rc.conf It's giving an error message when I starting dhcpd:

Remove that; I believe what Kevin meant was to do this:

  kill -HUP `cat /var/run/dhcpd.pid`

...to restart dhcpd.  Running "dhcpd -t" will let you test the config file syntax, but what you've shown most recently should work now.

Regards,
-- 
-Chuck



More information about the freebsd-questions mailing list