Skip to content
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

Add reference to Bridge-NF #17

Closed
xkjyeah opened this issue Jul 31, 2017 · 4 comments
Closed

Add reference to Bridge-NF #17

xkjyeah opened this issue Jul 31, 2017 · 4 comments

Comments

@xkjyeah
Copy link

xkjyeah commented Jul 31, 2017

I had issues setting up the bridge, before I realized that bridge-netfilter filtering must be turned off.

Symptoms

  • Can ping external server from host
  • Can ping DHCP server (in Docker) from host
  • Cannot ping host from external server or vice-versa

Solution
Disable bridge netfiltering on the host.

# sysctl -w net.bridge.bridge-nf-call-iptables=0
# sysctl -w net.bridge.bridge-nf-call-ip6tables=0

Could you add this as a hint to the README?

@jpetazzo
Copy link
Owner

jpetazzo commented Aug 4, 2017

Wow, I never ran into that :-o

Are you sure that it was the problem, and that it wasn't a side-effect of something else?

Can you indicate which distro you are using, which kernel version, and which version of Docker?

Thank you!

@xkjyeah
Copy link
Author

xkjyeah commented Aug 4, 2017 via email

@xkjyeah
Copy link
Author

xkjyeah commented Aug 4, 2017 via email

@jpetazzo
Copy link
Owner

jpetazzo commented Aug 8, 2017

I added a note in the README. Thank you for reporting this!

@jpetazzo jpetazzo closed this as completed Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants