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

My containers cannot ping each other #3

Open
falves1 opened this issue Nov 23, 2022 · 0 comments
Open

My containers cannot ping each other #3

falves1 opened this issue Nov 23, 2022 · 0 comments

Comments

@falves1
Copy link

falves1 commented Nov 23, 2022

I have 10 containers, all with public IPs. some containers can ping from A to B, but pinging fails when tried from B to A.
I am using veth and a regular Linux bridge
auto br0
iface br0 inet manual
bridge-ports eth1
bridge-stp off
bridge-fd 0
bridge_maxwait 0

lxc.net.0.type = veth
lxc.net.0.flags = up
lxc.net.0.link = br0
lxc.net.0.name = eth0
lxc.net.0.l2proxy=1

What is the best configuration so my containers can talk to each other?

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

1 participant