From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 11:52:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 00AF5C7F for ; Sun, 6 Jan 2013 11:52:27 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 90C68C30 for ; Sun, 6 Jan 2013 11:52:27 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TromN-0006PM-3O for freebsd-questions@freebsd.org; Sun, 06 Jan 2013 12:52:39 +0100 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Jan 2013 12:52:39 +0100 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Jan 2013 12:52:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Subject: Re: FB 9.1 boot loader problem in VirtualBox Date: Sun, 6 Jan 2013 11:52:09 +0000 (UTC) Lines: 30 Message-ID: References: <50E963CD.3030709@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121121 Firefox/10.0.11) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 11:52:28 -0000 Matthew Seaman FreeBSD.org> writes: > > On 06/01/2013 11:19, jb wrote: > > Next problem: > > the installation's dmesg shows net driver em0, which is Intel PRO/1000 - and > > this is how install offers to configure the network; > > but my host has Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI > > Express, which is bge0 driver in FB. > > How to force it to discover the right net device during install, and/or after > > install ? > > This is normal for VirtualBox -- it doesn't matter what NIC the host > has, VB always presents it as an em(4) interface to the guest. > > Cheers, > > Matthew > OK. But I also could not ping: $ ping -c 1 google.com I have VM-Settings-Network Attached to NAT What is the correct setting here ? jb