Kopernikus

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Kopernikus

  1. Found the problem. I was using Torguard public DNS as DNS server in the docker config, apparently Torguard changed it without warning. After replace the old DNS with the new, all is working fine again, maybe same issue with Privado?
  2. Also getting: [debug] Having issues resolving name 'www.google.com', sleeping before retry... in my logs since a few days. When rebooting docker, it won't start anymore. I'm using Torguard as VPN so I don't think it has anything to do with Privado. Recreating the containers doesn't solve the problem either. I suppose it had something to to with the update from 5 days ago.
  3. Hi, I've been running this DelugeVPN docker container on my Synology NAS for a few months without any problems. However since a few days I noticed something strange, some of my torrents have "Cannot connect, time-out status". Also when looking at the resources the Deluge cotainer uses 2,3GB of RAM, instead of the usual aprox 150MB. When rebooting the image all is fine again, until after a few hours it all starts again. Starting with the amount of RAM who starts rising upto 2+GB of RAM en then the can't connect errors occur. Any idea what could be wrong? Thx
  4. Hi, I'm using this docker image now for 3 months on my Synology 916+ NAS, all working fine, thx btw. Now I was wondering how can I update the image to latest version without having to reconfigure everything? Thx
  5. Ok.. so it should be 192.168.99.0/24 then?
  6. Correct me if I'm wrong but my subnet is 255.255.255.0 and my gateway 192.168.99.1 so 192.168.99.1/24 should be correct?
  7. My full log: 2019-02-04 13:48:16.431627 [info] System information Linux DelugeVPN 4.4.59+ #23824 SMP PREEMPT Tue Dec 25 18:27:56 CST 2018 x86_64 GNU/Linux 2019-02-04 13:48:16.495822 [info] PUID defined as '1026' 2019-02-04 13:48:16.563078 [info] PGID defined as '100' 2019-02-04 13:48:16.671075 [info] UMASK defined as '000' 2019-02-04 13:48:16.732681 [info] Permissions already set for volume mappings 2019-02-04 13:48:16.803557 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2019-02-04 13:48:16.865694 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2019-02-04 13:48:16.927967 [info] VPN_ENABLED defined as 'yes' 2019-02-04 13:48:16.998282 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/TorGuard.XXXXXXX.ovpn dos2unix: converting file /config/openvpn/TorGuard.XXXXXXX.ovpn to Unix format... 2019-02-04 13:48:17.109678 [info] VPN remote line defined as 'remote XX.torguardvpnaccess.com 1215' 2019-02-04 13:48:17.172293 [info] VPN_REMOTE defined as 'XX.torguardvpnaccess.com' 2019-02-04 13:48:17.235517 [info] VPN_PORT defined as '1215' 2019-02-04 13:48:17.304122 [info] VPN_PROTOCOL defined as 'udp' 2019-02-04 13:48:17.367797 [info] VPN_DEVICE_TYPE defined as 'tun0' 2019-02-04 13:48:17.430205 [info] VPN_PROV defined as 'custom' 2019-02-04 13:48:17.492657 [info] LAN_NETWORK defined as '192.168.99.1/24' 2019-02-04 13:48:17.555232 [info] NAME_SERVERS defined as '1.1.1.1' 2019-02-04 13:48:17.618812 [info] VPN_USER defined as 'XXXXXXXXXXXXXXX' 2019-02-04 13:48:17.681976 [info] VPN_PASS defined as 'XXXXXXXXXXXXXXX' 2019-02-04 13:48:17.745569 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2019-02-04 13:48:17.808243 [info] ENABLE_PRIVOXY defined as 'yes' 2019-02-04 13:48:17.870369 [info] Starting Supervisor... 2019-02-04 13:48:18,228 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2019-02-04 13:48:18,228 INFO Set uid to user 0 succeeded 2019-02-04 13:48:18,235 INFO supervisord started with pid 7 2019-02-04 13:48:19,238 INFO spawned: 'start-script' with pid 142 2019-02-04 13:48:19,240 INFO spawned: 'watchdog-script' with pid 143 2019-02-04 13:48:19,242 INFO spawned: 'privoxy-script' with pid 144 2019-02-04 13:48:19,243 INFO reaped unknown pid 8 2019-02-04 13:48:19,259 DEBG 'privoxy-script' stdout output: [debug] Waiting for valid IP address from tunnel... 2019-02-04 13:48:19,259 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2019-02-04 13:48:19,259 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2019-02-04 13:48:19,259 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2019-02-04 13:48:19,261 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN [debug] Environment variables defined as follows 2019-02-04 13:48:19,261 DEBG 'start-script' stdout output: BASH=/bin/bash BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath 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]="0" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") BASH_VERSION='5.0.0(1)-release' DEBUG=true DELUGE_DAEMON_LOG_LEVEL=info DELUGE_WEB_LOG_LEVEL=info DIRSTACK=() ENABLE_PRIVOXY=yes EUID=0 GROUPS=() HOME=/home/nobody HOSTNAME=DelugeVPN HOSTTYPE=x86_64 IFS=$' \t\n' LANG=en_GB.UTF-8 LAN_NETWORK=192.168.99.1/24 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=100 PIPESTATUS=([0]="0") PPID=7 PS4='+ ' PUID=1026 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 TZ=Europe/Brussels UID=0 UMASK=000 VPN_CONFIG=/config/openvpn/TorGuard.XXXXXXX.ovpn VPN_DEVICE_TYPE=tun0 VPN_ENABLED=yes VPN_OPTIONS= VPN_PASS=XXXXXXX VPN_PORT=1215 VPN_PROTOCOL=udp VPN_PROV=custom VPN_REMOTE=XX.torguardvpnaccess.com VPN_USER=XXXXXXXXXXXXXXX _='[debug] Environment variables defined as follows' [debug] Directory listing of files in /config/openvpn as follows 2019-02-04 13:48:19,267 DEBG 'watchdog-script' stderr output: dos2unix: converting file /config/core.conf to Unix format... 2019-02-04 13:48:19,268 DEBG 'watchdog-script' stdout output: [debug] Waiting for valid IP address from tunnel... 2019-02-04 13:48:19,301 DEBG 'start-script' stdout output: total 12 drwxrwxr-x 1 nobody users 86 Feb 4 13:48 . drwxrwxr-x 1 nobody users 338 Feb 4 13:48 .. -rwxrwxr-x 1 nobody users 3042 Sep 24 2014 ca.crt -rwxrwxr-x 1 nobody users 32 Feb 4 13:38 credentials.conf -rwxrwxr-x 1 nobody users 2595 Feb 4 13:48 TorGuard.XXXXXXX.ovpn 2019-02-04 13:48:19,374 DEBG 'start-script' stdout output: [debug] Contents of ovpn file /config/openvpn/TorGuard.XXXXXXX.ovpn as follows... 2019-02-04 13:48:19,375 DEBG 'start-script' stdout output: remote XX.torguardvpnaccess.com 1215 client dev tun proto udp remote-cert-tls server auth SHA512 key-direction 1 setenv CLIENT_CERT 0 <tls-auth> -----BEGIN OpenVPN Static key V1----- XkeyX -----END OpenVPN Static key V1----- </tls-auth> resolv-retry infinite nobind cipher AES-256-GCM auth-user-pass credentials.conf compress ncp-disable tun-mtu-extra 32 <ca> -----BEGIN CERTIFICATE----- XkeyX -----END CERTIFICATE----- </ca> 2019-02-04 13:48:19,401 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2019-02-04 13:48:19,408 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2019-02-04 13:48:19,444 DEBG 'start-script' stdout output: [info] Remote VPN endpoint resolves to the following A record(s)... XX.XXX.XX.XX 2019-02-04 13:48:19,467 DEBG 'start-script' stdout output: [debug] Show name servers defined for container 2019-02-04 13:48:19,468 DEBG 'start-script' stdout output: nameserver 1.1.1.1 2019-02-04 13:48:19,469 DEBG 'start-script' stdout output: [debug] Show name resolution for VPN endpoint XX.torguardvpnaccess.com 2019-02-04 13:48:19,491 DEBG 'start-script' stdout output: ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 23040 ;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;; XX.torguardvpnaccess.com. IN A ;; ANSWER SECTION: XX.torguardvpnaccess.com. 30 IN A XX.XXX.XX.XXX ;; AUTHORITY SECTION: ;; ADDITIONAL SECTION: ;; Query time: 16 msec ;; SERVER: 1.1.1.1 ;; WHEN: Mon Feb 4 13:48:19 2019 ;; MSG SIZE rcvd: 58 2019-02-04 13:48:19,491 DEBG 'start-script' stdout output: [debug] Show contents of hosts file 2019-02-04 13:48:19,492 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 DelugeVPN XX.XXX.XX.XX XX.torguardvpnaccess.com 2019-02-04 13:48:19,502 DEBG 'start-script' stdout output: [debug] Docker interface defined as eth0 2019-02-04 13:48:19,509 DEBG 'start-script' stdout output: [debug] Docker IP defined as 172.17.0.2 2019-02-04 13:48:19,518 DEBG 'start-script' stdout output: [debug] Docker netmask defined as 255.255.0.0 2019-02-04 13:48:19,533 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2019-02-04 13:48:19,540 DEBG 'start-script' stdout output: [info] Adding 192.168.99.1/24 as route via docker eth0 2019-02-04 13:48:19,542 DEBG 'start-script' stderr output: RTNETLINK answers: Invalid argument 2019-02-04 13:48:19,542 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2019-02-04 13:48:19,544 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.2 2019-02-04 13:48:19,544 DEBG 'start-script' stdout output: -------------------- 2019-02-04 13:48:19,544 DEBG 'start-script' stdout output: [debug] Modules currently loaded for kernel 2019-02-04 13:48:19,549 DEBG 'start-script' stdout output: Module Size Used by xt_ipvs 2202 0 ip_vs_rr 1447 0 ip_vs 127371 3 ip_vs_rr,xt_ipvs xt_mark 1317 0 br_netfilter 13589 0 bridge 55340 1 br_netfilter stp 1693 1 bridge aufs 194031 0 macvlan 13776 0 veth 5094 0 xt_conntrack 3401 1 xt_addrtype 2893 1 ipt_MASQUERADE 1213 6 xt_REDIRECT 1486 0 nf_nat_masquerade_ipv4 1929 1 ipt_MASQUERADE xt_nat 1977 5 iptable_nat 1959 1 nf_nat_ipv4 4903 1 iptable_nat nf_nat_redirect 1395 1 xt_REDIRECT nf_nat 10925 4 nf_nat_redirect,nf_nat_ipv4,xt_nat,nf_nat_masquerade_ipv4 iptable_mangle 1656 0 tun 19295 0 cifs 372446 0 udf 80034 0 isofs 31339 0 loop 19749 0 tcm_loop 12940 1 syno_hddmon 1880 0 iscsi_target_mod 232570 1 target_core_ep 46505 2 target_core_multi_file 26446 1 hid_generic 1321 0 target_core_file 39992 1 target_core_iblock 19769 1 usbhid 25951 0 hid 94408 2 hid_generic,usbhid target_core_mod 924399 18 target_core_iblock,target_core_multi_file,iscsi_target_mod,target_core_ep,target_core_file,tcm_loop usblp 10618 0 syno_extent_pool 1295704 0 rodsp_ep 77251 3 target_core_multi_file,syno_extent_pool,target_core_file usb_storage 49426 1 uhci_hcd 22683 0 ehci_pci 3935 0 ehci_hcd 42414 1 ehci_pci nf_conntrack_ipv6 6563 0 nf_defrag_ipv6 23062 1 nf_conntrack_ipv6 ip6table_filter 1532 1 ip6_tables 14730 1 ip6table_filter xt_recent 8550 0 xt_iprange 1648 0 xt_limit 1985 5 xt_state 1367 0 xt_tcpudp 2543 18 xt_multiport 1830 0 xt_LOG 1423 0 nf_conntrack_ipv4 11616 2 nf_defrag_ipv4 1475 1 nf_conntrack_ipv4 nf_conntrack 62480 8 ip_vs,nf_nat,xt_state,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_conntrack_ipv6 iptable_filter 1592 1 ip_tables 14092 3 iptable_filter,iptable_mangle,iptable_nat x_tables 16302 19 ip6table_filter,xt_ipvs,xt_iprange,xt_mark,xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_limit,xt_state,xt_conntrack,xt_LOG,xt_nat,xt_multiport,iptable_filter,xt_REDIRECT,iptable_mangle,ip6_tables,xt_addrtype bonding 108314 0 apollolake_synobios 58086 0 leds_lp3943 4500 0 exfat 117259 0 btrfs 935232 1 i915 1150577 0 drm_kms_helper 105637 1 i915 syscopyarea 3262 1 drm_kms_helper sysfillrect 3754 1 drm_kms_helper sysimgblt 2239 1 drm_kms_helper fb_sys_fops 1314 1 drm_kms_helper cfbfillrect 3818 1 drm_kms_helper cfbcopyarea 3326 1 drm_kms_helper cfbimgblt 2303 1 drm_kms_helper drm 269184 3 i915,drm_kms_helper fb 34811 2 i915,drm_kms_helper fbdev 966 1 fb intel_agp 10712 0 intel_gtt 12326 2 i915,intel_agp agpgart 25941 3 drm,intel_agp,intel_gtt video 25321 1 i915 backlight 6096 2 i915,video button 4756 1 i915 synoacl_vfs 15727 2 hfsplus 92310 0 md4 4337 0 hmac 2961 0 r8168 522110 0 igb 173319 0 i2c_algo_bit 5328 1 i915 e1000e 168269 0 vxlan 32753 0 ip6_udp_tunnel 1903 1 vxlan udp_tunnel 2355 1 vxlan fuse 85035 0 vfat 2019-02-04 13:48:19,550 DEBG 'start-script' stdout output: 10287 0 fat 53276 1 vfat crc32c_intel 12913 1 aesni_intel 157811 0 glue_helper 3893 1 aesni_intel lrw 3541 1 aesni_intel gf128mul 5546 1 lrw ablk_helper 1948 1 aesni_intel arc4 2040 0 cryptd 7882 2 aesni_intel,ablk_helper ecryptfs 77944 1 btrfs sha256_generic 11993 0 ecb 2113 0 aes_x86_64 7503 1 aesni_intel authenc 4076 0 des_generic 16861 0 ansi_cprng 3940 0 cts 4136 0 md5 2833 0 cbc 2712 0 cpufreq_powersave 1126 0 cpufreq_performance 1130 4 acpi_cpufreq 6495 0 processor 23262 1 acpi_cpufreq cpufreq_stats 2742 0 dm_snapshot 28359 0 dm_bufio 14214 1 dm_snapshot crc_itu_t 1467 1 udf crc_ccitt 1467 0 quota_v2 4047 0 quota_tree 7850 1 quota_v2 psnap 1917 0 p8022 1179 0 llc 3569 4 stp,p8022,psnap,bridge sit 15812 0 tunnel4 2261 1 sit ip_tunnel 13200 1 sit ipv6 336006 90 sit,ip_vs,nf_defrag_ipv6,nf_conntrack_ipv6 zram 19042 4 sg 25851 0 etxhci_hcd 86266 0 xhci_pci 4650 0 xhci_hcd 105019 1 xhci_pci usbcore 198008 10 etxhci_hcd,usblp,uhci_hcd,usb_storage,ehci_hcd,ehci_pci,usbhid,xhci_hcd,xhci_pci usb_common 2222 1 usbcore 2019-02-04 13:48:19,558 DEBG 'start-script' stdout output: iptable_mangle 1656 0 ip_tables 14092 3 iptable_filter,iptable_mangle,iptable_nat x_tables 16302 19 ip6table_filter,xt_ipvs,xt_iprange,xt_mark,xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_limit,xt_state,xt_conntrack,xt_LOG,xt_nat,xt_multiport,iptable_filter,xt_REDIRECT,iptable_mangle,ip6_tables,xt_addrtype 2019-02-04 13:48:19,560 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2019-02-04 13:48:19,625 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2019-02-04 13:48:19,627 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -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 1215 -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 192.168.99.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.99.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o 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 1215 -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 192.168.99.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.99.0/24 -o eth0 -p tcp -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2019-02-04 13:48:19,629 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_REMOTE 'XX.torguardvpnaccess.com' --script-security 2 --up /root/openvpnup.sh --up-delay --up-restart --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' --remote XX.XXX.XX.XX 1215 udp --remote-random --keepalive 10 60 --auth-user-pass credentials.conf --cd /config/openvpn --config '/config/openvpn/TorGuard.XXXXXXX.ovpn' [info] Starting OpenVPN... 2019-02-04 13:48:19,641 DEBG 'start-script' stdout output: Mon Feb 4 13:48:19 2019 WARNING: file 'credentials.conf' is group or others accessible Mon Feb 4 13:48:19 2019 OpenVPN 2.4.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2018 Mon Feb 4 13:48:19 2019 library versions: OpenSSL 1.1.1a 20 Nov 2018, LZO 2.10 2019-02-04 13:48:19,642 DEBG 'start-script' stdout output: [info] OpenVPN started 2019-02-04 13:48:19,643 DEBG 'start-script' stdout output: [debug] Waiting for valid IP address from tunnel... 2019-02-04 13:48:19,644 DEBG 'start-script' stdout output: Mon Feb 4 13:48:19 2019 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2019-02-04 13:48:19,648 DEBG 'start-script' stdout output: Mon Feb 4 13:48:19 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]XX.XXX.XX.XX:1215 Mon Feb 4 13:48:19 2019 UDP link local: (not bound) Mon Feb 4 13:48:19 2019 UDP link remote: [AF_INET]XX.XXX.XX.XX:1215 2019-02-04 13:48:20,025 DEBG 'start-script' stdout output: Mon Feb 4 13:48:20 2019 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1582', remote='link-mtu 1601' Mon Feb 4 13:48:20 2019 WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500' Mon Feb 4 13:48:20 2019 WARNING: 'comp-lzo' is present in local config but missing in remote config, local='comp-lzo' Mon Feb 4 13:48:20 2019 WARNING: 'cipher' is used inconsistently, local='cipher AES-256-GCM', remote='cipher AES-128-CBC' Mon Feb 4 13:48:20 2019 WARNING: 'auth' is used inconsistently, local='auth [null-digest]', remote='auth SHA512' Mon Feb 4 13:48:20 2019 WARNING: 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' Mon Feb 4 13:48:20 2019 [TG-OVPN-CA] Peer Connection Initiated with [AF_INET]XX.XXX.XX.XXX:1215 2019-02-04 13:48:21,286 DEBG 'start-script' stdout output: Mon Feb 4 13:48:21 2019 TUN/TAP device tun0 opened Mon Feb 4 13:48:21 2019 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 Mon Feb 4 13:48:21 2019 /usr/bin/ip link set dev tun0 up mtu 1500 2019-02-04 13:48:21,288 DEBG 'start-script' stdout output: Mon Feb 4 13:48:21 2019 /usr/bin/ip addr add dev tun0 local XX.XX.X.X peer 10.37.0.5 2019-02-04 13:48:21,291 DEBG 'start-script' stdout output: Mon Feb 4 13:48:21 2019 /root/openvpnup.sh tun0 1500 1585 XX.XX.X.X 10.37.0.5 init 2019-02-04 13:48:21,299 DEBG 'start-script' stdout output: [debug] Waiting for valid IP address from tunnel... 2019-02-04 13:48:21,299 DEBG 'start-script' stdout output: [debug] Waiting for valid IP address from tunnel... 2019-02-04 13:48:21,304 DEBG 'start-script' stdout output: Mon Feb 4 13:48:21 2019 Initialization Sequence Completed 2019-02-04 13:48:21,374 DEBG 'privoxy-script' stdout output: [debug] Valid IP address from tunnel acquired 'XX.XX.X.X' [info] Configuring Privoxy... 2019-02-04 13:48:21,392 DEBG 'watchdog-script' stdout output: [debug] Valid IP address from tunnel acquired 'XX.XX.X.X' [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP XX.XX.X.X different, marking for reconfigure 2019-02-04 13:48:21,399 DEBG 'start-script' stdout output: [debug] Valid IP address from tunnel acquired 'XX.XX.X.X' 2019-02-04 13:48:21,400 DEBG 'watchdog-script' stdout output: [info] Deluge not running 2019-02-04 13:48:21,400 DEBG 'privoxy-script' stdout output: [info] All checks complete, starting Privoxy... 2019-02-04 13:48:21,402 DEBG 'privoxy-script' stderr output: 2019-02-04 13:48:21.401 7fe0cc6db100 Info: Privoxy version 3.0.26 2019-02-04 13:48:21.402 7fe0cc6db100 Info: Program name: /usr/bin/privoxy 2019-02-04 13:48:21,413 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI not running 2019-02-04 13:48:21,421 DEBG 'start-script' stdout output: [debug] Valid IP address from tunnel acquired 'XX.XX.X.X' 2019-02-04 13:48:21,422 DEBG 'start-script' stdout output: [debug] Attempting to get external IP using Name Server 'ns1.google.com'... 2019-02-04 13:48:21,424 DEBG 'start-script' stdout output: [debug] Valid IP address from tunnel acquired 'XX.XX.X.X' 2019-02-04 13:48:21,425 DEBG 'start-script' stdout output: [debug] VPN provider custom is != pia, skipping incoming port detection 2019-02-04 13:48:21,518 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address XX.XXX.XX.XX 2019-02-04 13:48:21,618 DEBG 'watchdog-script' stdout output: [debug] External IP address from tunnel is 'XX.XXX.XX.XX' 2019-02-04 13:48:21,618 DEBG 'watchdog-script' stdout output: [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2019-02-04 13:48:21,985 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-02-04 13:48:22,408 DEBG 'watchdog-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846... Thx in advance.
  8. Thx And the other error? 2019-02-04 12:40:09,764 DEBG 'start-script' stderr output: RTNETLINK answers: Invalid argument Btw thx for the great support!
  9. So adding VPN_OPTIONS Set to “–inactive 3600 –ping 10 –ping-exit 60” is not needed? Btw in my supervidord.log I have folowwing error (but all seems te be working fine): 2019-02-04 12:40:09,764 DEBG 'start-script' stderr output: RTNETLINK answers: Invalid argument Any idea? Thx!
  10. Oh I see... if I wanted to use Sonarr/Radarr do you think it's best to just install directly on my NAS (availlable through SynoCommunity) or is it beter to let it run in a docker container?
  11. Hi, I have succesfull installed this docker container on my Synology DS916+ NAS. All is working fine even the port forwarding through the VPN works fine (Torguard). But.. I have some questions: - What is the use of Privoxy, do I need it? (otherwise I can disable it in the config) - The use STRICT_PORT_FORWARD? - For name servers, do I use the ones from my ISP or better Cloudflare or Google? - If the VPN drops can it use my ISP connection so it leaks my real IP? (that was the reason the use docker instead running the VPN on the NAS itself) Thx!