[GH-ISSUE #453] Routing Traffic to Private Networks - docker? #811

Open
opened 2026-08-05 00:40:00 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @itsalljustdata on GitHub (Sep 7, 2022).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/453

Should the routing to private networks work when the gateway is in a docker container?

traceroute 10.1.0.2
traceroute to 10.1.0.2 (10.1.0.2), 30 hops max, 60 byte packets
 1  100.119.x.x (100.119.x.x)  62.201 ms  61.936 ms  61.879 ms
 2  * * *
 3  * * *
 4  * * *
etc
etc

wg show all dump is showing what i'd expect based on the rules (i.e. 10.1.0.0/22 going to the appropriate netbird peer)

Originally created by @itsalljustdata on GitHub (Sep 7, 2022). Original GitHub issue: https://github.com/netbirdio/netbird/issues/453 Should the routing to private networks work when the gateway is in a docker container? ``` traceroute 10.1.0.2 traceroute to 10.1.0.2 (10.1.0.2), 30 hops max, 60 byte packets 1 100.119.x.x (100.119.x.x) 62.201 ms 61.936 ms 61.879 ms 2 * * * 3 * * * 4 * * * etc etc ``` `wg show all dump` is showing what i'd expect based on the rules (i.e. 10.1.0.0/22 going to the appropriate netbird peer)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#811