Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 03:06:25 -0400
From:      bazzoola <bazzoola@gmail.com>
To:        freebsd-stable <freebsd-stable@freebsd.org>
Cc:        maho@freebsd.org
Subject:   Auto bridge for qemu network [was: kqemu support: not compiled]
Message-ID:  <6601D6DC-AD09-4028-A25A-59899C9A57E4@gmail.com>
In-Reply-To: <20080513054223.2CAC95B4B@mail.bitblocks.com>
References:  <20080513054223.2CAC95B4B@mail.bitblocks.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for updating the port!

I have few suggestions:

#cat /etc/rc.conf
[...]
#KQEMU for qemu
kqemu_enable="YES"

#Bridge for qemu
cloned_interfaces="bridge0"
ifconfig_bridge0="up addm sk0"
autobridge_interfaces="bridge0"
autobridge_bridge0="tap*"

This should take care of the network connection between qemu virtual  
host and the host instead of doing it manually. Assuming that qemu is  
using tap and the default "if" on the host is sk0.

Also, is it possible to update this page, it has some outdated info:
http://people.freebsd.org/~maho/qemu/qemu.html
*It is the 1st answer from google when asked "freebsd qemu"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6601D6DC-AD09-4028-A25A-59899C9A57E4>