Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2004 16:41:21 +0900
From:      Rob <stopspam@users.sourceforge.net>
To:        twig les <twigles@yahoo.com>, freebsd-questions@freebsd.org
Subject:   Re: dhcpd interface specification (Answer)
Message-ID:  <40989AA1.3060908@users.sourceforge.net>
In-Reply-To: <20040505023501.46477.qmail@web60407.mail.yahoo.com>
References:  <20040505023501.46477.qmail@web60407.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
twig les wrote:
> 
> 
> Yes I get that output from ps also, but the question is what do
> you get from netstat -an?  I tried your syntax, got the same
> output as you in ps, but netstat still shows the daemon
> listening on *.67.  Not kosher.

Found the answer on the isc-dhcp-server mailing list.

Say you want the server to run on rl1 with IP 10.0.0.1,
then add to your dhcpd.conf file:

    local-address 10.0.0.1;

and start the dhcpd server as you did before.

The port 67 will then bind only to 10.0.0.1.

See also the man pages of dhcpd.

You raised a good point; I've modified my dhcpd.conf file accordingly!

Cheers,
Rob.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40989AA1.3060908>