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 addif br0 $1

How can i do this with the new qemu (cvs) network options?

Thanks for any help!

Best Regards,
Michael






_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to