From owner-freebsd-current@FreeBSD.ORG Tue Feb 21 02:54:10 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 5E19D106564A for ; Tue, 21 Feb 2012 02:54:10 +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 229368FC18 for ; Tue, 21 Feb 2012 02:54:09 +0000 (UTC) Received: by iaeo4 with SMTP id o4so11175679iae.13 for ; Mon, 20 Feb 2012 18:54:09 -0800 (PST) Received-SPF: pass (google.com: domain of olivares14031@gmail.com designates 10.50.161.196 as permitted sender) client-ip=10.50.161.196; Authentication-Results: mr.google.com; spf=pass (google.com: domain of olivares14031@gmail.com designates 10.50.161.196 as permitted sender) smtp.mail=olivares14031@gmail.com; dkim=pass header.i=olivares14031@gmail.com Received: from mr.google.com ([10.50.161.196]) by 10.50.161.196 with SMTP id xu4mr16174268igb.11.1329792849692 (num_hops = 1); Mon, 20 Feb 2012 18:54:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=s6xH+sQLgrH+GrFw9v6u2Tyg/4jjWdJP2hgC+evlWSw=; b=uoSXi6PiJTyLwQidbrmdgCWubhu7u6Q9WTcCSsBdrv7NXPa8fZ6v/e0WLc0CvNJ9RN MIhRRL2eZDU0Za9PVvs2fbBt6OyXrEPghBQLY5G904QwalzaZeUkpOtotq+1ENAV59oj HcPnlyePrjD6hVHFL09FV1YtMMdC+QZ/mCrDo= MIME-Version: 1.0 Received: by 10.50.161.196 with SMTP id xu4mr12989159igb.11.1329791014430; Mon, 20 Feb 2012 18:23:34 -0800 (PST) Received: by 10.50.222.227 with HTTP; Mon, 20 Feb 2012 18:23:34 -0800 (PST) Date: Mon, 20 Feb 2012 20:23:34 -0600 Message-ID: From: Antonio Olivares To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 02:54:10 -0000 Dear folks, I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in release announcement: http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.html Machine was working well with 8.2-RELEASE-p3 since I could not got to 8.2-RELEASE-p6, I decided it was best to test out 8.3-BETA1 and freebsd-update my way to 8.3-RELEASE when it is ready. Now when starting the system, I cannot get connected. The machine has three network devices two wired, one wireless msk0 re0 urtw0 of which msk0 was the only one which was connected directly. I have in /etc/rc.conf synchronous_dhclient="YES" ifconfig msk0="DHCP" it picks up ip address, but cannot ping any website and/or connect. Are there things I can try to troubleshoot this? Thanks in Advance, Antonio