Skip to content
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

Mullvad OpenVPN Configs not working #78

Open
DEAD1SIDE opened this issue Sep 16, 2022 · 1 comment
Open

Mullvad OpenVPN Configs not working #78

DEAD1SIDE opened this issue Sep 16, 2022 · 1 comment

Comments

@DEAD1SIDE
Copy link

I tried to run the vpn with the Mullvad configs but it always tells me :

/sbin/ip -6 addr add -ipv6-/64 dev tun0
RTNETLINK answers: Permission denied
Linux ip -6 addr add failed: external program exited with error status: 2
Exiting due to fatal error

Anyone got an Idea what to do?

@wingi11
Copy link

wingi11 commented Feb 4, 2023

Add this to your docker-compose vpn container configuration:

services:
  vpn:
    ...
    sysctls:
      - "net.ipv6.conf.all.disable_ipv6=0"
    ..

This worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants