Date: Fri, 23 Apr 2010 09:53:00 -0700 From: Chuck Swiger <cswiger@mac.com> To: Onur Aslan <onuraslan@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd doesn't sent route information Message-ID: <A8BCC3CD-0E71-48BE-AF2A-692ED762E372@mac.com> In-Reply-To: <20100423160204.GC3543@localhost> References: <20100423160204.GC3543@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A8BCC3CD-0E71-48BE-AF2A-692ED762E372>