From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 13:11:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2230216A4CE for ; Mon, 1 Nov 2004 13:11:11 +0000 (GMT) Received: from mailhub03.unibe.ch (mailhub03-eth0.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7938F43D2F for ; Mon, 1 Nov 2004 13:11:10 +0000 (GMT) (envelope-from roth@speedy.unibe.ch) Received: from localhost (scanhub03.unibe.ch [130.92.254.67]) by mailhub03.unibe.ch (Postfix) with ESMTP id DD5E311CAE; Mon, 1 Nov 2004 14:11:11 +0100 (CET) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub03.unibe.ch [130.92.254.67]) (amavisd-new, port 10024) with LMTP id 31412-06-15; Mon, 1 Nov 2004 14:11:04 +0100 (CET) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 16E7811C5B; Mon, 1 Nov 2004 14:11:10 +0100 (CET) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.7p1+Sun/8.11.7) with ESMTP id iA1DB6129531; Mon, 1 Nov 2004 14:11:06 +0100 (MET) Received: (from roth@localhost) by speedy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id iA1DB1At026185; Mon, 1 Nov 2004 14:11:01 +0100 (MET) Date: Mon, 1 Nov 2004 14:11:01 +0100 From: Tobias Roth To: Brooks Davis Message-ID: <20041101131101.GA26169@speedy.unibe.ch> References: <4186168C.1000900@yahoo.com> <20041101110418.GA20594@odin.ac.hmc.edu> <418622A2.30607@yahoo.com> <20041101115731.GA23712@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041101115731.GA23712@odin.ac.hmc.edu> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne cc: Rob cc: freebsd-current@freebsd.org Subject: Re: 5.3 + dhclient: bpf needed in kernel config? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 13:11:11 -0000 On Mon, Nov 01, 2004 at 03:57:31AM -0800, Brooks Davis wrote: > > > > Is something else, unusual, needed in 5.3, that is critical > > to dhclient? > > dhclient works with GENERIC and I believe all you need is bpf. > > There is no default address for dhclient so that's not your problem. > Even if there were a default it would almost certaintly be in the > Microsoft autoconfig address space which is not part of the 192.168/16 > network. It is possiable you are using an unexpired prior lease in > /var/db/dhclient.leases. I'd tend to suspect your dhcp server or a NIC > driver bug. my cablemodem assigns me adresses within 192.168/16 when it cannot get a connection. cheers, t.