From owner-freebsd-current@FreeBSD.ORG Tue Feb 21 04:03:38 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 147DE1065670 for ; Tue, 21 Feb 2012 04:03:38 +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 B29148FC12 for ; Tue, 21 Feb 2012 04:03:37 +0000 (UTC) Received: (qmail 59901 invoked by uid 0); 20 Feb 2012 23:03:37 -0500 Received: from unknown (HELO glenbarber.us) (76.124.49.145) by 0 with SMTP; 20 Feb 2012 23:03:37 -0500 Date: Mon, 20 Feb 2012 23:03:35 -0500 From: Glen Barber To: Antonio Olivares Message-ID: <20120221040335.GB1805@glenbarber.us> References: <20120221034752.GA1805@glenbarber.us> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 04:03:38 -0000 On Mon, Feb 20, 2012 at 09:52:32PM -0600, Antonio Olivares wrote: > On Mon, Feb 20, 2012 at 9:47 PM, Glen Barber wrote: > > 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 > > > > It was a typo :) I was submitting from other machine. Commenting > the firewall options in /etc/rc.conf fixes the situation. I need to > troubleshoot the firewall now :) Thanks to all who have responded and > came up with ideas to try out. I did try the netstat command > suggested also. Saw ipv6 and ipv4 connections. These gave me trouble > in school network, but here all is well. > Good to hear. :) (In fact, I just saw your follow up noting everything is okay, so sorry about the unnecessary reply.) Glen