From owner-freebsd-questions@FreeBSD.ORG Tue May 4 20:33:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBBD16A4CE for ; Tue, 4 May 2004 20:33:51 -0700 (PDT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE1643D1D for ; Tue, 4 May 2004 20:33:50 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004050512:21:34:742201.23420.2189659056 for ; Wed, 05 May 2004 12:21:34 +0900 (KST) Message-ID: <4098609D.2030203@users.sourceforge.net> Date: Wed, 05 May 2004 12:33:49 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040315 X-Accept-Language: en-us, en MIME-Version: 1.0 To: twig les , freebsd-questions@freebsd.org References: <20040505023501.46477.qmail@web60407.mail.yahoo.com> In-Reply-To: <20040505023501.46477.qmail@web60407.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:12.52) (by Terrace) Subject: Re: dhcpd interface specification X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 03:33:51 -0000 twig les wrote: > >>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 > > > 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. I get same, I see. You would prefer it listens only to the IP address of your rl1 interface, right? F.ex. if that interface is 10.0.0.1, then 'netstat -an' should become something like: udp4 0 0 10.0.0.1.67 *.* Is that what you mean? Maybe you should discuss this issue on the isc-dhcp-server mailing list, since there you'll find the people who know about these details, I think. Cheers, Rob.