-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I experience som issues with socket_vmnet and qemu when my macbook's come back from sleep, then it seems like some tools (minikube & kubectl) aren't capable of finding a route to host, I have scraped the entire internet to try to find a solution and tested everything.
if i check netstat -rn | grep 192.168.105
after wakeup it seems like the routing records for 192.168.105
have been cleared, but as soon as i ping the instance or use regular ssh to connect then they get reinstated and everything presumably seems to work OK, but something with "higher order" tools seems like they aren't able to resolve the route. (Normal SSH works and the instance has connection to the internet).
Is this something that anyone else has experienced and perhaps found a solution to?, i have tried to restart the socket_vmnet launchd daemon, i have tried to ifconfig down/up the bridge, tried both, it seems like sometimes it kicks in and works, sometimes i have to spend bunch of time trying to kick it into gear.
Hope that someone has a clue or this is something that can be solved.