Routing Error #2162
Unanswered
unintended-consequences
asked this question in
Q&A
Routing Error
#2162
Replies: 3 comments 3 replies
-
A few questions, |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
setting DROP_DEFAULT_ROUTE to true might help if there is a conflict with your local network range. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not good at container networking, but my docker logs shows Openvpn is spitting out:
Fri Jan 21 16:31:43 2022 /sbin/ip route add 109.123.122.214/32 via 172.23.0.1
Fri Jan 21 16:31:43 2022 /sbin/ip route del 0.0.0.0/0
Fri Jan 21 16:31:43 2022 /sbin/ip route add 0.0.0.0/0 via 10.10.8.9
Fri Jan 21 16:31:43 2022 /sbin/ip route add 10.10.8.1/32 via 10.10.8.9
RTNETLINK answers: File exists
Fri Jan 21 16:31:43 2022 ERROR: Linux route add command failed: external program exited with error status: 2
Is it potentially conflicting with my 10.162.0.0/16 home network?
I have recreated this error in a brand new clean docker-compose container:
Beta Was this translation helpful? Give feedback.
All reactions