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

NICs on same subnet #1269

Open
samsamoa opened this issue Apr 28, 2024 · 1 comment
Open

NICs on same subnet #1269

samsamoa opened this issue Apr 28, 2024 · 1 comment

Comments

@samsamoa
Copy link

samsamoa commented Apr 28, 2024

Is there a canonical way to do Socket transport if all NICs are on the same subnet?

I'm running into the issue mentioned here where all traffic is routed through a single interface on the client side: #601 (comment)

[edit: might have a solution, will post here if i can get it working]

@sjeaugey
Copy link
Member

It's tricky. I think there is a way to add routing tables to pick the right interface based on the source/destination IP, but it requires some serious expertise in linux networking/routing tables management.

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