Can not ping. How to check the connection? #117
Replies: 4 comments
-
Did you find an answer? I am facing the same issue |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issues as well. I see a connected message in the logs but I cannot ping anything outside the local network via bash console. |
Beta Was this translation helpful? Give feedback.
-
yeah, not even traceroute is working |
Beta Was this translation helpful? Give feedback.
-
I use this:
It only returns the current IP address, but it's enough to determine if there's a connection or not. |
Beta Was this translation helpful? Give feedback.
-
I run the docker first, and then use
docker exec -it image_name /bin/sh
and thenping www.google
.I got
ping: bad address 'www.google.com'
. However, in the docker, I can seeConnected! \(ᵔᵕᵔ)/
. I can not ping with an IP address, either.Beta Was this translation helpful? Give feedback.
All reactions