Open gakguei opened 3 years ago
The changes mentioned above should work.
Try also removing the line tun-ipv6
After having done this, I can't access the web interface, I get:
write UDPv4: Operation not permitted (code=1)
Try adding
pull-filter ignore "dhcp-option DNS6"
pull-filter ignore "tun-ipv6"
pull-filter ignore "ifconfig-ipv6"
to your ovpn file and make sure you are running in privileged mode.
https://www.reddit.com/r/synology/comments/k6bmo8/how_to_setup_the_haugenetransmissionopenvpn/
https://github.com/haugene/docker-transmission-openvpn/issues/847#issuecomment-508707104
@KleptoKat Even with your additions to my .ovpn file I am still getting "write UDPv4: Operation not permitted (code=1)". In my docker-compose I have "privileged: true".
Any other suggestions?
@ntford To be honest I gave up and went back to Transmission.
Actually after I added
pull-filter ignore "dhcp-option DNS6"
pull-filter ignore "tun-ipv6"
pull-filter ignore "ifconfig-ipv6"
I changed proto udp4 back to proto udp and the error went away and qbittorrent works.
Is there a way to confirm that the traffic is actually running through Mullvad?
The below is the error code of mine. I run it with synology DS220+ with DSM 7.0 And my VPN is mullvad vpn.
Mullvad VPN have so much problem with this. At mullvad VPN site i found that i should change my vpn config but i doesn't
So, I googled it so much so i find that i could solve this problem with adding "--sysctl net.ipv6.conf.all.disable_ipv6=0" How could i insert this quote in my Docker?