Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

No connection to VPN Unlimited #34

Open
fischy667 opened this issue Nov 17, 2020 · 4 comments
Open

No connection to VPN Unlimited #34

fischy667 opened this issue Nov 17, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@fischy667
Copy link

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.

@fischy667 fischy667 added the bug Something isn't working label Nov 17, 2020
@guillaumedsde
Copy link
Owner

Hi, does b2830ee work for you?

@fischy667
Copy link
Author

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
Copy link
Owner

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

@fischy667
Copy link
Author

fischy667 commented Nov 21, 2020

Unfortunately I get the same error for both new builds.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants