From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 19:25:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F318116A419 for ; Mon, 30 Jul 2007 19:25:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id C856A13C428 for ; Mon, 30 Jul 2007 19:25:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id E8AAB5D3C; Mon, 30 Jul 2007 15:25:36 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B47jcjqURm+G; Mon, 30 Jul 2007 15:25:34 -0400 (EDT) Received: from [192.168.1.3] (pool-96-224-41-41.nycmny.east.verizon.net [96.224.41.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B9A335CB5; Mon, 30 Jul 2007 15:25:33 -0400 (EDT) Message-ID: <46AE3B2A.4050306@mac.com> Date: Mon, 30 Jul 2007 15:25:30 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: "Jasvinder S. Bahra" References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> <001101c7d23e$ea6e2200$bf4a6600$@com> <001901c7d2da$1cc36760$0600010a@atlantis> In-Reply-To: <001901c7d2da$1cc36760$0600010a@atlantis> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Binding dhclient to a particular network interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 19:25:38 -0000 Jasvinder S. Bahra wrote: > Terry, > > I tried adding the interface line to the dhclient configuration file (and > then rebooting), but it had no effect. Entering the "sockstat -l4" command > showed that local address was still "*:68". "man dhclient" suggests that the interface needs to be specified on the command line. Try adding: dhclient_flags="ed1" ...to /etc/rc.conf, and double-check that you already have that interface configured to use DHCP while you're there. :-) Regards, -- -Chuck