From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 09:41:45 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2DE21065679 for ; Fri, 3 Dec 2010 09:41:45 +0000 (UTC) (envelope-from timm@ticore.de) Received: from businessbox4.server-home.net (businessbox4.server-home.net [195.137.212.34]) by mx1.freebsd.org (Postfix) with ESMTP id ECE7F8FC13 for ; Fri, 3 Dec 2010 09:41:44 +0000 (UTC) Received: from [192.168.100.141] (mail.shr.cc [87.193.183.98]) by businessbox4.server-home.net (Postfix) with ESMTPA id C444EA819A; Fri, 3 Dec 2010 10:25:51 +0100 (CET) From: Timm Wimmers To: Weihang Wang In-Reply-To: References: <4CF87854.1030103@mgwigglesworth.net> Content-Type: text/plain; charset="UTF-8" Date: Fri, 03 Dec 2010 10:25:54 +0100 Message-ID: <1291368354.2905.19.camel@SHR-42-002> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD on Virtualbox: No network access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2010 09:41:45 -0000 Am Freitag, den 03.12.2010, 00:33 -0500 schrieb Weihang Wang: > Hi Martes, > > I have tried the first two interfaces which are said to be supported by FreeBSD, they do not work. Surprisingly, now I choose the option "Intel PRO/1000 T Server" and in NAT mode, it works now!!!! > Thank you so much, you do me a great favor!! Hope this also works for Chris! In most cases it is better to use bridge mode. In NAT mode your VM get a private subnet and other devices in your network can't find your VM, because the VM is behind (or encapsulated in) your HOST (as like as your HOST is behind your router to the internet). This can work if you define routes, but bridging is mostly easier. In Bridge mode your VM acts like any other machine in your network and will get an IP-Adress from your DHCP server (if you use DHCP). -- Timm [1] HSOT = your Ubuntu Workstation