-
|
Any example please, I want to run Yggdrasil-only OS, with restricted internet access. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I also have this use case and the easiest solution I found was to use vsock for this connectivity and to use my PR for this. On the host machine, you have to listen to this socket like so: Then you can start your QEMU machine like so: For the VM config you have to configure your outside node as a vsock peer: I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
I just run yggdrasil on the qemu VM, and there is no issue. It connects to other nodes on the LAN (or internet if routed) just fine. Qemu has a default LAN (on Fedora at least) that VMs connect to. Normally 192.168.122.0/24. This LAN is not accessible to outside internet. So yggdrasil happens automagically. |
Beta Was this translation helpful? Give feedback.
-
|
As router got new updates above PR #1223, I found yet another alternative solution by using Imho that is not cool that completed solution with |
Beta Was this translation helpful? Give feedback.

I also have this use case and the easiest solution I found was to use vsock for this connectivity and to use my PR for this.
On the host machine, you have to listen to this socket like so:
Then you can start your QEMU machine like so:
For the VM config you have to configure your outside node as a vsock peer:
I hope this helps.