Hi,
I can configure a network port attached to a VM to be a VLAN trunk using the following commands (when using Open vSwitch):
How can I do this on the webinterface?
Cheers,
Tobias
I can configure a network port attached to a VM to be a VLAN trunk using the following commands (when using Open vSwitch):
Code:
ovs-vsctl set port tap103i1 trunks=10,20,30
ovs-vsctl set port tap103i1 vlan_mode=trunk
How can I do this on the webinterface?
Cheers,
Tobias