Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 May 2004 16:14:14 +0900
From:      Rob <stopspam@users.sourceforge.net>
To:        freebsd-questions@freebsd.org, twig les <twigles@yahoo.com>
Subject:   Re: dhcpd interface specification
Message-ID:  <409742C6.5020704@users.sourceforge.net>
In-Reply-To: <20040504052311.13007.qmail@web60410.mail.yahoo.com>
References:  <20040504052311.13007.qmail@web60410.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
twig les wrote:
> Hey all, I'm missing something small here.  I set up isc's dhcp
> server to listen on one interface and it listens on both.
> 

I do exactly this by adding to /etc/rc.conf:

   dhcpd_enable="YES"
   dhcpd_flags="rl1"


and that works fine. When I do "ps auwx | grep dhcpd", I get:


   root 213 [...] /usr/local/sbin/dhcpd rl1 -cf /usr/local/etc/dhcpd.conf


Rob.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409742C6.5020704>