qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] problems with dual ethernet networking


From: Jim C. Brown
Subject: Re: [Qemu-devel] problems with dual ethernet networking
Date: Tue, 2 Nov 2004 21:45:31 -0500
User-agent: Mutt/1.4i

On Tue, Nov 02, 2004 at 07:44:43PM +0100, marco ghidinelli wrote:
> i'm unable to get a running configuration with a dual ethernet card with
> qemu and vdeq.
> 
> i try with this commands:
> 
> vde_switch -daemon -sock /tmp/vde1.ctl
> chmod 777 /tmp/vde1.ctl
> vde_switch -daemon -sock /tmp/vde2.ctl
> chmod 777 /tmp/vde2.ctl
> 
> vdeq qemu -sock /tmp/vde1.ctl,/tmp/vde2.ctl -nics 2 -hda vivian.img
> 
> and i got this message:
> 
> qemu: invalid fd for network interface 0
> 
> running:
> 
> vdeq echo  -sock /tmp/vde1.ctl,/tmp/vde2.ctl  -nics 2 -hda vivian.img
> 
> i got:
> 
> -tun-fd 3,5 -nics 2 -hda images/vivian.img
> 
> and looking in vl.c seems that qemu doesn't like very much the option
> -tun-fd 3,5
> 
> is this option implemented? where i am wrong?

No it is not implemented. vdeq is meant for only one sock at a time.

You may be able to get qemu to work by using -tun-fd 3 -tun-fd 5 tho (not sure),
but vdeq won't support that unless you change it.

> let me know.
> 
> bye!
> 
> -- 
> BOFH excuse #10:
> 
> hardware stress fractures
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]