From owner-freebsd-current@FreeBSD.ORG Tue Feb 21 03:47:59 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 292051065670 for ; Tue, 21 Feb 2012 03:47:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id C9AAA8FC13 for ; Tue, 21 Feb 2012 03:47:58 +0000 (UTC) Received: (qmail 54676 invoked by uid 0); 20 Feb 2012 22:47:58 -0500 Received: from unknown (HELO glenbarber.us) (76.124.49.145) by 0 with SMTP; 20 Feb 2012 22:47:58 -0500 Date: Mon, 20 Feb 2012 22:47:52 -0500 From: Glen Barber To: Antonio Olivares Message-ID: <20120221034752.GA1805@glenbarber.us> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org Subject: Re: 8.3-BETA1 no connection how to troubleshoot 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, 21 Feb 2012 03:47:59 -0000 On Mon, Feb 20, 2012 at 08:23:34PM -0600, Antonio Olivares wrote: > synchronous_dhclient="YES" > ifconfig msk0="DHCP" > Is this copy/pasted? If so, it's wrong. It should be: ifconfig_msk0="DHCP" (Note the lack of a space between 'ifconfig' and 'msk0'.) Glen