From owner-freebsd-emulation@FreeBSD.ORG Mon Dec 15 15:07:52 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65C306B7 for ; Mon, 15 Dec 2014 15:07:52 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB64EA61 for ; Mon, 15 Dec 2014 15:07:51 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so10773707wiv.2 for ; Mon, 15 Dec 2014 07:07:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7V87GU2TNRGRW1JwntkyLbWYKfPLnfZtmfdXbdQl1jk=; b=HJ/M5/zQLN9PdC0A6EXiL69nEbKgTM2lLN4JOzvC0XiO+pFXqB7r+aGAXehJSf6vTh r/ZMXdOgvymKw3L94S+WDcxkZZw/ht9FLQLHQ6NuJWtQFsOLRUJfT31pL0u/G3m/ZXBv G1Iu5xXCrmTXmibiuNBaSqLFb2eFMTNBnhZTTOPR4SqigrvWfZ7HlZ5rA7CFt8T0sllD nPIxE2SznF5rY11L0R/WsJuKTLbaLGopLHVg1jspP98O8nAG9kTEPGw9Ud8AGUZxNdN5 cQMyS+2QEzpI/zkX0GsZ5G3DVhQDChZwgVZYg0w+qLOdK6MZIwLQEo5+9ucA3yoBDqrY 6OVA== MIME-Version: 1.0 X-Received: by 10.194.85.161 with SMTP id i1mr52924596wjz.35.1418656069221; Mon, 15 Dec 2014 07:07:49 -0800 (PST) Received: by 10.217.46.132 with HTTP; Mon, 15 Dec 2014 07:07:49 -0800 (PST) Date: Mon, 15 Dec 2014 16:07:49 +0100 Message-ID: Subject: Virtualbox-ose 4.3.20_2, partially works with LAGG(4) as Bridged Adapter. From: "Ranjan1018 ." <214748mv@gmail.com> To: emulation Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 15 Dec 2014 15:07:52 -0000 The laptop is running 11.0-CURRENT r275768M with the lagg(4) interface as explained in the FreeBSD Handbook =E2=80=98Example 31.3. Failover Mode Betw= een Ethernet and Wireless Interfaces=E2=80=99, in /etc/rc.conf I have added: # cat /etc/rc.conf | egrep 'ifconfig|wlans|cloned' ifconfig_re0=3D"up" ifconfig_ath0=3D"ether 18:67:b0:39:bd:23" wlans_ath0=3D"wlan0" ifconfig_wlan0=3D"WPA" cloned_interfaces=3D"lagg0" ifconfig_lagg0=3D"laggproto failover laggport re0 laggport wlan0 DHCP" In Virtualbox if I specify in the VM Settings, the network adapter as Bridged Adapter, it works only with the lan cable connected to the laptop. If I disconnect the cable, the VM network adapter stops working. I'd rather get some feedback before posting a PR. -- Maurizio