Hi qemu-list,
in qemu-0.7.2 i have used the following network options for tun/bridge
device setup:
qemu -macaddr aa:bb:cc:dd:ee:ff -n /etc/qemu/qemu.boot -hda /opt/xyz.img
-boot c -nics 2 -localtime
with the following (tun) network startscript (qemu.boot):
ifconfig $1 0.0.0.0 promisc up
brctl a
Hi all,
I just commited the (long-awaited) network option change. The new
network options are no longer compatible with the old ones and add
several new features such as multiple VLAN emulation and sharing of
VLANs between several QEMU instances.
You can have more information by reading the "Inv