Support multiple network interfaces for NAT1To1IPs #2802
Unanswered
craymond12
asked this question in
Ideas
Replies: 2 comments 1 reply
-
If you think that it should possible, I can look at it more in depth and do a PR to support it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @craymond12 Sorry I didn't respond to this sooner. Continuing our conversation from Slack, I think this is possible today! The external IP mapper does splitting here it does If you wouldn't mind making a PR to improve the documentation I would really appricate it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, if a device hardware have multiple network interfaces, SetNAT1To1IPs can only be used for one of them.
But it is not always known in advance which network interface can allow host to host connection
This is mostly used with SetICETCPMux
Is there any technical reason why the external_ip_mapper.go prevent the mapping of multiple external IP to the same local IP?
Beta Was this translation helpful? Give feedback.
All reactions