[Support] binhex - qBittorrentVPN


Recommended Posts

17 minutes ago, watevriwanabi said:

Again, showing my 'noobiness' How do I change the default 'download to' path? I don't see this variable in the settings, I'm assuming I need to add a custom path somewhere?

The container must download to anywhere in /data. You can configure that in the app. The host path for /data will be whatever you have set in the docker configuration. Be sure you set the location in the app to /data/whatever/whatever. If you try to set it to any path outside of /data it will cause you problems. Mine is set inside the app to /data/downloads with sub folders for incomplete and completed.

Link to comment
6 minutes ago, wgstarks said:

The container must download to anywhere in /data.

To make sure I'm understanding correctly, I can't  change the download folder to something along the lines of '/mnt/user/torrents/downloads' or another share I created in Unraid? Sorry if I'm getting annoying, I am really new to anything that isn't Windows and I'm trying to wrap my head around this.

Link to comment
18 minutes ago, watevriwanabi said:

To make sure I'm understanding correctly, I can't  change the download folder to something along the lines of '/mnt/user/torrents/downloads' or another share I created in Unraid? Sorry if I'm getting annoying, I am really new to anything that isn't Windows and I'm trying to wrap my head around this.

Yes, you can. In the docker configuration set container path /data to host path /mnt/user/torrents. In the app settings set the download location to /data/incomplete and move completed downloads to /data/downloads.

 

You may want to read up on this. You really don’t want to screw up your port/path mappings.

https://wiki.unraid.net/What_are_the_host_volume_paths_and_the_container_paths

  • Like 1
Link to comment

My container keeps doing the same thing. Funny thing is one of the hosts where this is happening is not even running unraid but both are having the same issues. Can someone point me in the right direction please?

 

2021-11-18 07:44:24,631 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-11-18 07:44:24,631 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-11-18 07:44:24,631 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-11-18 07:44:24,632 DEBG 'watchdog-script' stdout output:
[info] qBittorrent config file already exists, skipping copy
[info] Removing session lock file (if it exists)...

2021-11-18 07:44:24,637 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.222 to /etc/resolv.conf

2021-11-18 07:44:24,642 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf

2021-11-18 07:44:24,649 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2021-11-18 07:44:24,656 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf

2021-11-18 07:44:24,661 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.218 to /etc/resolv.conf

2021-11-18 07:44:24,666 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2021-11-18 07:44:24,673 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf

2021-11-18 07:44:24,680 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf

2021-11-18 07:45:22,988 DEBG 'start-script' stdout output:
[warn] Unable to successfully download PIA json to generate token for wireguard from URL 'https://www.privateinternetaccess.com/gtoken/generateToken'
[info] 12 retries left
[info] Retrying in 10 secs...

Link to comment
1 hour ago, wgstarks said:

What version are you running?

The latest:

 

docker pull binhex/arch-qbittorrentvpn:latest
latest: Pulling from binhex/arch-qbittorrentvpn
Digest: sha256:2e8b46305b92feb25351f72ab264e96f094b5b8699d6bd1adac36248b93fd03f
Status: Image is up to date for binhex/arch-qbittorrentvpn:latest
docker.io/binhex/arch-qbittorrentvpn:latest

 

Link to comment

I've read through the posts but can't seem to figure out what's going on. I, like a few others, have not been able to get the WebGUI to come up. I don't see any errors in the logs (below) and maybe am doing something wrong in my set up. any help would be appreciated

 

docker setup:

 

docker run -d \
    --sysctl="net.ipv4.conf.all.src_valid_mark=1" \
    --privileged=true \
    -p 6881:6881 \
    -p 6881:6881/udp \
    -p 8080:8080 \
    -p 8118:8118 \
    --name=qbittorrentvpn \
    -v /srv/dev-disk-by-uuid-d27d3ee6-3cb9-478e-88b5-613ff8cc6536/ExternalMedia/Downloads/qbittorrent/data:/data \
    -v /srv/dev-disk-by-uuid-d27d3ee6-3cb9-478e-88b5-613ff8cc6536/ExternalMedia/Downloads/qbittorrent/config:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e VPN_ENABLED=yes \
    -e VPN_USER=----- \
    -e VPN_PASS="-----" \ (needed quotes because of unescaped char)
    -e VPN_PROV=pia \
    -e VPN_CLIENT=wireguard \
    -e STRICT_PORT_FORWARD=yes \
    -e ENABLE_PRIVOXY=yes \
    -e LAN_NETWORK=192.168.1.0/24 \
    -e NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1 \
    -e VPN_INPUT_PORTS=1234 \
    -e VPN_OUTPUT_PORTS=5678 \
    -e DEBUG=false \
    -e WEBUI_PORT=8080 \
    -e UMASK=000 \
    -e PUID=1001 \
    -e PGID=100 \
    binhex/arch-qbittorrentvpn

 

 

here are the logs:

 

Created by...,
___.   .__       .__,
\_ |__ |__| ____ |  |__   ____ ___  ___,
 | __ \|  |/    \|  |  \_/ __ \\  \/  /,
 | \_\ \  |   |  \   Y  \  ___/ >    <,
 |___  /__|___|  /___|  /\___  >__/\_ \,
     \/        \/     \/     \/      \/,
   https://hub.docker.com/u/binhex/,
,
2021-11-18 14:21:46.050449 [info] System information Linux 5a9012890701 5.10.0-0.bpo.9-amd64 #1 SMP Debian 5.10.70-1~bpo10+1 (2021-10-10) x86_64 GNU/Linux,
2021-11-18 14:21:46.515015 [info] OS_ARCH defined as 'x86-64',
2021-11-18 14:21:46.586216 [info] PUID defined as '1001',
2021-11-18 14:21:51.450589 [info] PGID defined as '100',
2021-11-18 14:21:55.171478 [info] UMASK defined as '000',
2021-11-18 14:21:55.430460 [info] Permissions already set for '/config',
2021-11-18 14:21:57.173567 [info] Deleting files in /tmp (non recursive)...,
2021-11-18 14:21:57.669393 [info] VPN_ENABLED defined as 'yes',
2021-11-18 14:21:57.741089 [info] VPN_CLIENT defined as 'wireguard',
2021-11-18 14:21:57.808494 [info] VPN_PROV defined as 'pia',
2021-11-18 14:22:08.782244 [info] WireGuard config file (conf extension) is located at /config/wireguard/wg0.conf,
2021-11-18 14:22:09.997844 [info] VPN_REMOTE_SERVER defined as 'nl-amsterdam.privacy.network',
2021-11-18 14:22:11.457336 [info] VPN_REMOTE_PORT defined as '1337',
2021-11-18 14:22:11.485571 [info] VPN_DEVICE_TYPE defined as 'wg0',
2021-11-18 14:22:11.512196 [info] VPN_REMOTE_PROTOCOL defined as 'udp',
2021-11-18 14:22:11.542299 [info] LAN_NETWORK defined as '192.168.1.0/24',
2021-11-18 14:22:11.586327 [info] NAME_SERVERS defined as '84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1',
2021-11-18 14:22:11.640711 [info] VPN_USER defined as '-----',
2021-11-18 14:22:11.677253 [info] VPN_PASS defined as '-----',
2021-11-18 14:22:11.708121 [info] STRICT_PORT_FORWARD defined as 'yes',
2021-11-18 14:22:11.745155 [info] ENABLE_PRIVOXY defined as 'yes',
2021-11-18 14:22:11.802836 [info] VPN_INPUT_PORTS defined as '1234',
2021-11-18 14:22:11.833899 [info] VPN_OUTPUT_PORTS defined as '5678',
2021-11-18 14:22:11.864649 [info] WEBUI_PORT defined as '8080',
2021-11-18 14:22:31.767347 [info] Starting Supervisor...,
2021-11-18 14:23:09,012 INFO Included extra file "/etc/supervisor/conf.d/qbittorrent.conf" during parsing,
2021-11-18 14:23:09,012 INFO Set uid to user 0 succeeded,
2021-11-18 14:23:09,098 INFO supervisord started with pid 8,
2021-11-18 14:23:10,103 INFO spawned: 'shutdown-script' with pid 162,
2021-11-18 14:23:10,108 INFO spawned: 'start-script' with pid 163,
2021-11-18 14:23:10,114 INFO spawned: 'watchdog-script' with pid 164,
2021-11-18 14:23:10,115 INFO reaped unknown pid 9 (exit status 0),
2021-11-18 14:23:10,193 DEBG 'start-script' stdout output:,
[info] VPN is enabled, beginning configuration of VPN,
,
2021-11-18 14:23:10,194 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs),
2021-11-18 14:23:10,194 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs),
2021-11-18 14:23:10,194 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs),
2021-11-18 14:23:10,440 DEBG 'watchdog-script' stdout output:,
[info] qBittorrent config file already exists, skipping copy,
[info] Removing session lock file (if it exists)...,
,
2021-11-18 14:23:10,492 DEBG 'start-script' stdout output:,
[info] Adding 84.200.69.80 to /etc/resolv.conf,
,
2021-11-18 14:23:10,504 DEBG 'start-script' stdout output:,
[info] Adding 37.235.1.174 to /etc/resolv.conf,
,
2021-11-18 14:23:10,514 DEBG 'start-script' stdout output:,
[info] Adding 1.1.1.1 to /etc/resolv.conf,
,
2021-11-18 14:23:10,527 DEBG 'start-script' stdout output:,
[info] Adding 37.235.1.177 to /etc/resolv.conf,
,
2021-11-18 14:23:10,537 DEBG 'start-script' stdout output:,
[info] Adding 84.200.70.40 to /etc/resolv.conf,
,
2021-11-18 14:23:10,547 DEBG 'start-script' stdout output:,
[info] Adding 1.0.0.1 to /etc/resolv.conf,
,
2021-11-18 14:23:11,870 DEBG 'start-script' stdout output:,
[info] Token generated for PIA wireguard authentication,
,
2021-11-18 14:23:11,939 DEBG 'start-script' stdout output:,
[info] Trying to connect to the PIA WireGuard API on 'nl-amsterdam.privacy.network'...,
,
2021-11-18 14:23:13,600 DEBG 'start-script' stdout output:,
[info] Default route for container is 172.17.0.1,
,
2021-11-18 14:23:13,896 DEBG 'start-script' stdout output:,
[info] Docker network defined as    172.17.0.0/16,
,
2021-11-18 14:23:13,908 DEBG 'start-script' stdout output:,
[info] Adding 192.168.1.0/24 as route via docker eth0,
,
2021-11-18 14:23:13,912 DEBG 'start-script' stdout output:,
[info] ip route defined as follows...,
--------------------,
,
2021-11-18 14:23:14,006 DEBG 'start-script' stdout output:,
default via 172.17.0.1 dev eth0 ,
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.5 ,
192.168.1.0/24 via 172.17.0.1 dev eth0 ,
,
2021-11-18 14:23:14,006 DEBG 'start-script' stdout output:,
broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 ,
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 ,
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 ,
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 ,
broadcast 172.17.0.0 dev eth0 table local proto kernel scope link src 172.17.0.5 ,
local 172.17.0.5 dev eth0 table local proto kernel scope host src 172.17.0.5 ,
broadcast 172.17.255.255 dev eth0 table local proto kernel scope link src 172.17.0.5 ,
--------------------,
iptable_mangle         16384  0,
ip_tables              28672  3 iptable_filter,iptable_raw,iptable_mangle,
x_tables               53248  13 xt_conntrack,iptable_filter,nft_compat,xt_tcpudp,xt_addrtype,xt_nat,xt_comment,xt_connmark,iptable_raw,ip_tables,xt_MASQUERADE,iptable_mangle,xt_mark,
[info] iptable_mangle support detected, adding fwmark for tables,
,
2021-11-18 14:23:15,356 DEBG 'start-script' stdout output:,
[info] iptables defined as follows...,
--------------------,
,
2021-11-18 14:23:15,381 DEBG 'start-script' stdout output:,
-P INPUT DROP,
-P FORWARD DROP,
-P OUTPUT DROP,
-A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT,
-A INPUT -s 212.102.34.232/32 -i eth0 -j ACCEPT,
-A INPUT -s 181.214.206.121/32 -i eth0 -j ACCEPT,
-A INPUT -s 212.102.34.241/32 -i eth0 -j ACCEPT,
-A INPUT -s 181.214.206.111/32 -i eth0 -j ACCEPT,
-A INPUT -s 212.102.34.251/32 -i eth0 -j ACCEPT,
-A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT,
-A INPUT -i eth0 -p udp -m udp --dport 8080 -j ACCEPT,
-A INPUT -i eth0 -p tcp -m tcp --dport 1234 -j ACCEPT,
-A INPUT -i eth0 -p udp -m udp --dport 1234 -j ACCEPT,
-A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT,
-A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -m tcp --sport 5678 -j ACCEPT,
-A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT,
-A INPUT -i lo -j ACCEPT,
-A INPUT -i wg0 -j ACCEPT,
-A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT,
-A OUTPUT -d 212.102.34.232/32 -o eth0 -j ACCEPT,
-A OUTPUT -d 181.214.206.121/32 -o eth0 -j ACCEPT,
-A OUTPUT -d 212.102.34.241/32 -o eth0 -j ACCEPT,
-A OUTPUT -d 181.214.206.111/32 -o eth0 -j ACCEPT,
-A OUTPUT -d 212.102.34.251/32 -o eth0 -j ACCEPT,
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT,
-A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT,
-A OUTPUT -o eth0 -p tcp -m tcp --sport 1234 -j ACCEPT,
-A OUTPUT -o eth0 -p udp -m udp --sport 1234 -j ACCEPT,
-A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT,
-A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --dport 5678 -j ACCEPT,
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT,
-A OUTPUT -o lo -j ACCEPT,
-A OUTPUT -o wg0 -j ACCEPT,
,
2021-11-18 14:23:15,385 DEBG 'start-script' stdout output:,
--------------------,
,
2021-11-18 14:23:15,395 DEBG 'start-script' stdout output:,
[info] Attempting to bring WireGuard interface 'up'...,
,
2021-11-18 14:23:15,634 DEBG 'start-script' stderr output:,
Warning: `/config/wireguard/wg0.conf' is world accessible,
,
2021-11-18 14:23:17,002 DEBG 'start-script' stderr output:,
[#] ip link add wg0 type wireguard,
,
2021-11-18 14:23:17,007 DEBG 'start-script' stderr output:,
[#] wg setconf wg0 /dev/fd/63,
,
2021-11-18 14:23:17,013 DEBG 'start-script' stderr output:,
[#] ip -4 address add 10.11.208.33 dev wg0,
,
2021-11-18 14:23:17,055 DEBG 'start-script' stderr output:,
[#] ip link set mtu 1420 up dev wg0,
,
2021-11-18 14:23:17,203 DEBG 'start-script' stderr output:,
[#] wg set wg0 fwmark 51820,
,
2021-11-18 14:23:17,206 DEBG 'start-script' stderr output:,
[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820,
,
2021-11-18 14:23:17,211 DEBG 'start-script' stderr output:,
[#] ip -4 rule add not fwmark 51820 table 51820,
,
2021-11-18 14:23:17,214 DEBG 'start-script' stderr output:,
[#] ip -4 rule add table main suppress_prefixlength 0,
,
2021-11-18 14:23:17,224 DEBG 'start-script' stderr output:,
[#] sysctl -q net.ipv4.conf.all.src_valid_mark=1,
,
2021-11-18 14:23:17,290 DEBG 'start-script' stderr output:,
[#] iptables-restore -n,
,
2021-11-18 14:23:17,536 DEBG 'start-script' stderr output:,
[#] '/root/wireguardup.sh',
,
2021-11-18 14:23:19,022 DEBG 'start-script' stdout output:,
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...,
,
2021-11-18 14:23:20,088 DEBG 'start-script' stdout output:,
[info] Successfully retrieved external IP address 212.102.34.232,
,
2021-11-18 14:23:20,092 DEBG 'start-script' stdout output:,
[info] WireGuard interface 'up',
,
2021-11-18 14:23:20,155 DEBG 'start-script' stdout output:,
[info] Script started to assign incoming port,
,
2021-11-18 14:23:20,156 DEBG 'start-script' stdout output:,
[info] Port forwarding is enabled,
[info] Checking endpoint 'nl-amsterdam.privacy.network' is port forward enabled...,
,
2021-11-18 14:23:21,349 DEBG 'start-script' stdout output:,
[info] PIA endpoint 'nl-amsterdam.privacy.network' is in the list of endpoints that support port forwarding,
,
2021-11-18 14:23:21,353 DEBG 'start-script' stdout output:,
[info] List of PIA endpoints that support port forwarding:-,
,
2021-11-18 14:23:21,353 DEBG 'start-script' stdout output:,
[info] al.privacy.network,
---- REDACTED. LIST TOO LONG ----
,
2021-11-18 14:23:21,355 DEBG 'start-script' stdout output:,
[info] cyprus.privacy.network,
[info] georgia.privacy.network,
[info] hk.privacy.network,
[info] in.privacy.network,
[info] israel.privacy.network,
[info] japan.privacy.network,
[info] japan-2.privacy.network,
[info] kazakhstan.privacy.network,
[info] macau.privacy.network,
[info] mongolia.privacy.network,
[info] philippines.privacy.network,
[info] qatar.privacy.network,
[info] saudiarabia.privacy.network,
[info] sg.privacy.network,
[info] srilanka.privacy.network,
[info] taiwan.privacy.network,
[info] tr.privacy.network,
[info] ae.privacy.network,
,
2021-11-18 14:23:21,355 DEBG 'start-script' stdout output:,
[info] vietnam.privacy.network,
[info] au-sydney.privacy.network,
[info] aus-melbourne.privacy.network,
[info] aus-perth.privacy.network,
[info] nz.privacy.network,
[info] dz.privacy.network,
[info] egypt.privacy.network,
[info] morocco.privacy.network,
[info] nigeria.privacy.network,
[info] za.privacy.network,
,
2021-11-18 14:23:24,089 DEBG 'start-script' stdout output:,
[info] Successfully assigned and bound incoming port '28280',
,
2021-11-18 14:23:39,085 DEBG 'watchdog-script' stdout output:,
[info] qBittorrent listening interface IP 0.0.0.0 and VPN provider IP 10.11.208.33 different, marking for reconfigure,
,
2021-11-18 14:23:39,433 DEBG 'watchdog-script' stdout output:,
[info] qBittorrent not running,
,
2021-11-18 14:23:39,446 DEBG 'watchdog-script' stdout output:,
[info] Privoxy not running,
,
2021-11-18 14:23:39,446 DEBG 'watchdog-script' stdout output:,
[info] qBittorrent incoming port 6881 and VPN incoming port 28280 different, marking for reconfigure,
,
2021-11-18 14:23:39,461 DEBG 'watchdog-script' stdout output:,
[info] Removing session lock file (if it exists)...,
,
2021-11-18 14:23:39,517 DEBG 'watchdog-script' stdout output:,
[info] Attempting to start qBittorrent...,
,
2021-11-18 14:23:45,235 DEBG 'watchdog-script' stdout output:,
[info] qBittorrent process started,
,
2021-11-18 14:23:45,235 DEBG 'watchdog-script' stdout output:,
[info] Waiting for qBittorrent process to start listening on port 8080...,
,
2021-11-18 14:23:50,924 DEBG 'watchdog-script' stdout output:,
[info] qBittorrent process listening on port 8080,
,
2021-11-18 14:23:51,083 DEBG 'watchdog-script' stdout output:,
[info] Attempting to start Privoxy...,
,
2021-11-18 14:23:52,334 DEBG 'watchdog-script' stdout output:,
[info] Privoxy process started,
[info] Waiting for Privoxy process to start listening on port 8118...,
,
2021-11-18 14:23:52,347 DEBG 'watchdog-script' stdout output:,
[info] Privoxy process listening on port 8118,

 

Edited by leeroyjenks
Link to comment
36 minutes ago, leeroyjenks said:

I've read through the posts but can't seem to figure out what's going on. I, like a few others, have not been able to get the WebGUI to come up. I don't see any errors in the logs (below) and maybe am doing something wrong in my set up. any help would be appreciated

That looks like a successful start. Are you trying to access the webUI from the same network as the server?

Link to comment
22 hours ago, wgstarks said:

That looks like a successful start. Are you trying to access the webUI from the same network as the server?

Yeah, and I'm getting a time out that the site can't be reached. If it was in conflict with another port, it would throw an error when attempting to start qBit right? I tried a few different ports and wasn't successful either. I don't know if this matters, but I'm running this in docker on OMV and not unraid

Link to comment

Is there any news on how to fix the "world accessible" wireguard wg0.conf file config issue? I'm getting this error in my logs. Everything else is working fine as far as I can see. I'm using Mullvad.

 

Very nice app, thank you Binhex.

 

Edit: I've attached my supervisord.log if this helps.

 

supervisord.log

Edited by texbex
Edited for clarity
Link to comment

Hi! 

 

For the fourth time this month, I'm having an issue with this container resulting with an unresponsive server, forcing me to do an unclean shutdown (no WebUI, no SSH). I'm using CA auto-update and CA appdata backup plugins. When they shutdown the docker before performing backup/update at scheduled time, I assume qbittorrent docker failed to properly shutdown before the expiration of the delay (10 seconds by default) from the plugins, and it results being killed. At restart, (this, I know for a fact) qbittorrent config has been lost, and it starts moving all torrents to /config/download simultaneously, which results, I think, in an out of memory error, affecting the whole server.

Last time it happened, I tried to bump up the expiration delays up to 60 seconds, but this morning it happened again. 

 

I'd be really grateful to get some help sorting this out : is someone encountering a similar issue ? How can I diagnose why the docker failed to shutdown (if this is the issue) ? Is there a way to prevent a config override ? For now, I disabled auto-update and backup for this particular docker, and excluded it from the list of docker to stop before backup, but I'd ideally like to use these features. 

Edited by potjoe
Link to comment

I think I'm having a similar issue to leeroyjenks.

 

Everything was fine when I went to bed, torrents running normally and I didn't change any settings. In the morning I could still access the webui and all torrents were still in the seeding or downloading state, but no data transfer. 

 

I restarted and it took a while to load the webui but after 10 minutes or so could log in, same thing. I use VPN unlimited, through wireguard. All worked fine before. It now says I'm firewalled and I get this in the logs:

 

Any ideas?

 

2021-11-24 12:51:02,395 DEBG 'watchdog-script' stdout output:
[info] DNS failure, creating file '/tmp/dnsfailure' to indicate failure...

2021-11-24 12:52:25,685 DEBG 'start-script' stdout output:
[info] DNS failure, creating file '/tmp/dnsfailure' to indicate failure...

2021-11-24 12:52:25,687 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...

2021-11-24 12:52:35,727 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'http://whatismyip.akamai.com'...

2021-11-24 12:52:45,744 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://ifconfig.co/ip'...

2021-11-24 12:52:55,762 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://showextip.azurewebsites.net'...

2021-11-24 12:53:05,776 DEBG 'start-script' stdout output:
[warn] Cannot determine external IP address, performing tests before setting to '127.0.0.1'...
[info] Show name servers defined for container

2021-11-24 12:53:05,776 DEBG 'start-script' stdout output:
# Generated by resolvconf
nameserver 10.100.0.1

2021-11-24 12:53:05,776 DEBG 'start-script' stdout output:
[info] Show contents of hosts file

2021-11-24 12:53:05,777 DEBG 'start-script' stdout output:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
172.17.0.11 6c1935f9be50

2021-11-24 12:53:05,778 DEBG 'start-script' stdout output:
[info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment

2021-11-24 12:53:05,779 DEBG 'start-script' stdout output:
[info] WireGuard interface 'up'

2021-11-24 12:53:35,780 DEBG 'start-script' stdout output:
[info] Sending 'down' command to WireGuard due to dns failure...

2021-11-24 12:53:35,780 DEBG 'start-script' stdout output:
[info] Attempting to bring WireGuard interface 'down'...

2021-11-24 12:53:35,789 DEBG 'start-script' stderr output:
Warning: `/config/wireguard/wg0.conf' is world accessible

2021-11-24 12:53:35,798 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table 51820

2021-11-24 12:53:35,802 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table main suppress_prefixlength 0

2021-11-24 12:53:35,806 DEBG 'start-script' stderr output:
[#] ip link delete dev wg0

2021-11-24 12:53:35,861 DEBG 'start-script' stderr output:
[#] resolvconf -d wg0 -f

2021-11-24 12:53:35,865 DEBG 'start-script' stderr output:
could not detect a useable init system
 

 

Link to comment
8 hours ago, xMaverickx said:

I think I'm having a similar issue to leeroyjenks.

 

Everything was fine when I went to bed, torrents running normally and I didn't change any settings. In the morning I could still access the webui and all torrents were still in the seeding or downloading state, but no data transfer. 

 

I restarted and it took a while to load the webui but after 10 minutes or so could log in, same thing. I use VPN unlimited, through wireguard. All worked fine before. It now says I'm firewalled and I get this in the logs:

 

Any ideas?

 

2021-11-24 12:51:02,395 DEBG 'watchdog-script' stdout output:
[info] DNS failure, creating file '/tmp/dnsfailure' to indicate failure...

2021-11-24 12:52:25,685 DEBG 'start-script' stdout output:
[info] DNS failure, creating file '/tmp/dnsfailure' to indicate failure...

2021-11-24 12:52:25,687 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...

2021-11-24 12:52:35,727 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'http://whatismyip.akamai.com'...

2021-11-24 12:52:45,744 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://ifconfig.co/ip'...

2021-11-24 12:52:55,762 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://showextip.azurewebsites.net'...

2021-11-24 12:53:05,776 DEBG 'start-script' stdout output:
[warn] Cannot determine external IP address, performing tests before setting to '127.0.0.1'...
[info] Show name servers defined for container

2021-11-24 12:53:05,776 DEBG 'start-script' stdout output:
# Generated by resolvconf
nameserver 10.100.0.1

2021-11-24 12:53:05,776 DEBG 'start-script' stdout output:
[info] Show contents of hosts file

2021-11-24 12:53:05,777 DEBG 'start-script' stdout output:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
172.17.0.11 6c1935f9be50

2021-11-24 12:53:05,778 DEBG 'start-script' stdout output:
[info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment

2021-11-24 12:53:05,779 DEBG 'start-script' stdout output:
[info] WireGuard interface 'up'

2021-11-24 12:53:35,780 DEBG 'start-script' stdout output:
[info] Sending 'down' command to WireGuard due to dns failure...

2021-11-24 12:53:35,780 DEBG 'start-script' stdout output:
[info] Attempting to bring WireGuard interface 'down'...

2021-11-24 12:53:35,789 DEBG 'start-script' stderr output:
Warning: `/config/wireguard/wg0.conf' is world accessible

2021-11-24 12:53:35,798 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table 51820

2021-11-24 12:53:35,802 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table main suppress_prefixlength 0

2021-11-24 12:53:35,806 DEBG 'start-script' stderr output:
[#] ip link delete dev wg0

2021-11-24 12:53:35,861 DEBG 'start-script' stderr output:
[#] resolvconf -d wg0 -f

2021-11-24 12:53:35,865 DEBG 'start-script' stderr output:
could not detect a useable init system
 

 

 

Seems to be a wireguard issue. Same thing was happening with delugevpn, and so I changed them both back to openvpn and they are now working.

Link to comment
9 hours ago, xMaverickx said:

[info] DNS failure, creating file '/tmp/dnsfailure' to indicate failure...

this is the problem, most probably due to the pia dns failure discussed a lot in this thread, TLDR is set NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1

Link to comment
1 hour ago, binhex said:

this is the problem, most probably due to the pia dns failure discussed a lot in this thread, TLDR is set NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1

 

Thanks for the reply, but this didn't work for me, bearing in mind I'm not using PIA if that matters. Same error.

Link to comment

Hey I'm having the issue of not being able to access webUI with VPN enabled. I have tried different changes and the only working when VPN is disabled. I had this working on Fedora but when I made the switch to unraid I have been unsuccessful. I have checked the ports and everything that I can see is fine. I even tried another version and it still stalls on loading. I checked different browsers and computers. I'm on the same network 192.168.1.x

 

Any help is much appreciated. Logs provided below too.

 

 

2021-11-25 01:20:42.729468 [info] System information Linux 1f32e6e5e4d0 5.10.28-Unraid #1 SMP Wed Apr 7 08:23:18 PDT 2021 x86_64 GNU/Linux
2021-11-25 01:20:42.772839 [info] OS_ARCH defined as 'x86-64'
2021-11-25 01:20:42.811942 [info] PUID defined as '99'
2021-11-25 01:20:43.164195 [info] PGID defined as '100'
2021-11-25 01:20:43.796108 [info] UMASK defined as '000'
2021-11-25 01:20:43.815654 [info] Permissions already set for '/config'
2021-11-25 01:20:43.900712 [info] Deleting files in /tmp (non recursive)...
2021-11-25 01:20:43.953340 [info] VPN_ENABLED defined as 'yes'
2021-11-25 01:20:43.973745 [info] VPN_CLIENT defined as 'openvpn'
2021-11-25 01:20:43.993574 [info] VPN_PROV defined as 'pia'
2021-11-25 01:20:46.655123 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/au_melbourne.ovpn
2021-11-25 01:20:46.883843 [info] VPN remote server(s) defined as 'aus-melbourne.privacy.network,'
2021-11-25 01:20:46.900566 [info] VPN remote port(s) defined as '1198,'
2021-11-25 01:20:46.917013 [info] VPN remote protcol(s) defined as 'udp,'
2021-11-25 01:20:46.937375 [info] VPN_DEVICE_TYPE defined as 'tun0'
2021-11-25 01:20:46.957940 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2021-11-25 01:20:46.978289 [info] LAN_NETWORK defined as '192.168.1.0/24'
2021-11-25 01:20:46.999070 [info] NAME_SERVERS defined as '84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
2021-11-25 01:20:47.019840 [info] VPN_USER defined as ''
2021-11-25 01:20:47.040092 [info] VPN_PASS defined as ''
2021-11-25 01:20:47.060040 [info] STRICT_PORT_FORWARD defined as 'yes'
2021-11-25 01:20:47.078858 [info] ENABLE_PRIVOXY defined as 'yes'
2021-11-25 01:20:47.100572 [info] VPN_INPUT_PORTS defined as '1234'
2021-11-25 01:20:47.120082 [info] VPN_OUTPUT_PORTS defined as '5678'
2021-11-25 01:20:47.140286 [info] WEBUI_PORT defined as '8080'
2021-11-25 01:20:47.163994 [info] Starting Supervisor...
2021-11-25 01:20:48,167 INFO Included extra file "/etc/supervisor/conf.d/qbittorrent.conf" during parsing
2021-11-25 01:20:48,167 INFO Set uid to user 0 succeeded
2021-11-25 01:20:48,171 INFO supervisord started with pid 7
2021-11-25 01:20:49,174 INFO spawned: 'shutdown-script' with pid 185
2021-11-25 01:20:49,175 INFO spawned: 'start-script' with pid 186
2021-11-25 01:20:49,176 INFO spawned: 'watchdog-script' with pid 187
2021-11-25 01:20:49,176 INFO reaped unknown pid 8 (exit status 0)
2021-11-25 01:20:49,209 DEBG 'watchdog-script' stdout output:
[info] qBittorrent config file already exists, skipping copy
[info] Removing session lock file (if it exists)...

2021-11-25 01:20:49,209 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-11-25 01:20:49,209 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-11-25 01:20:49,210 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-11-25 01:20:49,210 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2021-11-25 01:20:49,274 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf

2021-11-25 01:20:49,277 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2021-11-25 01:20:49,281 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf

2021-11-25 01:20:49,284 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2021-11-25 01:20:49,288 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf

2021-11-25 01:20:49,292 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf

2021-11-25 01:20:49,670 DEBG 'start-script' stdout output:
[info] Default route for container is 192.168.1.1

2021-11-25 01:20:49,708 DEBG 'start-script' stdout output:
[info] Docker network defined as 192.168.1.0/24

2021-11-25 01:20:49,712 DEBG 'start-script' stdout output:
[info] Adding 192.168.1.0/24 as route via docker eth0

2021-11-25 01:20:49,713 DEBG 'start-script' stderr output:
RTNETLINK answers: File exists

2021-11-25 01:20:49,713 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------

2021-11-25 01:20:49,714 DEBG 'start-script' stdout output:
default via 192.168.1.1 dev eth0
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.201

2021-11-25 01:20:49,715 DEBG 'start-script' stdout output:
broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
broadcast 192.168.1.0 dev eth0 table local proto kernel scope link src 192.168.1.201
local 192.168.1.201 dev eth0 table local proto kernel scope host src 192.168.1.201
broadcast 192.168.1.255 dev eth0 table local proto kernel scope link src 192.168.1.201
--------------------

2021-11-25 01:20:49,717 DEBG 'start-script' stdout output:
iptable_mangle 16384 1
ip_tables 28672 3 iptable_filter,iptable_nat,iptable_mangle
x_tables 28672 14 ip6table_filter,xt_conntrack,iptable_filter,xt_tcpudp,xt_addrtype,xt_CHECKSUM,xt_nat,ip6_tables,ipt_REJECT,ip_tables,ip6table_mangle,xt_MASQUERADE,iptable_mangle,xt_mark

2021-11-25 01:20:49,718 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables

2021-11-25 01:20:49,864 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2021-11-25 01:20:49,870 DEBG 'start-script' stdout output:
-P INPUT DROP
-P FORWARD DROP
-P OUTPUT DROP
-A INPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT
-A INPUT -s 181.214.199.111/32 -i eth0 -j ACCEPT
-A INPUT -s 181.214.199.102/32 -i eth0 -j ACCEPT
-A INPUT -s 181.214.199.101/32 -i eth0 -j ACCEPT
-A INPUT -s 181.214.199.122/32 -i eth0 -j ACCEPT
-A INPUT -s 181.214.199.112/32 -i eth0 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT
-A INPUT -i eth0 -p udp -m udp --dport 8080 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 1234 -j ACCEPT
-A INPUT -i eth0 -p udp -m udp --dport 1234 -j ACCEPT
-A INPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
-A INPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -i eth0 -p tcp -m tcp --sport 5678 -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -i tun0 -j ACCEPT
-A OUTPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT
-A OUTPUT -d 181.214.199.111/32 -o eth0 -j ACCEPT
-A OUTPUT -d 181.214.199.102/32 -o eth0 -j ACCEPT
-A OUTPUT -d 181.214.199.101/32 -o eth0 -j ACCEPT
-A OUTPUT -d 181.214.199.122/32 -o eth0 -j ACCEPT
-A OUTPUT -d 181.214.199.112/32 -o eth0 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT
-A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 1234 -j ACCEPT
-A OUTPUT -o eth0 -p udp -m udp --sport 1234 -j ACCEPT
-A OUTPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
-A OUTPUT -s 192.168.1.0/24 -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --dport 5678 -j ACCEPT
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT

2021-11-25 01:20:49,871 DEBG 'start-script' stdout output:
--------------------

2021-11-25 01:20:49,871 DEBG 'start-script' stdout output:
[info] Starting OpenVPN (non daemonised)...

2021-11-25 01:20:50,019 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'aes-128-cbc' to --data-ciphers or change --cipher 'aes-128-cbc' to --data-ciphers-fallback 'aes-128-cbc' to silence this warning.

2021-11-25 01:20:50,019 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 WARNING: file 'credentials.conf' is group or others accessible
2021-11-25 01:20:50 OpenVPN 2.5.4 [git:makepkg/3f7a85b9aebe7be0+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Oct 5 2021
2021-11-25 01:20:50 library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10

2021-11-25 01:20:50,019 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-11-25 01:20:50,020 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
MIICWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQI
EwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRl
cm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAw
HgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0
ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRl
aW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZa
MCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG
9w0BAQ0FAAOCAQEAQZo9X97ci8EcPYu/uK2HB152OZbeZCINmYyluLDOdcSvg6B5
jI+ffKN3laDvczsG6CxmY3jNyc79XVpEYUnq4rT3FfveW1+Ralf+Vf38HdpwB8EW
B4hZlQ205+21CALLvZvR8HcPxC9KEnev1mU46wkTiov0EKc+EdRxkj5yMgv0V2Re
ze7AP+NQ9ykvDScH4eYCsmufNpIjBLhpLE2cuZZXBLcPhuRzVoU3l7A9lvzG9mjA
5YijHJGHNjlWFqyrn1CfYS6koa4TGEPngBoAziWRbDGdhEgJABHrpoaFYaL61zqy
MR6jC0K2ps9qyZAN74LEBedEfK7tBOzWMwr58A==
-----END X509 CRL-----


2021-11-25 01:20:50,020 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 TCP/UDP: Preserving recently used remote address: [AF_INET]181.214.199.111:1198
2021-11-25 01:20:50 UDP link local: (not bound)
2021-11-25 01:20:50 UDP link remote: [AF_INET]181.214.199.111:1198

2021-11-25 01:20:50,355 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 [melbourne414] Peer Connection Initiated with [AF_INET]181.214.199.111:1198

2021-11-25 01:20:50,402 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 TUN/TAP device tun0 opened
2021-11-25 01:20:50 net_iface_mtu_set: mtu 1500 for tun0

2021-11-25 01:20:50,402 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 net_iface_up: set tun0 up
2021-11-25 01:20:50 net_addr_v4_add: 10.13.112.155/24 dev tun0
2021-11-25 01:20:50 /root/openvpnup.sh tun0 1500 1553 10.13.112.155 255.255.255.0 init

2021-11-25 01:20:50,404 DEBG 'start-script' stdout output:
2021-11-25 01:20:50 Initialization Sequence Completed

2021-11-25 01:21:07,834 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...

2021-11-25 01:21:08,749 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 181.214.199.111

2021-11-25 01:21:08,754 DEBG 'start-script' stdout output:
[info] Script started to assign incoming port

2021-11-25 01:21:08,754 DEBG 'start-script' stdout output:
[info] Port forwarding is enabled
[info] Checking endpoint 'aus-melbourne.privacy.network' is port forward enabled...

2021-11-25 01:21:09,762 DEBG 'start-script' stdout output:
[info] PIA endpoint 'aus-melbourne.privacy.network' is in the list of endpoints that support port forwarding

2021-11-25 01:21:09,763 DEBG 'start-script' stdout output:
[info] List of PIA endpoints that support port forwarding:-

2021-11-25 01:21:09,763 DEBG 'start-script' stdout output:
[info] al.privacy.network
[info] ad.privacy.network
[info] austria.privacy.network
[info] brussels.privacy.network
[info] ba.privacy.network
[info] sofia.privacy.network
[info] zagreb.privacy.network
[info] czech.privacy.network
[info] denmark.privacy.network
[info] denmark-2.privacy.network
[info] ee.privacy.network
[info] fi.privacy.network
[info] fi-2.privacy.network
[info] france.privacy.network
[info] de-berlin.privacy.network
[info] de-frankfurt.privacy.network
[info] gr.privacy.network
[info] hungary.privacy.network
[info] is.privacy.network
[info] ireland.privacy.network
[info] man.privacy.network
[info] italy.privacy.network
[info] italy-2.privacy.network
[info] lv.privacy.network
[info] liechtenstein.privacy.network
[info] lt.privacy.network
[info] lu.privacy.network
[info] mk.privacy.network
[info] malta.privacy.network
[info] md.privacy.network
[info] monaco.privacy.network
[info] montenegro.privacy.network
[info] nl-amsterdam.privacy.network
[info] no.privacy.network
[info] poland.privacy.network

2021-11-25 01:21:09,763 DEBG 'start-script' stdout output:
[info] pt.privacy.network
[info] ro.privacy.network
[info] rs.privacy.network
[info] sk.privacy.network
[info] spain.privacy.network
[info] sweden.privacy.network
[info] swiss.privacy.network
[info] ua.privacy.network
[info] uk-london.privacy.network
[info] uk-southampton.privacy.network
[info] uk-manchester.privacy.network
[info] uk-2.privacy.network
[info] bahamas.privacy.network
[info] ca-toronto.privacy.network
[info] ca-montreal.privacy.network
[info] ca-vancouver.privacy.network
[info] ca-ontario.privacy.network
[info] greenland.privacy.network
[info] mexico.privacy.network
[info] panama.privacy.network
[info] ar.privacy.network
[info] br.privacy.network
[info] venezuela.privacy.network
[info] yerevan.privacy.network
[info] bangladesh.privacy.network
[info] cambodia.privacy.network
[info] china.privacy.network
[info] cyprus.privacy.network
[info] georgia.privacy.network
[info] hk.privacy.network
[info] in.privacy.network
[info] israel.privacy.network
[info] japan.privacy.network
[info] japan-2.privacy.network
[info] kazakhstan.privacy.network
[info] macau.privacy.network
[info] mongolia.privacy.network
[info] philippines.privacy.network
[info] qatar.privacy.network
[info] saudiarabia.privacy.network
[info] sg.privacy.network
[info] srilanka.privacy.network
[info] taiwan.privacy.network
[info] tr.privacy.network
[info] ae.privacy.network
[info] vietnam.privacy.network
[info] au-sydney.privacy.network
[info] aus-melbourne.privacy.network
[info] aus-perth.privacy.network
[info] nz.privacy.network
[info] dz.privacy.network
[info] egypt.privacy.network
[info] morocco.privacy.network

2021-11-25 01:21:09,763 DEBG 'start-script' stdout output:
[info] nigeria.privacy.network
[info] za.privacy.network

2021-11-25 01:21:12,215 DEBG 'start-script' stdout output:
[info] Successfully assigned and bound incoming port '34261'

2021-11-25 01:21:27,655 DEBG 'watchdog-script' stdout output:
[info] qBittorrent listening interface IP 0.0.0.0 and VPN provider IP 10.13.112.155 different, marking for reconfigure

2021-11-25 01:21:27,691 DEBG 'watchdog-script' stdout output:
[info] qBittorrent not running

2021-11-25 01:21:27,694 DEBG 'watchdog-script' stdout output:
[info] Privoxy not running

2021-11-25 01:21:27,694 DEBG 'watchdog-script' stdout output:
[info] qBittorrent incoming port 6881 and VPN incoming port 34261 different, marking for reconfigure

2021-11-25 01:21:27,703 DEBG 'watchdog-script' stdout output:
[info] Removing session lock file (if it exists)...

2021-11-25 01:21:28,017 DEBG 'watchdog-script' stdout output:
[info] Attempting to start qBittorrent...

2021-11-25 01:21:28,368 DEBG 'watchdog-script' stderr output:
WARNING: CPU random generator seem to be failing, disabling hardware random number generation
WARNING: RDRND generated: 0xffffffff 0xffffffff 0xffffffff 0xffffffff

2021-11-25 01:21:28,535 DEBG 'watchdog-script' stdout output:
[info] qBittorrent process started
[info] Waiting for qBittorrent process to start listening on port 8080...

2021-11-25 01:21:29,873 DEBG 'watchdog-script' stdout output:
[info] qBittorrent process listening on port 8080

2021-11-25 01:21:29,971 DEBG 'watchdog-script' stdout output:
[info] Attempting to start Privoxy...

2021-11-25 01:21:31,007 DEBG 'watchdog-script' stdout output:
[info] Privoxy process started
[info] Waiting for Privoxy process to start listening on port 8118...

2021-11-25 01:21:31,010 DEBG 'watchdog-script' stdout output:
[info] Privoxy process listening on port 8118

Edited by JonathanM
remove credentials
Link to comment
2 minutes ago, ScoobyChan169 said:

2021-11-25 01:20:49,708 DEBG 'start-script' stdout output:
[info] Docker network defined as 192.168.1.0/24

this is your problem, you cannot have the docker network defined the same as your lan, switch it back to the default 'bridge' and it will load fine.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.