-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Jenkins] docker container with bridge network can't reach out to the internet #1752
Comments
add: I did "tcpdump" on docker0, and I can see the ICMP packets were actually sent to the ens4 interface |
|
iptables POSTROUTING:
iptables PREROUTING:
|
Hi @c9s, Thank you for using Bitnami. This issue seems to be related to Docker itself. If you can ping 8.8.8.8 from the instance, the container should be able to do the same. Please note that this is out of the scope of this support forum. You will need to investigate this or take a look at similar tickets online (like this one in Stack Overflow) |
Hi @jotamartos I can’t ping 8.8.8.8 it will hang there, however if i start up a instance with the same debian distro, the docker will work without any setup or adjustments |
As I mentioned, this seems to be an issue with Docker and its configuration. I can ping 8.8.8.8 from the VM itself but not from the container
|
Ok, but the source of the docker package is the same for different instances (bitnami debian and pure debian) . And the iptables rules, routing table all looks the same. |
Platform
Google Cloud Platform
bndiagnostic ID know more about bndiagnostic ID
0624f897-257d-a023-d358-f55c43ee6f74
bndiagnostic output
[Apache]
Found recent error or warning messages in the Apache error log.
Please check the following guide to troubleshoot server issues:
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-erro
rs-apache/
[Connectivity]
Server ports 22, 80 and/or 443 are not publicly accessible. Please check the
following guide to open server ports for remote access:
https://docs.bitnami.com/general/faq/administration/use-firewall/
bndiagnostic was not useful. Could you please tell us why?
The suggested guide is not related to my issue
Describe your issue as much as you can
docker bridge network does not work in the new Bitnami Jenkins instance on GCP
and I started a Debian instance on GCP to test the default docker installation, it works. (both instances have the same ip route and iptables rules)
however, if I change docker network from "bridge" to "host", it will work.
The text was updated successfully, but these errors were encountered: