exodus454
Dabbler
- Joined
- Nov 24, 2019
- Messages
- 14
I have managed to fix it a couple times I've seen it, I don't remember the specifics of what solved it. My recollection is it has something to do with docker since out of the box it uses docker networking.
Check the docker and docker.socket services for errors, make sure they're enabled and running, try stopping and starting them and see if that gets you anywhere.
Usually under normal circumstances you should see all the containers running under "docker ps" - try that too, sometimes there's clues
Also make sure you can "ping google.com", I've definitely had many issues with the default gateway just disappearing and dns without being instantly noticeable, doesn't hurt to check.
Check the docker and docker.socket services for errors, make sure they're enabled and running, try stopping and starting them and see if that gets you anywhere.
Usually under normal circumstances you should see all the containers running under "docker ps" - try that too, sometimes there's clues
Also make sure you can "ping google.com", I've definitely had many issues with the default gateway just disappearing and dns without being instantly noticeable, doesn't hurt to check.
Last edited: