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

How does tinc determine which node to route indirect traffic through? #427

Open
rwky opened this issue Dec 30, 2022 · 0 comments
Open

How does tinc determine which node to route indirect traffic through? #427

rwky opened this issue Dec 30, 2022 · 0 comments
Labels
question Question from the users

Comments

@rwky
Copy link

rwky commented Dec 30, 2022

I have a network with 4 nodes., A B, C and D. They're all running 1.0.36.

A and B can be accessed directly C and D cannot. A and C are on the same LAN and can connect to each other. A and C also connect to B.

D routes traffic to C through B instead of A if it has a ConnectTo option to both B and A, if it only has a connect to to A it routes traffic through A.

Ideally I want traffic to go D -> A -> C all the time unless A is down then it should go D -> B -> C. Is there a way of getting tinc to route indirect traffic through nodes on the same lan as a priority?

@gsliepen gsliepen added the question Question from the users label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question from the users
Projects
None yet
Development

No branches or pull requests

2 participants