diff options
author | 2016-10-06 15:40:20 +0000 | |
---|---|---|
committer | 2016-10-06 15:40:20 +0000 | |
commit | 31d4d78ae63a2094b71c265cd372cfb26794a2ba (patch) | |
tree | 3e74a81631cb997be8cf637446397a462338badd /sys/kern/uipc_socket.c | |
parent | Build kernels as root for now. Otherwise we run into permission issues (diff) | |
download | wireguard-openbsd-31d4d78ae63a2094b71c265cd372cfb26794a2ba.tar.xz wireguard-openbsd-31d4d78ae63a2094b71c265cd372cfb26794a2ba.zip |
Enable hardware VLAN tagging
Turns out that hardware VLAN tagging is required to use VLANs at all
(while QinQ VLANs are not filtered regardless...). On top of that a
PowerShell command needs to be executed to configure Trunk mode on
virtual interfaces. An example of such command is:
Set-VMNetworkAdapterVlan -VMName OpenBSD -Trunk \
-AllowedVlanIdList 10-100 -NativeVlanId 5
This will enable trunking mode on all hvn(4) interfaces. An option
-VMNetworkAdapterName can be passed to turn trunking on one interface,
and although by default all networking interfaces have the same name
"Network Adapter", a "Rename-VMNetworkAdapter" command can be used
to rename them one by one.
Diffstat (limited to 'sys/kern/uipc_socket.c')
0 files changed, 0 insertions, 0 deletions