From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 04:26:45 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 1BA06106564A for ; Sat, 19 Nov 2011 04:26:45 +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 C978C8FC13 for ; Sat, 19 Nov 2011 04:26:44 +0000 (UTC) Received: (qmail invoked by alias); 19 Nov 2011 04:26:43 -0000 Received: from pool-173-64-118-99.bltmmd.fios.verizon.net (EHLO jupiter) [173.64.118.99] by mail.gmx.com (mp-us002) with SMTP; 18 Nov 2011 23:26:43 -0500 X-Authenticated: #50283380 X-Provags-ID: V01U2FsdGVkX1+SWikM/k2SkmnfCuVLpT3/cwjOGDbLz5vpGUSCLf SmdwaGjYiiTk1n Date: Fri, 18 Nov 2011 23:26:30 -0500 (EST) From: Xihong Yin To: Warren Block In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Y-GMX-Trusted: 0 Cc: FreeBSD Subject: Re: 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: Sat, 19 Nov 2011 04:26:45 -0000 > New to me. Does the machine have any unusual settings, like a non-default > securelevel? No. There are no unusual security settings. On Fri, 18 Nov 2011, Warren Block wrote: > On Fri, 18 Nov 2011, Xihong Yin wrote: > >> I set the adapter up. >> >> Here is the output of 'dhclient em0' >> >> DHCPREQUEST on em0 to 255.255.255.255 port 67 >> DHCPACK from 192.168.3.1 >> bound to 192.168.3.41 -- renewal in 1800 seconds. >> >> 'ifconfig em0' output is >> >> em0: flags=8843 metric 0 mtu 1500 >> options=219b >> ether 00:26:b9:9d:30:dc >> inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 >> media: Ethernet autoselect (100baseTX ) >> status: active >> >> 'netstat -r' show there is no default route >> >> Routing tables >> >> Internet: >> Destination Gateway Flags Refs Use Netif Expire >> 0.0.0.0 link#1 U 0 0 em0 >> localhost link#14 UH 0 28 lo0 >> >> But I can set the adapter manually by >> >> $ifconfig em0 inet 192.168.3.41/24 >> >> and it works. >> >> The question is why dhclient can't get the ip address even a lease is >> obtained. > > New to me. Does the machine have any unusual settings, like a non-default > securelevel? >