From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 15:04:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C765E13 for ; Fri, 24 Oct 2014 15:04:58 +0000 (UTC) Received: from server1.shellworld.net (shellworld.net [69.60.117.94]) by mx1.freebsd.org (Postfix) with ESMTP id 5A83AF56 for ; Fri, 24 Oct 2014 15:04:58 +0000 (UTC) Received: from server1.shellworld.net (localhost [127.0.0.1]) by server1.shellworld.net (Postfix) with ESMTP id 5161C2294B for ; Fri, 24 Oct 2014 11:04:57 -0400 (EDT) To: freebsd-questions@freebsd.org Subject: Re: Network Interface Keeps Dying FreeBSD9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <78805.1414163097.1@server1.shellworld.net> Date: Fri, 24 Oct 2014 10:04:57 -0500 From: "Martin G. McCormick" Message-Id: <20141024150457.5161C2294B@server1.shellworld.net> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 15:04:58 -0000 Mark Felder writes: > on HPs around FreeBSD 9.1. The fix should be available in a newer > FreeBSD release. Can you try one and report back? Yes! Things are much better. I installed 9.3 late Thursday afternoon and the system appeared to have no network connectivity. It then refused to boot properly which turned out to be another issue which I probably caused by pulling the installation thumb drive before it had dismounted (unrelated to the problem at hand.) After correcting the file system and rebooting, the whole world came to life. The sysinstall program had selected bge1 instead of bge0 and it got a DHCP lease when I connected to bge1. I was able to do normal activity which included several ssh sessions plus a SCP of a tar file with no problem at all. I then also tried a hard-coded address on bge0 and that worked fine after plugging in to that jack. Many thanks. I think we are winning finally. Martin