From owner-freebsd-emulation@FreeBSD.ORG Fri May 27 15:16:57 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3A7E106566C for ; Fri, 27 May 2011 15:16:56 +0000 (UTC) (envelope-from boogie@lazybytes.org) Received: from mail.lazybytes.org (mail.lazybytes.org [195.54.209.3]) by mx1.freebsd.org (Postfix) with ESMTP id ACD7C8FC18 for ; Fri, 27 May 2011 15:16:56 +0000 (UTC) Received: from [95.108.170.237] (dhcp170-237-red.yandex.net [95.108.170.237]) by mail.lazybytes.org (Postfix) with ESMTPSA id 7205D2961 for ; Fri, 27 May 2011 19:00:33 +0400 (MSD) Message-ID: <4DDFBC8B.10208@lazybytes.org> Date: Fri, 27 May 2011 19:00:27 +0400 From: Sergey Vinogradov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110503 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [vbox 4.0.8] Cannot setup bridged networking X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 15:16:57 -0000 Hi list, I'm trying to set up a vbox 4.0.8 headless instance on my server, and I have a problem with the bridged networking. System configuration, briefly: the bridged interface on the host system for guest's NIC 1 is nfe0.3851, and has alias 192.168.13.1/24. The guest system is Ubuntu server 11.04 amd64, NIC1 is eth0, and has IP 192.168.13.7/24. When I'm trying to ping 192.168.13.1 from guest OS, I get nothing but "Destination host unreachable" errors. Looking through tcpdumps on both guest and host systems brings up the following: host replies to arp who-has packets, emitted by guest, but guest doesn't receive any replies. Am I missing something obvious? P.S. Some additional info: odin% uname -a FreeBSD odin.lazybytes.org 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Wed Apr 27 13:59:52 MSD 2011 boogie@odin.lazybytes.org:/usr/obj/usr/src/8.2/sys/KERNLITE-AMD64-SMP-IPV6 amd64 odin% sudo -u vboxusers VBoxManage showvminfo caprice | grep 'NIC 1' NIC 1: MAC: 08002710E893, Attachment: Bridged Interface 'nfe0.3851', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0 odin% kldstat Id Refs Address Size Name 1 43 0xffffffff80100000 7345a8 kernel 2 1 0xffffffff80835000 1ad208 zfs.ko 3 2 0xffffffff809e3000 3a08 opensolaris.ko 4 1 0xffffffff809e7000 21008 geom_mirror.ko 5 1 0xffffffff80a09000 1cd98 ipfw.ko 6 2 0xffffffff80a26000 14160 libalias.ko 7 1 0xffffffff80a3b000 4d068 pf.ko 8 1 0xffffffff80a89000 15cf0 if_msk.ko 9 1 0xffffffff80a9f000 fe80 if_nfe.ko 10 1 0xffffffff80aaf000 2778 amdtemp.ko 14 2 0xffffffff80c4b000 8d2c netgraph.ko 15 1 0xffffffff80c54000 151a ng_ether.ko 20 3 0xffffffff80c56000 29e86 vboxdrv.ko 21 2 0xffffffff80c22000 290e vboxnetflt.ko 22 1 0xffffffff80c25000 e5c vboxnetadp.ko -- wbr, Boo