I have two machines:
1. A Hyper-V VM that runs Ubuntu 18.04, that runs on a Windows 10 host that has a Ethernet port and a WiFi card.
2. An embedded development kit that only has a Ethernet port.
What I want to do is to connect the VM and the dev kit to the same LAN, and that LAN must have Internet access.
The solution I came up with is to connect the dev kit to my host's Ethernet port, then connect my host to the local WiFi, and then add a bridge between my WiFi card, Ethernet port and the Hyper-V virtual switch.
However, bridging with Hyper-V virtual switches does not seem to be possible.
Is there any other solutions?