From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 20:41:00 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 7F81D10656A5 for ; Thu, 9 Dec 2010 20:41:00 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f51.google.com (mail-ew0-f51.google.com [209.85.215.51]) by mx1.freebsd.org (Postfix) with ESMTP id 162738FC0A for ; Thu, 9 Dec 2010 20:40:59 +0000 (UTC) Received: by ewy19 with SMTP id 19so2204155ewy.10 for ; Thu, 09 Dec 2010 12:40:58 -0800 (PST) Received: by 10.213.33.136 with SMTP id h8mr502070ebd.51.1291927258618; Thu, 09 Dec 2010 12:40:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.31.209 with HTTP; Thu, 9 Dec 2010 12:40:38 -0800 (PST) In-Reply-To: References: <4CF87854.1030103@mgwigglesworth.net> <1291368354.2905.19.camel@SHR-42-002> <9B3337B8-3F20-4369-A637-207DEE43A143@vt.edu> From: Chris Brennan Date: Thu, 9 Dec 2010 15:40:38 -0500 Message-ID: To: Weihang Wang Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Adam Vande More , Timm Wimmers , 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: Thu, 09 Dec 2010 20:41:00 -0000 On Thu, Dec 9, 2010 at 1:48 PM, Weihang Wang wrote: > Hi, > > I do not configure a DHCP server. When my FreeBSD 6.0 is booting, there are > several DHCPDISCOVERY messages, finally it shows no DHCPOFFER received. Do I > need to configure a DHCP server myself? If I need a DHCP server? Where it > should be? Now I only have one test machine, Ubuntu as the host OS, two VMs > (both are FreeBSD 6.0) on this machine. I want this two VMs communicate with > each other. > > Just go back to the DHCP stuff, when I use NAT mode, the guest OS FreeBSD > 6.0 could get DHCPOFFER successfully. Who is the DHCP server then? > > When running dhclien em0, the results are similar to the DHCPDISCOVER > results during booting. No DHCPOFFERS received. > It would appear that Ubuntu has not correctly installed the bridging adapter. Did you check out the links I provided on setting up a bridging device on Ubuntu w/ vBox? They worked for me, I set up an Ubuntu VM and in the VM setup a test VM of vBox to boot fbsd (8.1 in my case). NOTE: I do not recoomend setting up a VM within a VM, I did it strictly as a test to boot and get network access. Which it did.