[Qemu-devel] new network options in qemu cvs version

2005-12-02 Thread Michael
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

[Qemu-devel] multiple instances of qemu process?

2005-12-02 Thread Ishwar Rattan
If more than one qemu instances are started (with same different guest OS) on Linux with -user-net option each gets ip-address 10.0.2.15 and only one of them (the first one to come up) can acess Intenet. Has this issue come up before? Is there a solution? -ishwar

Re: [Qemu-devel] multiple instances of qemu process?

2005-12-02 Thread Ben Taylor
Ishwar Rattan [EMAIL PROTECTED] If more than one qemu instances are started (with same different guest OS) on Linux with -user-net option each gets ip-address 10.0.2.15 and only one of them (the first one to come up) can acess Intenet. Has this issue come up before? Is there a solution?