I need some help. I've been hitting my head against a wall for the past few days on this.
Clean install of both the OS and docker. When I get your image up and rolling everything connects and appears to be working as intended, but I cannot connect to the webui. If I temporarily disable the firewall I can connect. Adding the port to the firewall doesn't help either.
Any help would be greatly appreciated!
Created by...
___. .__ .__
\_ |__ |__| ____ | |__ ____ ___ ___
| __ \| |/ \| | \_/ __ \\ \/ /
| \_\ \ | | \ Y \ ___/ > <
|___ /__|___| /___| /\___ >__/\_ \
\/ \/ \/ \/ \/
https://hub.docker.com/u/binhex/
2020-01-20 10:49:58.984782 [info] System information Linux 145a52d24f35 3.10.0-1062.9.1.el7.x86_64 #1 SMP Fri Dec 6 15:49:49 UTC 2019 x86_64 GNU/Linux
2020-01-20 10:49:59.026084 [info] PUID defined as '1000'
2020-01-20 10:49:59.069343 [info] PGID defined as '1000'
2020-01-20 10:49:59.112489 [warn] UMASK not defined (via -e UMASK), defaulting to '000'
2020-01-20 10:49:59.152753 [info] Permissions already set for volume mappings
2020-01-20 10:49:59.197901 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info'
2020-01-20 10:49:59.238116 [info] DELUGE_WEB_LOG_LEVEL defined as 'info'
2020-01-20 10:49:59.278518 [info] VPN_ENABLED defined as 'yes'
2020-01-20 10:49:59.325048 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/no86.nordvpn.com.udp.ovpn
2020-01-20 10:49:59.396361 [info] VPN remote line defined as 'remote 37.120.149.19 1194'
2020-01-20 10:49:59.436827 [info] VPN_REMOTE defined as '37.120.149.19'
2020-01-20 10:49:59.477494 [info] VPN_PORT defined as '1194'
2020-01-20 10:49:59.521365 [info] VPN_PROTOCOL defined as 'udp'
2020-01-20 10:49:59.561927 [info] VPN_DEVICE_TYPE defined as 'tun0'
2020-01-20 10:49:59.602117 [info] VPN_PROV defined as 'custom'
2020-01-20 10:49:59.642444 [info] LAN_NETWORK defined as '69.195.142.27/32'
2020-01-20 10:49:59.682754 [info] NAME_SERVERS defined as '1.1.1.1'
2020-01-20 10:49:59.722878 [info] VPN_USER defined as '***'
2020-01-20 10:49:59.763357 [info] VPN_PASS defined as '***'
2020-01-20 10:49:59.803484 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2020-01-20 10:49:59.843601 [info] ENABLE_PRIVOXY defined as 'no'
2020-01-20 10:49:59.890306 [info] Deleting files in /tmp (non recursive)...
2020-01-20 10:49:59.929552 [info] Starting Supervisor...
2020-01-20 10:50:00,183 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2020-01-20 10:50:00,183 INFO Set uid to user 0 succeeded
2020-01-20 10:50:00,187 INFO supervisord started with pid 6
2020-01-20 10:50:01,189 INFO spawned: 'start-script' with pid 156
2020-01-20 10:50:01,191 INFO spawned: 'watchdog-script' with pid 157
2020-01-20 10:50:01,191 INFO reaped unknown pid 7
2020-01-20 10:50:01,200 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN
[debug] Environment variables defined as follows
APPLICATION=deluge
BASH=/bin/bash
BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
2020-01-20 10:50:01,200 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-01-20 10:50:01,200 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-01-20 10:50:01,200 DEBG 'start-script' stdout output:
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=([0]="0")
BASH_SOURCE=([0]="/root/start.sh")
BASH_VERSINFO=([0]="5" [1]="0" [2]="11" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='5.0.11(1)-release'
DEBUG=true
DELUGE_DAEMON_LOG_LEVEL=info
DELUGE_WEB_LOG_LEVEL=info
DIRSTACK=()
ENABLE_PRIVOXY=no
EUID=0
GROUPS=()
HOME=/home/nobody
HOSTNAME=145a52d24f35
HOSTTYPE=x86_64
IFS=$' \t\n'
LANG=en_GB.UTF-8
LAN_NETWORK=69.195.142.27/32
MACHTYPE=x86_64-pc-linux-gnu
NAME_SERVERS=1.1.1.1
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID=1000
PIPESTATUS=([0]="0")
PPID=6
PS4='+ '
PUID=1000
PWD=/
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:interactive-comments
SHLVL=1
SUPERVISOR_ENABLED=1
SUPERVISOR_GROUP_NAME=start-script
SUPERVISOR_PROCESS_NAME=start-script
TERM=xterm
UID=0
VPN_CONFIG=/config/openvpn/no86.nordvpn.com.udp.ovpn
VPN_DEVICE_TYPE=tun0
VPN_ENABLED=yes
VPN_OPTIONS=
VPN_PASS=***
VPN_PORT=1194
VPN_PROTOCOL=udp
VPN_PROV=custom
VPN_REMOTE=37.120.149.19
VPN_USER=***
_='[debug] Environment variables defined as follows'
[debug] Directory listing of files in /config/openvpn as follows
2020-01-20 10:50:01,204 DEBG 'start-script' stdout output:
total 12
drwxrwxr-x 2 nobody users 63 Jan 20 10:49 .
drwxrwxr-x 8 nobody users 4096 Jan 20 10:49 ..
-rwxrwxr-x 1 nobody users 67 Jan 19 21:57 credentials.conf
-rwxrwxr-x 1 nobody users 2802 Jan 20 10:49 no86.nordvpn.com.udp.ovpn
2020-01-20 10:50:01,213 DEBG 'start-script' stdout output:
[warn] Username contains characters which could cause authentication issues, please consider changing this if possible
2020-01-20 10:50:01,251 DEBG 'start-script' stdout output:
[debug] Contents of ovpn file /config/openvpn/no86.nordvpn.com.udp.ovpn as follows...
2020-01-20 10:50:01,252 DEBG 'start-script' stdout output:
remote 37.120.149.19 1194
client
dev tun
proto udp
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
ping 15
ping-restart 0
ping-timer-rem
***openVPN certificate contents here***
2020-01-20 10:50:01,266 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1
2020-01-20 10:50:01,271 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf
2020-01-20 10:50:01,274 DEBG 'start-script' stdout output:
37.120.149.19
2020-01-20 10:50:01,299 DEBG 'start-script' stdout output:
[debug] Show name servers defined for container
2020-01-20 10:50:01,300 DEBG 'start-script' stdout output:
nameserver 1.1.1.1
2020-01-20 10:50:01,301 DEBG 'start-script' stdout output:
[debug] Show name resolution for VPN endpoint 37.120.149.19
2020-01-20 10:50:01,304 DEBG 'start-script' stdout output:
;; ->>HEADER<<- opcode: QUERY, rcode: NXDOMAIN, id: 60853
;; flags: qr rd ra ; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;; 37.120.149.19. IN A
;; ANSWER SECTION:
;; AUTHORITY SECTION:
. 7692 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2020012000 1800 900 604800 86400
;; ADDITIONAL SECTION:
;; Query time: 0 msec
;; SERVER: 1.1.1.1
;; WHEN: Mon Jan 20 10:50:01 2020
;; MSG SIZE rcvd: 106
2020-01-20 10:50:01,304 DEBG 'start-script' stdout output:
[debug] Show contents of hosts file
2020-01-20 10:50:01,305 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.2 145a52d24f35
2020-01-20 10:50:01,310 DEBG 'start-script' stdout output:
[debug] Docker interface defined as eth0
2020-01-20 10:50:01,315 DEBG 'start-script' stdout output:
[debug] Docker IP defined as 172.17.0.2
2020-01-20 10:50:01,319 DEBG 'start-script' stdout output:
[debug] Docker netmask defined as 255.255.0.0
2020-01-20 10:50:01,329 DEBG 'start-script' stdout output:
[info] Docker network defined as 172.17.0.0/16
2020-01-20 10:50:01,334 DEBG 'start-script' stdout output:
[info] Adding 69.195.142.27/32 as route via docker eth0
2020-01-20 10:50:01,336 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------
2020-01-20 10:50:01,338 DEBG 'start-script' stdout output:
default via 172.17.0.1 dev eth0
69.195.142.27 via 172.17.0.1 dev eth0
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2
2020-01-20 10:50:01,338 DEBG 'start-script' stdout output:
--------------------
2020-01-20 10:50:01,338 DEBG 'start-script' stdout output:
[debug] Modules currently loaded for kernel
2020-01-20 10:50:01,346 DEBG 'start-script' stdout output:
Module Size Used by
xt_mark 12563 0
nf_conntrack_netlink 36354 0
xt_nat 12681 7
xt_addrtype 12676 2
ipt_MASQUERADE 12678 8
nf_nat_masquerade_ipv4 13430 1 ipt_MASQUERADE
ip6t_rpfilter 12595 2
ip6t_REJECT 12625 2
nf_reject_ipv6 13717 1 ip6t_REJECT
nf_log_ipv6 12726 5
ipt_REJECT 12541 2
nf_reject_ipv4 13373 1 ipt_REJECT
nf_log_ipv4 12767 4
nf_log_common 13317 2 nf_log_ipv4,nf_log_ipv6
xt_LOG 12690 9
ebtable_nat 12807 1
ebtable_broute 12731 1
ip6table_nat 12864 1
nf_nat_ipv6 14131 1 ip6table_nat
ip6table_mangle 12700 1
ip6table_security 12710 1
ip6table_raw 12683 1
iptable_nat 12875 1
nf_nat_ipv4 14115 1 iptable_nat
nf_nat 26583 4 nf_nat_ipv4,nf_nat_ipv6,xt_nat,nf_nat_masquerade_ipv4
iptable_mangle 12695 1
iptable_security 12705 1
iptable_raw 12678 1
ebtable_filter 12827 1
ebtables 35009 3 ebtable_broute,ebtable_nat,ebtable_filter
tun 32026 0
xt_owner 12534 0
veth 13458 0
fuse 100463 3
br_netfilter 22256 0
overlay 91659 5
xt_conntrack 12760 15
bridge 151336 2 br_netfilter,ebtable_broute
stp 12976 1 bridge
llc 14552 2 stp,bridge
nf_conntrack_ipv6 18935 8
nf_defrag_ipv6 35104 1 nf_conntrack_ipv6
nf_conntrack_ipv4 15053 9
nf_defrag_ipv4 12729 1 nf_conntrack_ipv4
nf_conntrack 139224 8 nf_nat,nf_nat_ipv4,nf_nat_ipv6,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_netlink,nf_conntrack_ipv4,nf_conntrack_ipv6
ip_set 45799 0
nfnetlink 14519 3 ip_set,nf_conntrack_netlink
ip6table_filter 12815 1
ip6_tables 26912 5 ip6table_filter,ip6table_mangle,ip6table_security,ip6table_nat,ip6table_raw
iptable_filter 12810 1
vmw_vsock_vmci_transport 30577 1
vsock 36526 2 vmw_vsock_vmci_transport
vfat 17461 1
fat 65950 1 vfat
ppdev 17671 0
vmw_balloon 18094 0
sb_edac 32114 0
iosf_mbi 15582 0
crc32_pclmul 13133 0
ghash_clmulni_intel 13273 0
aesni_intel 189456 0
lrw 13286 1 aesni_intel
gf128mul 15139 1 lrw
glue_helper 13990 1 aesni_intel
ablk_helper 13597 1 aesni_intel
cryptd 21190 3 ghash_clmulni_intel,aesni_intel,ablk_helper
pcspkr 12718 0
joydev 17389 0
sg 40719 0
vmw_vmci 67168 1 vmw_vsock_vmci_transport
i2c_piix4 22401 0
parport_pc 28205 0
tpm_crb 13639 0
parport 46395 2 ppdev,parport_pc
ip_tables 27126 5 iptable_security,iptable_filter,iptable_mangle,iptable_nat,iptable_raw
xfs 993020 3
libcrc32c 12644 3 xfs,nf_nat,nf_conntrack
sr_mod 22416 0
cdrom 42556 1 sr_mod
ata_generic 12923 0
pata_acpi 13053 0
sd_mod 46281 4
crc_t10dif 12912 1 sd_mod
crct10dif_generic 12647 0
vmwgfx 291993 1
drm_kms_helper 186531 1 vmwgfx
syscopyarea 12529 1 drm_kms_helper
sysfillrect 12701 1 drm_kms_helper
sysimgblt 12640 1 drm_kms_helper
fb_sys_fops 12703 1 drm_kms_helper
ttm 96673 1 vmwgfx
ahci 34056 0
drm 456166 4 ttm,drm_kms_helper,vmwgfx
libahci 31992 1 ahci
ata_piix 35052 0
crct10dif_pclmul 14307 1
crct10dif_common 12595 3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
nfit 55479 0
crc
2020-01-20 10:50:01,347 DEBG 'start-script' stdout output:
32c_intel 22094 1
libata 243133 5 ahci,pata_acpi,libahci,ata_generic,ata_piix
serio_raw 13434 0
libnvdimm 155545 1 nfit
vmxnet3 58059 0
vmw_pvscsi 23130 3
drm_panel_orientation_quirks 17180 1 drm
dm_mirror 22289 0
dm_region_hash 20813 1 dm_mirror
dm_log 18411 2 dm_region_hash,dm_mirror
dm_mod 124501 11 dm_log,dm_mirror
2020-01-20 10:50:01,356 DEBG 'start-script' stdout output:
iptable_mangle 12695 1
ip_tables 27126 5 iptable_security,iptable_filter,iptable_mangle,iptable_nat,iptable_raw
2020-01-20 10:50:01,357 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables
2020-01-20 10:50:01,412 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------
2020-01-20 10:50:01,414 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 -i eth0 -p udp -m udp --sport 1194 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A INPUT -s 69.195.142.27/32 -i eth0 -p tcp -m tcp --dport 58846 -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 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
-A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A OUTPUT -d 69.195.142.27/32 -o eth0 -p tcp -m tcp --sport 58846 -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
2020-01-20 10:50:01,415 DEBG 'start-script' stdout output:
--------------------
2020-01-20 10:50:01,415 DEBG 'start-script' stdout output:
[debug] OpenVPN command line:- /usr/bin/openvpn --daemon --reneg-sec 0 --mute-replay-warnings --auth-nocache --setenv VPN_PROV 'custom' --setenv DEBUG 'true' --setenv VPN_DEVICE_TYPE 'tun0' --setenv VPN_ENABLED 'yes' --setenv VPN_REMOTE '37.120.149.19' --setenv APPLICATION 'deluge' --script-security 2 --writepid /root/openvpn.pid --remap-usr1 SIGHUP --log-append /dev/stdout --pull-filter ignore 'up' --pull-filter ignore 'down' --pull-filter ignore 'route-ipv6' --pull-filter ignore 'ifconfig-ipv6' --pull-filter ignore 'tun-ipv6' --pull-filter ignore 'persist-tun' --pull-filter ignore 'reneg-sec' --up /root/openvpnup.sh --up-delay --up-restart --auth-user-pass credentials.conf --cd /config/openvpn --config '/config/openvpn/no86.nordvpn.com.udp.ovpn'
[info] Starting OpenVPN...
2020-01-20 10:50:01,423 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 WARNING: file 'credentials.conf' is group or others accessible
2020-01-20 10:50:01,423 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Oct 30 2019
Mon Jan 20 10:50:01 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10
2020-01-20 10:50:01,424 DEBG 'start-script' stdout output:
[info] OpenVPN started
2020-01-20 10:50:01,424 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 WARNING: --ping should normally be used with --ping-restart or --ping-exit
Mon Jan 20 10:50:01 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2020-01-20 10:50:01,427 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Mon Jan 20 10:50:01 2020 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
2020-01-20 10:50:01,427 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]37.120.149.19:1194
2020-01-20 10:50:01,427 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 Socket Buffers: R=[212992->212992] S=[212992->212992]
Mon Jan 20 10:50:01 2020 UDP link local: (not bound)
Mon Jan 20 10:50:01 2020 UDP link remote: [AF_INET]37.120.149.19:1194
2020-01-20 10:50:01,602 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 TLS: Initial packet from [AF_INET]37.120.149.19:1194, sid=50ab07b2 621973b8
2020-01-20 10:50:01,790 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 VERIFY OK: depth=2, C=PA, O=NordVPN, CN=NordVPN Root CA
2020-01-20 10:50:01,791 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 VERIFY OK: depth=1, C=PA, O=NordVPN, CN=NordVPN CA4
2020-01-20 10:50:01,791 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 VERIFY KU OK
Mon Jan 20 10:50:01 2020 Validating certificate extended key usage
Mon Jan 20 10:50:01 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
2020-01-20 10:50:01,791 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:01 2020 VERIFY EKU OK
Mon Jan 20 10:50:01 2020 VERIFY OK: depth=0, CN=no86.nordvpn.com
2020-01-20 10:50:18,592 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:18 2020 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
Mon Jan 20 10:50:18 2020 [no86.nordvpn.com] Peer Connection Initiated with [AF_INET]37.120.149.19:1194
2020-01-20 10:50:19,692 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:19 2020 SENT CONTROL [no86.nordvpn.com]: 'PUSH_REQUEST' (status=1)
2020-01-20 10:50:21,973 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 103.86.96.100,dhcp-option DNS 103.86.99.100,sndbuf 524288,rcvbuf 524288,explicit-exit-notify,comp-lzo no,route-gateway 10.8.0.1,topology subnet,ping 60,ping-restart 180,ifconfig 10.8.0.14 255.255.255.0,peer-id 10,cipher AES-256-GCM'
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: timers and/or timeouts modified
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: explicit notify parm(s) modified
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: compression parms modified
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified
Mon Jan 20 10:50:21 2020 Socket Buffers: R=[212992->425984] S=[212992->425984]
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: --ifconfig/up options modified
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: route options modified
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: route-related options modified
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: peer-id set
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: adjusting link_mtu to 1657
Mon Jan 20 10:50:21 2020 OPTIONS IMPORT: data channel crypto options modified
Mon Jan 20 10:50:21 2020 Data Channel: using negotiated cipher 'AES-256-GCM'
Mon Jan 20 10:50:21 2020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Mon Jan 20 10:50:21 2020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
2020-01-20 10:50:21,973 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 ROUTE_GATEWAY 172.17.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:11:00:02
2020-01-20 10:50:21,974 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 TUN/TAP device tun0 opened
Mon Jan 20 10:50:21 2020 TUN/TAP TX queue length set to 100
Mon Jan 20 10:50:21 2020 /usr/bin/ip link set dev tun0 up mtu 1500
2020-01-20 10:50:21,976 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 /usr/bin/ip addr add dev tun0 10.8.0.14/24 broadcast 10.8.0.255
2020-01-20 10:50:21,978 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 /root/openvpnup.sh tun0 1500 1585 10.8.0.14 255.255.255.0 init
2020-01-20 10:50:21,981 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 /usr/bin/ip route add 37.120.149.19/32 via 172.17.0.1
2020-01-20 10:50:21,983 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 /usr/bin/ip route add 0.0.0.0/1 via 10.8.0.1
2020-01-20 10:50:21,983 DEBG 'start-script' stdout output:
[debug] Waiting for valid IP address from tunnel...
2020-01-20 10:50:21,984 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 /usr/bin/ip route add 128.0.0.0/1 via 10.8.0.1
2020-01-20 10:50:21,986 DEBG 'start-script' stdout output:
Mon Jan 20 10:50:21 2020 Initialization Sequence Completed
2020-01-20 10:50:22,106 DEBG 'start-script' stdout output:
[debug] Valid IP address from tunnel acquired '10.8.0.14'
[info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment
[info] Checking we can resolve name 'www.google.com' to address...
2020-01-20 10:50:27,300 DEBG 'start-script' stdout output:
[info] DNS operational, we can resolve name 'www.google.com' to address '172.217.20.36'
2020-01-20 10:50:27,302 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using Name Server 'ns1.google.com'...
2020-01-20 10:50:37,887 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 37.120.149.20
2020-01-20 10:50:37,981 DEBG 'watchdog-script' stdout output:
[debug] Waiting for iptables chain policies to be in place...
2020-01-20 10:50:37,992 DEBG 'watchdog-script' stdout output:
[debug] iptables chain policies are in place
[info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.8.0.14 different, marking for reconfigure
2020-01-20 10:50:37,997 DEBG 'watchdog-script' stdout output:
[info] Deluge not running
2020-01-20 10:50:38,002 DEBG 'watchdog-script' stdout output:
[info] Deluge Web UI not running
[info] Attempting to start Deluge...
[info] Removing deluge pid file (if it exists)...
2020-01-20 10:50:38,449 DEBG 'watchdog-script' stdout output:
[info] Deluge key 'listen_interface' currently has a value of '10.8.1.21'
[info] Deluge key 'listen_interface' will have a new value '10.8.0.14'
[info] Writing changes to Deluge config file '/config/core.conf'...
2020-01-20 10:50:38,730 DEBG 'watchdog-script' stdout output:
[info] Deluge key 'outgoing_interface' currently has a value of 'tun0'
[info] Deluge key 'outgoing_interface' will have a new value 'tun0'
[info] Writing changes to Deluge config file '/config/core.conf'...
2020-01-20 10:50:39,022 DEBG 'watchdog-script' stdout output:
[info] Deluge key 'default_daemon' currently has a value of '2b37d4aa4159450692f0b35dc2acbc61'
[info] Deluge key 'default_daemon' will have a new value '2b37d4aa4159450692f0b35dc2acbc61'
[info] Writing changes to Deluge config file '/config/web.conf'...
2020-01-20 10:50:39,483 DEBG 'watchdog-script' stdout output:
[info] Deluge process started
[info] Waiting for Deluge process to start listening on port 58846...
2020-01-20 10:50:39,705 DEBG 'watchdog-script' stdout output:
[info] Deluge process listening on port 58846
2020-01-20 10:50:40,122 DEBG 'watchdog-script' stderr output:
Unable to initialize gettext/locale!
2020-01-20 10:50:40,122 DEBG 'watchdog-script' stderr output:
'ngettext'
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/deluge/i18n/util.py", line 118, in setup_translation
builtins.__dict__['_n'] = builtins.__dict__['ngettext']
KeyError: 'ngettext'
2020-01-20 10:50:43,382 DEBG 'watchdog-script' stdout output:
[info] No torrents with state 'Error' found
2020-01-20 10:50:43,382 DEBG 'watchdog-script' stdout output:
[info] Starting Deluge Web UI...
[info] Deluge Web UI started
2020-01-20 10:50:43,383 DEBG 'watchdog-script' stdout output:
[debug] VPN IP is 10.8.0.14
[debug] Deluge IP is 10.8.0.14
2020-01-20 10:50:43,788 DEBG 'watchdog-script' stderr output:
Unable to initialize gettext/locale!
2020-01-20 10:50:43,789 DEBG 'watchdog-script' stderr output:
'ngettext'
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/deluge/i18n/util.py", line 118, in setup_translation
builtins.__dict__['_n'] = builtins.__dict__['ngettext']
KeyError: 'ngettext'
2020-01-20 10:51:13,391 DEBG 'watchdog-script' stdout output:
[debug] Waiting for iptables chain policies to be in place...
2020-01-20 10:51:13,403 DEBG 'watchdog-script' stdout output:
[debug] iptables chain policies are in place
2020-01-20 10:51:13,413 DEBG 'watchdog-script' stdout output:
[debug] VPN IP is 10.8.0.14
[debug] Deluge IP is 10.8.0.14
2020-01-20 10:51:43,421 DEBG 'watchdog-script' stdout output:
[debug] Waiting for iptables chain policies to be in place...
2020-01-20 10:51:43,433 DEBG 'watchdog-script' stdout output:
[debug] iptables chain policies are in place
2020-01-20 10:51:43,443 DEBG 'watchdog-script' stdout output:
[debug] VPN IP is 10.8.0.14
[debug] Deluge IP is 10.8.0.14
2020-01-20 10:52:13,451 DEBG 'watchdog-script' stdout output:
[debug] Waiting for iptables chain policies to be in place...
2020-01-20 10:52:13,462 DEBG 'watchdog-script' stdout output:
[debug] iptables chain policies are in place
2020-01-20 10:52:13,472 DEBG 'watchdog-script' stdout output:
[debug] VPN IP is 10.8.0.14
[debug] Deluge IP is 10.8.0.14
2020-01-20 10:52:43,480 DEBG 'watchdog-script' stdout output:
[debug] Waiting for iptables chain policies to be in place...
2020-01-20 10:52:43,492 DEBG 'watchdog-script' stdout output:
[debug] iptables chain policies are in place
2020-01-20 10:52:43,502 DEBG 'watchdog-script' stdout output:
[debug] VPN IP is 10.8.0.14
[debug] Deluge IP is 10.8.0.14