-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
RTNETLINK answers: Permission denied #960
Comments
Same problem here on a QNAP NAS. Adding |
Thanks :) The synology nas is a bit weird in the fact it wants you to use the GUI. When trying to do via ssh it just seems to fail in my case. I have no issues with the image on my desktop though. If anyone has any experience of building an image for the synology nas I would be interested to hear how they did it. |
Hi, sending a sysctl command is no longer possible in current versions of docker, is this possible to fix? |
This might be somewhat related to dperson/openvpn-client#75, although I'm having issues finding anything within the last few months that changed this functionality :/ |
I'm running into the exact same issue as @SamSepiolProxy with Mullvad and this image. Adding this to my docker compose config (for this image) fixed it:
|
I'm wondering if this could be related? moby/moby#5618 I never saw this message until I set this setting, but I don't know enough about networking to know if somehow disabling IPv6 could leave a network in a bad state. Maybe it's trying to destroy the IPv6 interface (e.g. docker brings it up before reading the sysctl) and it's hanging the system? |
Mullvad uses ipv6 with their vpn. Not sure how or why, but it's apparently necessary for their vpn to work. Which is why things break if ipv6 is not available. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Note: The stale bot was recently added to this project to help weed out outdated issues. This will help us to focus time and energy on issues that are important and move the others out of the way. There could however be many issues that are still relevant but have gotten old without ever being fixed. As this is the first round of cleaning it might have been too eager. Feel free to re-open this issue if you think it deserves another look. |
Yes same here, on DSM Synology.. is there a ENV to disable IPV6? its useless anyway |
Describe the problem
I am currently using mullvad VPN and when trying to connect I get the following error: RTNETLINK answers: Permission denied.
Logs
Host system:
Synology NAS
I found running the commands sysctl net.ipv6.conf.all.disable_ipv6=0 fixed the issue. I am unsure if this an issue with my setup or the container itself
The text was updated successfully, but these errors were encountered: