binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
696 stars 112 forks source link

No internet connection to the outside world #324

Closed skoulof closed 2 years ago

skoulof commented 2 years ago

Hi, I have been running a delugeVpn container for almost a year now and everything worked like a charm.

One or two days ago I noticed that torrents would not download any more. The docker logs show:

2022-09-26 13:37:37,617 DEBG 'start-script' stdout output:
[debug] Having issues resolving name 'www.google.com'
[debug] Retrying in 5 secs...
[debug] 10 retries left

I bashed into the container and tried to ping some random servers (8.8.8.8, 1.1.1.1,...) none worked so it appears to be a connection issue and not a DNS issue. A friend who has a similar setup is experiencing the same issues.

Any idea what could be the cause ?

My docker-compose:

networks:
     default:
        external: false
services:
    arch-delugevpn:
        privileged: true
        image: binhex/arch-delugevpn:latest
        container_name: delugevpn
        restart: unless-stopped
        sysctls:
            - net.ipv4.conf.all.src_valid_mark=1
        ports:
            - '8112:8112'
            - '8118:8118'
            - '58846:58846'
            - '58946:58946'
        networks:
            - default
        volumes:
            - /mnt/media/downloadFolder/:/downloads/downloadFolder/
            - /mnt/media/otherDownloads/:/downloads/other/
            - /mnt/media/movies/:/downloads/movies/
            - /mnt/media/series/:/downloads/series/
            - /mnt/media/documentaries/:/downloads/documentaries/
            - /mnt/zfsmirror/music/:/downloads/music/
            - /mnt/zfsmirror/docker/config/delugevpn/:/config/
            - '/etc/localtime:/etc/localtime:ro'
        environment:
            - VPN_ENABLED=yes
            - VPN_PROV= custom
            - VPN_CLIENT= wireguard
            - STRICT_PORT_FORWARD= yes
            - ENABLE_PRIVOXY= no
            - LAN_NETWORK=10.13.13.3/32,192.168.88.0/24
            - NAME_SERVERS=9.9.9.9,8.8.8.8
            - DELUGE_DAEMON_LOG_LEVEL=warning
            - DELUGE_WEB_LOG_LEVEL=warning
            - VPN_INPUT_PORTS=51820
            - VPN_OUTPUT_PORTS=51820
            - DEBUG=true
            - UMASK=022
            - PUID=1003
            - PGID=1003
skoulof commented 2 years ago

Actually it was a stupid issue, my vpn conf files were modified by mullvad without any notice....