guillaumedsde / alpine-qbittorrent-openvpn

qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
https://guillaumedsde.gitlab.io/alpine-qbittorrent-openvpn/
GNU General Public License v3.0
215 stars 39 forks source link

No connection to VPN Unlimited #34

Open fischy667 opened 3 years ago

fischy667 commented 3 years ago

Information

I get no successful connection to VPN Unlimited.

I always get the error: write UDP: Operation not permitted (code=1)

log file: log.zip

Current setup

Synology: DSM 6.2.3-25426 Update 2; Docker: 18.09.0-0513

Last working version: 6b74919

With all releases after that, I have no success.

docker-compose.yml file or docker run command

docker run --name qBittorrent_4.3_VPN_dev --device=/dev/net/tun --cap-add=NET_ADMIN --restart=always -d \
              -v /volume1/docker/qBittorrent_VPN_4.3_dev/config:/config \
              -v /volume1/Serien/geladen:/downloads \
              -v /volume1/docker/qBittorrent_VPN_4.3_dev/downloading:/downloading \
              -v /volume1/homes/fischy667/Filme:/Filme \
              -v /volume1/homes/fischy667/Wrestling:/Wrestling \
              -e "OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60 --mute-replay-warnings" \
              -e "OPENVPN_PROVIDER=VPNUNLIMITED" \
              -e "OPENVPN_CONFIG=lu" \
              -e "OPENVPN_USERNAME=*****" \
              -e "OPENVPN_PASSWORD=*****" \
              -e "LAN=192.168.1.0/24" \
              -e "WEBPROXY_ENABLED=false" \
              -e "PUID=1000" \
              -e "PGID=1000" \
              -p 8080:8080 \
              -p 16882:16882 \
              guillaumedsde/alpine-qbittorrent-openvpn:development

I'm running 6b74919 with the same settings and command successfully.

guillaumedsde commented 3 years ago

Hi, does b2830eecb5b3f4f620307baeb5370c5ef4c83a77 work for you?

fischy667 commented 3 years ago

How do I get a running image from a commit?

If I try 'guillaumedsde/alpine-qbittorrent-openvpn:b2830ee' it isn't working, because this is only working for tags.

grafik

guillaumedsde commented 3 years ago

Hi, for some reason, this hash wasnt built, can you try 89ada64 and 2d4ca9a?

fischy667 commented 3 years ago

Unfortunately I get the same error for both new builds.