[vbox-dev] NAT IPv6 does exist

Alexey Eromenko al4321 at gmail.com
Wed Jun 1 20:44:49 GMT 2011


>
> If someone is going to look at the VDE code, I would like to see with VDE
> and VirtualBox is the ability to specify a VLAN when connecting to a VDE
> network.

Such ability exists. You can specify port, like this:

VBoxManage modifyvm <my VM> --nic1 vde
VBoxManage modifyvm <my VM> --vdenet1 /tmp/vdeswitch[5] (where [5] is
the number of port in VDE switch)

You must also configure VDE switch to map between it's ports and VLANs:
vde$ vlan/create 5
vde$ port/setvlan 5 5  (map switch port 5 to VLAN 5)

-- 
-Alexey Eromenko "Technologov"




More information about the vbox-dev mailing list