I'm using a Synology DSM 6.2.2 with Docker. Deluge works if I don't have my VPN (ExpressVPN) configured (false). However, when I set VPN to true I can't download anything. I followed the "Tom the Great" guide to the letter, and rebooted my Synology as well. From the supervisord.log file it appears to me as if the VPN is coming up:
Any ideas?
2019-06-06 19:41:33,991 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:33 2019 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.48.0.1,comp-lzo no,route 10.48.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.48.0.190 10.48.0.189,peer-id 37,cipher AES-256-GCM'
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: timers and/or timeouts modified
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: compression parms modified
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: --ifconfig/up options modified
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: route options modified
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: peer-id set
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: adjusting link_mtu to 1629
Thu Jun 6 19:41:33 2019 OPTIONS IMPORT: data channel crypto options modified
Thu Jun 6 19:41:33 2019 Data Channel: using negotiated cipher 'AES-256-GCM'
Thu Jun 6 19:41:33 2019 NCP: overriding user-set keysize with default
Thu Jun 6 19:41:33 2019 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Thu Jun 6 19:41:33 2019 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Thu Jun 6 19:41:33 2019 ROUTE_GATEWAY 172.17.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:11:00:02
Thu Jun 6 19:41:33 2019 TUN/TAP device tun0 opened
Thu Jun 6 19:41:33 2019 TUN/TAP TX queue length set to 100
Thu Jun 6 19:41:33 2019 /usr/bin/ip link set dev tun0 up mtu 1500
2019-06-06 19:41:33,994 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:33 2019 /usr/bin/ip addr add dev tun0 local 10.48.0.190 peer 10.48.0.189
2019-06-06 19:41:33,997 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:33 2019 /root/openvpnup.sh tun0 1500 1557 10.48.0.190 10.48.0.189 init
2019-06-06 19:41:34,085 DEBG 'watchdog-script' stdout output:
[info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.48.0.190 different, marking for reconfigure
2019-06-06 19:41:34,092 DEBG 'watchdog-script' stdout output:
[info] Deluge not running
2019-06-06 19:41:34,099 DEBG 'watchdog-script' stdout output:
[info] Deluge Web UI not running
2019-06-06 19:41:34,133 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 140338604935880 for <Subprocess at 140338604879376 with name privoxy-script in state RUNNING> (stdout)>
2019-06-06 19:41:34,133 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 140338605036488 for <Subprocess at 140338604879376 with name privoxy-script in state RUNNING> (stderr)>
2019-06-06 19:41:34,134 INFO exited: privoxy-script (exit status 0; expected)
2019-06-06 19:41:34,134 DEBG received SIGCHLD indicating a child quit
2019-06-06 19:41:34,144 DEBG 'start-script' stdout output:
Error: could not find any address for the name: `ns1.google.com'
2019-06-06 19:41:34,155 DEBG 'start-script' stdout output:
Error: could not find any address for the name: `resolver1.opendns.com'
2019-06-06 19:41:34,215 DEBG 'start-script' stdout output:
[warn] Cannot determine external IP address, exhausted retries setting to tunnel IP '10.48.0.190'
2019-06-06 19:41:34,313 DEBG 'watchdog-script' stdout output:
[info] Attempting to start Deluge...
[info] Removing deluge pid file (if it exists)...
2019-06-06 19:41:35,208 DEBG 'watchdog-script' stdout output:
[info] Deluge listening interface currently defined as 0.0.0.0
[info] Deluge listening interface will be changed to 0.0.0.0
[info] Saving changes to Deluge config file /config/core.conf...
2019-06-06 19:41:35,938 DEBG 'watchdog-script' stdout output:
[info] Deluge process started
[info] Waiting for Deluge process to start listening on port 58846...
2019-06-06 19:41:36,168 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:36 2019 /usr/bin/ip route add 104.143.86.134/32 via 172.17.0.1
2019-06-06 19:41:36,176 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:36 2019 /usr/bin/ip route add 0.0.0.0/1 via 10.48.0.189
2019-06-06 19:41:36,181 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:36 2019 /usr/bin/ip route add 128.0.0.0/1 via 10.48.0.189
2019-06-06 19:41:36,189 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:36 2019 /usr/bin/ip route add 10.48.0.1/32 via 10.48.0.189
2019-06-06 19:41:36,191 DEBG 'start-script' stdout output:
Thu Jun 6 19:41:36 2019 Initialization Sequence Completed
2019-06-06 19:41:36,965 DEBG 'watchdog-script' stdout output:
[info] Deluge process listening on port 58846
2019-06-06 19:41:38,336 DEBG 'watchdog-script' stdout output:
[info] No torrents with state 'Error' found
2019-06-06 19:41:38,338 DEBG 'watchdog-script' stdout output:
[info] Starting Deluge Web UI...
[info] Deluge Web UI started
2019-06-06 19:42:08,517 DEBG 'watchdog-script' stdout output:
[info] Privoxy not running
2019-06-06 19:42:08,676 DEBG 'watchdog-script' stdout output:
[info] Attempting to start Privoxy...
2019-06-06 19:42:09,688 DEBG 'watchdog-script' stdout output:
[info] Privoxy process started
[info] Waiting for Privoxy process to start listening on port 8118...
2019-06-06 19:42:09,697 DEBG 'watchdog-script' stdout output:
[info] Privoxy process listening on port 8118
Some configuration parameters:
2019-06-06 15:29:55.343993 [info] PUID defined as '1024'
2019-06-06 15:29:55.622376 [info] PGID defined as '100'
2019-06-06 15:29:55.906141 [info] UMASK defined as '000'
2019-06-06 15:29:55.980167 [info] Setting permissions recursively on volume mappings...
2019-06-06 15:29:56.181577 [info] DELUGE_DAEMON_LOG_LEVEL not defined,(via -e DELUGE_DAEMON_LOG_LEVEL), defaulting to 'info'
2019-06-06 15:29:56.249941 [info] DELUGE_WEB_LOG_LEVEL not defined,(via -e DELUGE_WEB_LOG_LEVEL), defaulting to 'info'
2019-06-06 15:29:56.353231 [info] VPN_ENABLED defined as 'yes'
2019-06-06 15:29:56.483139 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_usa_-_los_angeles_-_3_udp.ovpn
dos2unix: converting file /config/openvpn/my_expressvpn_usa_-_los_angeles_-_3_udp.ovpn to Unix format...
2019-06-06 15:29:56.594243 [info] VPN remote line defined as 'remote usa-losangeles-3-ca-version-2.expressnetw.com 1195'
2019-06-06 15:29:56.661266 [info] VPN_REMOTE defined as 'usa-losangeles-3-ca-version-2.expressnetw.com'
2019-06-06 15:29:56.742286 [info] VPN_PORT defined as '1195'
2019-06-06 15:29:56.867163 [warn] VPN_PROTOCOL not found in /config/openvpn/my_expressvpn_usa_-_los_angeles_-_3_udp.ovpn, assuming udp
2019-06-06 15:29:56.946233 [info] VPN_DEVICE_TYPE defined as 'tun0'
2019-06-06 15:29:57.013061 [info] VPN_PROV defined as 'custom'
2019-06-06 15:29:57.085656 [info] LAN_NETWORK defined as '10.13.2.0/24'
2019-06-06 15:29:57.160046 [info] NAME_SERVERS defined as '1.1.1.1,1.0.0.1'
2019-06-06 15:29:57.232250 [info] VPN_USER defined as 'redacted'
2019-06-06 15:29:57.300635 [info] VPN_PASS defined as 'redacted'
2019-06-06 15:29:57.374480 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2019-06-06 15:29:57.444065 [info] ENABLE_PRIVOXY defined as 'yes'