From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 7 12:38:00 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3ADDA106564A for ; Sun, 7 Oct 2012 12:38:00 +0000 (UTC) (envelope-from marek_sal@wp.pl) Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.7]) by mx1.freebsd.org (Postfix) with ESMTP id B1EA78FC0C for ; Sun, 7 Oct 2012 12:37:59 +0000 (UTC) Received: (wp-smtpd smtp.wp.pl 17780 invoked from network); 7 Oct 2012 14:37:57 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1349613477; bh=d8NuFOgF8ZLA6KyGGvdNJog1sZOuvNB7dobZL8qnzng=; h=From:To:Subject; b=cVtalvWWtwZsmnQ9vD3S9w9sDujrialQzlJOaDFqPodQAgoh91nqxi01f1q0nKFHr uTL85t4KVchvcQzgjmNINTOjnUgOGQQYN5ycjck6ITkaBh4xm2bIjktynBWrt0ZMTJ RLfpQcDKN1MHdi9VPJRH+TOjmAFzgvQtgZhmAMyo= Received: from nat.misal.pl (HELO [127.0.0.1]) (marek_sal@[83.19.131.171]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with AES256-SHA encrypted SMTP for ; 7 Oct 2012 14:37:57 +0200 Message-ID: <507177A3.50603@wp.pl> Date: Sun, 07 Oct 2012 14:37:55 +0200 From: Marek Salwerowicz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Community mailing list of VirtualBox users , freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 121007-0, 2012-10-07), Outbound message X-Antivirus-Status: Clean X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [MWOU] Cc: Subject: Networking Bridged mode 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: Sun, 07 Oct 2012 12:38:00 -0000 Hi all, I am using VirtualBox 4.2 at FreeBSD 9.1 host. I've set up virtual machine with one bridged NIC with PXE Boot. I'd like to boot the diskless FreeBSD system in the VM, using TFTP (works in my physical environment) First step is to boot the PXE environment - and it works - The VM gets correct IP address from DHCP server. The next step is to download the kernel and configuration file (loader.conf) via TFTP. All the packets sent from TFTP server are sent to VM MAC address and my physical NIC doesn't get it ;( (on tcpdump at host machine I notice only RRQ TO server, but no answers FROM server.. on server-side of course answers are sent) I thought that bridge works in Layer 2 ISO/OSI, so theoretically it should be working.. Today I've started thinking about using vde_switch, but I can't find any info about how to set an up-link to physical NIC in host machine Do you have any ideas/ solutions? Regards, -- Marek Salwerowicz