From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 28 06:45:34 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FAC9CB2 for ; Tue, 28 Jan 2014 06:45:34 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 627881DB6 for ; Tue, 28 Jan 2014 06:45:33 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1W82QJ-0003iY-Fe for freebsd-emulation@freebsd.org; Mon, 27 Jan 2014 22:45:27 -0800 Date: Mon, 27 Jan 2014 22:45:27 -0800 (PST) From: Beeblebrox To: freebsd-emulation@freebsd.org Message-ID: <1390891527468-5880621.post@n5.nabble.com> Subject: persistent vboxnet0 settings in /etc/rc.conf MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 28 Jan 2014 06:45:34 -0000 Hi. I finally have my VirtualBox configured to run through vboxnet + host-only for all VM guests. I now need vboxnet0 to show up as a cloned (?) device each time the system re-boots (otherwise pf has problems ). These settings did not work: cloned_interfaces="vboxnet0" ifconfig_vboxnet0="inet 192.168.56.1/24 vlan 0 vlandev lo0" Nor from command line: # ifconfig vboxnet0 create ifconfig: SIOCIFCREATE2: Invalid argument What is the correct syntax for this? I don't want to have VirtualBox to start-up automatically each time the system is booted - I prefer to manually create vboxnet0 and have VirtualBox take over the device when it is needed. Regards. ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/persistent-vboxnet0-settings-in-etc-rc-conf-tp5880621.html Sent from the freebsd-emulation mailing list archive at Nabble.com.