-
Notifications
You must be signed in to change notification settings - Fork 604
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
Unable to ping VM host (lima/colima) #686
Comments
I also posted this in |
This is what I see in the logs: $ cat shared_switch.stderr.log
/opt/vde/bin/vde_switch: EOF data port: Interrupted system call
/opt/vde/bin/vde_switch: Reading data: Connection reset by peer |
I am noticing same behaviour, I get same error output when attempting to start vde_vmnet manually.
|
It is working fine for me again. I am still not sure how to reproduce this but I suspect it is related to network connections. |
|
It's still happening to me as well with M1 shared won't work. But it's working with bridged. ❯ sudo /opt/homebrew/Cellar/socket_vmnet/1.1.1/bin/socket_vmnet --pidfile=/private/var/run/lima/shared_socket_vmnet.pid --socket-group=everyone --vmnet-mode=shared --vmnet-gateway=192.168.105.1 --vmnet-dhcp-end=192.168.105.254 --vmnet-mask=255.255.255.0 /private/var/run/lima/socket_vmnet.shared
Initializing vmnet.framework (mode 1001)
start(): vmnet_return_t VMNET_FAILURE
start: No such process |
Description
I setup networking for lima/colima a few weeks ago and it had been working fine, but today, even after some troubleshooting, I can not ping the colima VM from my host. I have updated lima, colima, and macOS with patch releases lately, so that might be related, but I am not really sure what to check at this point.
On the mac I can see this:
but I can not ping
192.168.105.1
One the
colima
VM, I can see this:and I can ping both
192.168.105.2
and192.168.105.1
I'm not sure exactly what the next step would be in figuring out what bit is likely broken.
Pointers would be much appreciated.
The text was updated successfully, but these errors were encountered: