I'm trying to run Linux VMs on macOS XI using QEMU which works just fine.
I'd also like to access the internet from the VM and communicate with it via SSH but networking does not work OOTB like it does on Linux. (The VM gets an IP address in a separate subnet, can't ping the internet, nor the host's IP address in the real subnet.)
How can I get that to work?
What are my options?