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 soluti
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
___
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