From owner-freebsd-current@FreeBSD.ORG Tue Feb 21 03:52:33 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 A672A106566B for ; Tue, 21 Feb 2012 03:52:33 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 60C968FC0A for ; Tue, 21 Feb 2012 03:52:33 +0000 (UTC) Received: by iaeo4 with SMTP id o4so11251831iae.13 for ; Mon, 20 Feb 2012 19:52:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=zX6+Cj7Dtxb0hHtYU8bnniJTh2QzSzYrfEv/HJFPE9c=; b=ImXGhknzOY3xF3CkTklHrHu1stiYTt56dvt23SFJ+eYsN8+cx4KLJd8qQh5YFrOZjH UdDr+R3Vq9ionpacgrQa1oeSZbT/PdlgY5UW1SBxbRGroJshJ6qnhx653OxlhsveSee/ EPabZa1anrMaBuwKXNfzGgC2IqZ1kbxH4E85o= MIME-Version: 1.0 Received: by 10.42.154.195 with SMTP id r3mr13331790icw.36.1329796352830; Mon, 20 Feb 2012 19:52:32 -0800 (PST) Received: by 10.50.222.227 with HTTP; Mon, 20 Feb 2012 19:52:32 -0800 (PST) In-Reply-To: <20120221034752.GA1805@glenbarber.us> References: <20120221034752.GA1805@glenbarber.us> Date: Mon, 20 Feb 2012 21:52:32 -0600 Message-ID: From: Antonio Olivares To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:52:33 -0000 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=3D"YES" >> ifconfig msk0=3D"DHCP" >> > > Is this copy/pasted? > > If so, it's wrong. =A0It should be: > > =A0ifconfig_msk0=3D"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. Regards, Antonio