From owner-freebsd-questions@FreeBSD.ORG Sun Jan 23 20:45:46 2005 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 4C9DE16A4CE for ; Sun, 23 Jan 2005 20:45:46 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F7443D1D for ; Sun, 23 Jan 2005 20:45:46 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1CsocC-0002U6-JO; Sun, 23 Jan 2005 21:45:44 +0100 Date: Sun, 23 Jan 2005 21:45:43 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <1220865763.20050123214543@hexren.net> To: David Gerard In-Reply-To: <20050123200900.GE21544@thingy.apana.org.au> References: <20050123183343.GD21544@thingy.apana.org.au> <11418268078.20050123210226@hexren.net> <20050123200900.GE21544@thingy.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re[2]: dhclient problems in 5.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 20:45:46 -0000 DG> Hexren (me@hexren.net) [050124 07:02]: >> DG> On reboot, I ran dhclient and it completely failed to get an IP address. >> DG> But I know the cable is good and the DHCP server is working, because I >> DG> booted the box in question into Windows and it grabbed an IP just fine. So >> DG> where do I start on diagnosing what's up with this installation? >> Start by sniffing the network traffic on the DHCP Server machine while >> you request an address. See where it differs from the usual. Maybe the >> problem becomes obvious then. :) DG> As I noted, it served fine to the Windows installation on the same box on DG> the same wire from the same server. Also, just before installing 5.3, it DG> was serving just fine to FreeBSD 4.10 on the same box on the same wire from DG> the same server. The only factor that's different is the software and OS DG> running. I'm wondering what if anything's changed in dhclient between DG> 4.10 and 5.3 ... is there some daft but obvious gotcha I've missed? Or are DG> you saying the 5.3 dhclient is much, much fussier in some way? DG> - d. --------------------------------------------- I do not know, as I myself only looked once at the code and that was only very briefly. But I have seen myown set of fuzzy DHCP behavior involving different OSes and various network equipment. That is why I suggested to you that you should sniff the traffic to get an idea of where things go astray. At that point you should be able to decide which side stops talking to the other. Armed with that knowledge you should be able to a) look for the error yourself b) pinpoint its general direction more accurate and thus maybe try and find a workaround. For example another DHCP server, c) see who supports the software and send him a bug report or d) provide this list with more information :) Hexren