You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Idea is to implement libslirp or equivalent networking model for macvz.
With this implementation, we should be able to resolve issues around vpn connection and at the same time with support for multiple network interface we should be able to provide network access among VMs using NAT or Bridge Network support from Apple Virtualization
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Go binding for libslirp - Gives easier integration within our code
gvisor-tap-vsock - Example under gvisor branch. One consern is support for arm64 (haven't tested yet)
Additional context
Supporting both the architecture is a important one.
The text was updated successfully, but these errors were encountered:
gvisor-tap-vsock
Was able to integrate slirp like network but having issues with respect to https packets. Needs further analysis on this to properly support raw dgram sockets.
Better CPU utilisation
Golang Integration, we could make use of portfowarding rest API as well
Describe the solution you'd like
Idea is to implement libslirp or equivalent networking model for macvz.
With this implementation, we should be able to resolve issues around vpn connection and at the same time with support for multiple network interface we should be able to provide network access among VMs using NAT or Bridge Network support from Apple Virtualization
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Additional context
Supporting both the architecture is a important one.
The text was updated successfully, but these errors were encountered: