Given our recursive nature of hosting nested auraed instances in virtual guests, nested cells, and container isolation zones we need to start understanding the connection detail between the host and the guest.
This issue suggests we use the following strategy:
- TAP devices on the host to consume ethernet frames
- VirtIO sock on the guest to route to
By default we use IPv6 between the host and the guest, regardless of what the host is using. We take a strong opinion against v-sock implementation and exposing shared memory or file descriptor access to a guest.
Given our recursive nature of hosting nested
auraedinstances in virtual guests, nested cells, and container isolation zones we need to start understanding the connection detail between the host and the guest.This issue suggests we use the following strategy:
By default we use IPv6 between the host and the guest, regardless of what the host is using. We take a strong opinion against v-sock implementation and exposing shared memory or file descriptor access to a guest.