-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to access vm directly through it's ip on host? #226
Comments
You can expose some ports from the VM on the host, which allows you to access them from the host using |
What kind of connection would you like? As mentioned, you can utilize SSH and then use the |
I would like to get similar network setup to libvirt - you can access all vms from the host or from other vms, and access the host from the vms. Our use case: running multiple minikube clusters for testing RamenDR. We use libvirt on Linux and hopefully we can use with vfkit and gvproxy to get similar setup on Apple silicon. Does it make sense for gvproxy to provide this? |
usermode networking in libvirt (through slirp) does not allow access from host to VM without an explicit port forwarding. It probably also blocks VM/VM communication. |
Can this be achieved with some configuration in host? such as vpn?
The text was updated successfully, but these errors were encountered: