From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 01:56:46 2011 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 769891065673 for ; Fri, 18 Nov 2011 01:56:46 +0000 (UTC) (envelope-from xyin@gmx.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 1CCD48FC19 for ; Fri, 18 Nov 2011 01:56:46 +0000 (UTC) Received: (qmail invoked by alias); 18 Nov 2011 01:56:44 -0000 Received: from pool-173-64-118-99.bltmmd.fios.verizon.net (EHLO jupiter) [173.64.118.99] by mail.gmx.com (mp-us006) with SMTP; 17 Nov 2011 20:56:44 -0500 X-Authenticated: #50283380 X-Provags-ID: V01U2FsdGVkX19Vjudm6y9VCpjv/NxF8+j7UEmtkUIrnJXiXaQWMy mysLjQuWxbg6vC Date: Thu, 17 Nov 2011 20:56:31 -0500 (EST) From: Xihong Yin To: FreeBSD Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Y-GMX-Trusted: 0 Subject: network problem on 8.2 stable 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: Fri, 18 Nov 2011 01:56:46 -0000 Hi, I upgraded from 8.0 stable to 8.2 stable today. Now I can't connect to the network through the network adapter. I've set DCHP and SYNCDHCP in /etc/rc.conf and it worked in 8.0. It seems the dhclient problem. The ip address can't be obtained. When I run 'dhclient em0' manually, it shows that an ip address is leased. But actually it is not. The 'ifconfig em0' always shows an address of 0.0.0.0 with active status. $dhclient em0 DHCPREQUEST on em0 to 255.255.255.255 port 67 DHCPACK from 192.168.3.1 bound to 192.168.3.39 -- renewal in 43200 seconds But $ifconfig em0 em0: flags=8802 metric 0 mtu 1500 options=389b ether 6c:62:6d:03:16:31 inet 0.0.0.0 netmask 0xffffff00 broadcast 255.255.255.255 nd6 options=29 media: Ethernet autoselect (10baseT/UTP ) status: active Any help would be appreciated. Xihong