Would be nice if Proxmox add option to handle patch ports for OpenVSwitch in UI.
I achieved a working configuration by:
/etc/network/interfaces
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
auto vlan100
iface vlan100...
I using like this:
Enable WSL2 on Windows machine, also can be done in Windows Servers 2019.
Install a Linux distro, Debian or Ubuntu.
Apt packages for Debian or for Ubuntu:
wget...