VDE with Virtual box

Discussions related to using VirtualBox on Linux hosts.
Post Reply
KeyzerSuze
Posts: 88
Joined: 14. Aug 2008, 07:57
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: debian i386, debian amd64, Windows XP, Windows 2003 Server

VDE with Virtual box

Post by KeyzerSuze »

Has any one got Virtual Box to talk to vde natively, seems like there is a native attachement for qemu to vde. Looks like I am going to have to create vbox{0,1,2,3} interfaces to attach to virtualbox and then attach these interfaces to a vde switch.


Alex
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Could you explain that more please. What do you mean by VDE (ok, Google gives me "VDE - Virtual Distributed Ethernet")? But what do you want to achieve with it?
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
KeyzerSuze
Posts: 88
Joined: 14. Aug 2008, 07:57
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: debian i386, debian amd64, Windows XP, Windows 2003 Server

Post by KeyzerSuze »

Yep thats the product, I would like to link a couple of Vb machines together on different machinesm hiding the ethernet traffic. QEMU was able to use VDE interfaces directly. I was wondering if it was possible with Virtual Box.


VDE is basically a software ethernet switch
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Ah, a cross Host internal network. Well, AFAIK, that's not possible.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
KeyzerSuze
Posts: 88
Joined: 14. Aug 2008, 07:57
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: debian i386, debian amd64, Windows XP, Windows 2003 Server

Post by KeyzerSuze »

Sasquatch wrote:Ah, a cross Host internal network. Well, AFAIK, that's not possible.
For Virtual box ?

You can do it qemu + vde2, i just thought thought that because virtualbox was based (I seem to remember reading this somewhere and could be wrong !) qemu it might have the same capabilities

oh well, I will have to do some trickery
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

You can try to see if it works, I've never heard of it until you mentioned it. And like I stated, as far as I know. And I don't know everything ;).
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Post by Technologov »

Speaking of VDE:
Yes, VirtualBox can be joined into VDE Domains via "Host networking" TAP interfaces.
No, It doesn't support VDE natively.

I also would like to see VBox having a bit more advanced networking, such as PV network, native VDE, configurable DHCP, and libpcap :) and maybe integrated bridging...
All of above are just wishes :) Nothing more.

-Technologov
KeyzerSuze
Posts: 88
Joined: 14. Aug 2008, 07:57
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: debian i386, debian amd64, Windows XP, Windows 2003 Server

Post by KeyzerSuze »

Technologov wrote:Speaking of VDE:
Yes, VirtualBox can be joined into VDE Domains via "Host networking" TAP interfaces.
No, It doesn't support VDE natively.

I also would like to see VBox having a bit more advanced networking, such as PV network, native VDE, configurable DHCP, and libpcap :) and maybe integrated bridging...
All of above are just wishes :) Nothing more.

-Technologov
I am working on a project right now that would benefit from this, I am testing some cluster managemane software and I need a box (virtual) with 2 interfaces and a couple of other boxs to pxe boot, right now I have multple tap devices connected via bridge, if we had vde native I could have them all attached to the cde switch and I wouldn't have to see all the traffic on the bridge
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: VDE with Virtual box

Post by Technologov »

Good news on this topic !

Latest Version of VirtualBox SVN includes native VDE support !

By now, basically all my wishes since 2008 came true:
-PV network - exists -- VirtIO-network
-native VDE - VBox release 3.2
-configurable DHCP -- seems to be possible, but from CLI onlt - section 9.8
-libpcap -- not needed, as it could be used as bridging servce, but replaced by VBoxNetFlt
-maybe integrated bridging... -- replaced by VBoxNetFlt

====
-Technologov
dandruczyk
Posts: 2
Joined: 22. Sep 2011, 22:13
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Ubuntu 32 and 64 bit, Windows XP

Re: VDE with Virtual box

Post by dandruczyk »

Here's a link to a howto I posted.

viewtopic.php?f=1&t=36492&p=201890#p201890
Post Reply