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

Debug commands #52

Open
bpandipp opened this issue Oct 12, 2022 · 3 comments
Open

Debug commands #52

bpandipp opened this issue Oct 12, 2022 · 3 comments

Comments

@bpandipp
Copy link

hi, I have created the connections between 2 PODS within same hosts and across hosts as well and ping is working as expected. However would like see the VXLAN tunnel interfaces and VNI's used to communicate across hosts for my understanding. Tried "ip a" and brctl commands in the host but nothing showing anything. Could you please share the steps to see the veth and vxlan interfaces created by the meshnet CNI?

@networkop
Copy link
Owner

Both veth and vxlan interfaces are first created in the root network namespace but then moved into the namespace of their respective pods. So you should be running the "IP link" commands inside of the pod to see the details

@bpandipp
Copy link
Author

Thank you so much. Also, do we support bridge mode currently? I am looking to connect interfaces from each POD in a broadcast domain.

@networkop
Copy link
Owner

There's no bridge mode support from meshnet, but you can easily simulate that by spinning up a pod with ifreload (or any other linux network manager) and plugging your p2p interfaces into it.

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