-
|
Any example please, I want to run Yggdrasil-only OS, with restricted internet access. |
Beta Was this translation helpful? Give feedback.
Answered by
nagy
Sep 22, 2025
Replies: 1 comment 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.
1 reply
Answer selected by
oooo-ps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.