From owner-freebsd-questions@FreeBSD.ORG Mon May 17 15:13:44 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 93D041065675 for ; Mon, 17 May 2010 15:13:44 +0000 (UTC) (envelope-from amsibamsi@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 25F6C8FC1A for ; Mon, 17 May 2010 15:13:43 +0000 (UTC) Received: by fxm19 with SMTP id 19so1064721fxm.13 for ; Mon, 17 May 2010 08:13:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=zu3d4B5gWLJG55POjBSZ51gNQDw7SR39n5utLH8rZmk=; b=ZLmGmvFIsMBEOIE/Y6wxzGJRKBglYsPpKTJE/DNnj/RrmJrQq0yQHzzFxQAF5nI67I xu6ovAUIDrpU1HKPLmTxQ0HWyLAxMFXT/nbuX4DDiI3CsRsnrgdVpSwj6F1/SOlkvE5I gjnOmlCPDPLPKFnAVBtB9Wg/cb889hcMs6ub4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JE/HJW1bZ7VLKBU0Ww5VwjFJWST6ua6Th+21etK1w3j6ebNetIV2vDWMSonyLQFDbY TviduUcN9YIk3ltodjbVmRQfNkkWGUHpz4IL1ftdQD0bBwUnqm+tip3OKbaHzcdkxtKl rmDh7+aMaO+zVx2CtjgdRZ+4t0ZSHVFOXi5VQ= MIME-Version: 1.0 Received: by 10.204.81.80 with SMTP id w16mr90547bkk.84.1274109222966; Mon, 17 May 2010 08:13:42 -0700 (PDT) Received: by 10.204.25.139 with HTTP; Mon, 17 May 2010 08:13:42 -0700 (PDT) In-Reply-To: <4BE9BB35.203@gmail.com> References: <4BE69E93.3090401@gmail.com> <4BE9BB35.203@gmail.com> Date: Mon, 17 May 2010 17:13:42 +0200 Message-ID: From: Anselm Strauss To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: VirtualBox: no network 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: Mon, 17 May 2010 15:13:44 -0000 I switched to NAT networking for now. It doesn't require any modules to load besides the vboxdrv.ko and runs stable so far. Only strange that ICMP is not working ... On Tue, May 11, 2010 at 10:16 PM, Anselm Strauss wrote: > Okay, so it works with the stock kernel when I don't load the module and > don't start the vboxnet service on boot, but just manually load the > vboxnetflt module when the system is up. Then I start virtualbox and the > network works fine. Unfortunately there is no indication what kernel > modules are needed. I think it needs at least netgraph and ng_ether. But > obviously that's not enough since network still doesn't work with my > custom kernel. > > Oh, and then it regularly freezes my whole system after running for > about 20 minutes and I have to do a hardware reset ... ;-) > > > On 05/09/10 13:37, Anselm Strauss wrote: > > Hi, > > > > I'm running VirtualBox 3.1.6 on FreeBSD 8.0 amd64. I loaded the vboxdrv > > module on boot and started the vboxnet service. Then I set up an Ubuntu > > 10.04 amd64 guest and configured one bridged network interface. But I > > can't get an IP address from my DHCP server. When I check with tcpdump > > on all hosts, the traffic goes out from the Ubuntu guest over the > > FreeBSD host and arrives at my DHCP server. The replies come in on the > > host system but are then somehow not forwarded to the guest. I never see > > incoming traffic on the guest system. > > > > I tested this with the stock FreeBSD kernel and with both types bridged > > and NAT networking. There is no firewall on the host system. > > > > Any ideas? > > > > Thanks, > > Anselm > >