From owner-freebsd-current@FreeBSD.ORG Tue May 22 18:28:16 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E73D616A41F for ; Tue, 22 May 2007 18:28:16 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmmtai103.cox.net (eastrmmtai103.cox.net [68.230.240.10]) by mx1.freebsd.org (Postfix) with ESMTP id 750D313C4BB for ; Tue, 22 May 2007 18:28:16 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao105.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070522172739.FDBU11792.eastrmmtao105.cox.net@eastrmimpo01.cox.net> for ; Tue, 22 May 2007 13:27:39 -0400 Received: from serene.no-ip.org ([72.200.36.10]) by eastrmimpo01.cox.net with bizsmtp id 2HTe1X00C0D7syo0000000; Tue, 22 May 2007 13:27:39 -0400 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.1/8.14.1) with ESMTP id l4MH3bHG057767 for ; Tue, 22 May 2007 12:03:37 -0500 (CDT) (envelope-from conrads@cox.net) Message-Id: <200705221703.l4MH3bHG057767@serene.no-ip.org> Date: Tue, 22 May 2007 12:03:32 -0500 From: "Conrad J. Sabatier" To: freebsd-current@freebsd.org X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: dhclient fxp0 broken in -current for several days now X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 May 2007 18:28:17 -0000 I *think* this started around last Friday or Saturday (May 19 or 20). Suddenly, dhclient is no longer obtaining an IP address from my ISP (Cox), nor is it falling back to the prior saved lease. # dhclient fxp0 DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 20 No DHCPOFFERS received. No working leases in persistent database - sleeping. This last line above is particularly baffling, as I still have a perfectly good /var/db/dhclient.leases.fxp0 file. My /etc/dhclient.conf contains only one line: prepend domain-name-servers 127.0.0.1; I've resorted to manual configuration of fxp0 for now, based on the information contained in the last DHCP lease, but I'd sure like to get the DHCP negotiation working again. -- Conrad J. Sabatier