-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Container can not be accessed by another Docker host #609
Labels
Comments
|
It works, thanks @adaiguoguo !!! |
Same problem here, worked with @adaiguoguo , thanks very much! |
我也碰到了原来是这个问题已解决。 |
works for me, should save my hours if saw this earlier, great! |
tomdee
added a commit
to tomdee/flannel
that referenced
this issue
Nov 11, 2017
To work around the Docker change from v1.13 which changed the default FORWARD policy to DROP. The change has bitten many many users. The troubleshooting documentation is also updated talk about the issue. Replaces PR flannel-io#862 Fixes flannel-io#834 Fixes flannel-io#823 Fixes flannel-io#609 Fixes flannel-io#799
tomdee
added a commit
to tomdee/flannel
that referenced
this issue
Nov 16, 2017
To work around the Docker change from v1.13 which changed the default FORWARD policy to DROP. The change has bitten many many users. The troubleshooting documentation is also updated talk about the issue. Replaces PR flannel-io#862 Fixes flannel-io#834 Fixes flannel-io#823 Fixes flannel-io#609 Fixes flannel-io#799
Thank you very much @adaiguoguo |
willgorman
pushed a commit
to willgorman/flannel
that referenced
this issue
Jun 19, 2019
To work around the Docker change from v1.13 which changed the default FORWARD policy to DROP. The change has bitten many many users. The troubleshooting documentation is also updated talk about the issue. Replaces PR flannel-io#862 Fixes flannel-io#834 Fixes flannel-io#823 Fixes flannel-io#609 Fixes flannel-io#799
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have two hosts which have Docker (1.13.0) integrated with Flannel (0.5.5):
There is a container running on host1 whose IP is 10.1.89.2, I can ping it from host1, but I can not ping it from host2 or from any containers in host2.
Here is the output of tcpdump in host1 when I ping 10.1.89.2 from host2:
And there is no any output of
tcpdump -nni docker0 icmp
. So it seems the packets were not delivered from flannel0 to docker0 in host1.Any ideas about what's wrong in my environment? Thanks!
The text was updated successfully, but these errors were encountered: