Replies: 4 comments 2 replies
-
Hi, At the moment is not possible to disable that systctl execution. This is because we've saw that even when IPv6 is disabled and the correct value is set in the system, when adding a new interface(USB adapter) OS would ignore the setting and the new interface will have IPv6 assigned. To ensure there are no IPv6 leaks in the system, the application will set again the value when there are network changes detected. The application doesn't set that value when it doesn't exist. For example IPv6 was disabled from GRUB. In that case the setting is not there so it will not do anything. For docker it should work if is executed with Br |
Beta Was this translation helpful? Give feedback.
-
Thanks for the explanation. Unfortunately, nothing I tried was sucessful:
then changing routing rules failed: Something seems to require more access than all capabilities are giving, running in privileged mode is at the moment the only solution. |
Beta Was this translation helpful? Give feedback.
-
Hi, Would it be possible to send a the file or a sample for docker how you try to use, so we can also try? I only tried with docker image, like in the tutorial, and in this case Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, the image is: edgd1er/nordlynx-proxy:latest based on this repo: https://github.com/edgd1er/nordlynx-proxy/ This "template" compose file has everything needed to start. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since v3.17.0, in a container, nordvpn client has to be executed with higher rights in docker (priviledged: true), adding, admin, system, net caps didn't not help.
it seems that systctl values are changed during the connection to vpn servers, which is not possible in a container without the privileged mode.
Error when not in privileged mode:
As a result connection is lost and dns cannot resolve address anymore
Beta Was this translation helpful? Give feedback.
All reactions