[Support] binhex - DelugeVPN


Recommended Posts

21 hours ago, PeterB said:

Does anyone have suggestions for other VPN providers to be considered?

I've been with AirVPN for about 5 year's now. Best provider I've tried, hands down. Never had one single issue. I can max out my connection if I want. 150 Mbps fibre connection

Link to comment

Hi, have anyone had this problem? i run the lastest build of the docker and it seems deluge is falling asleep somehow. or something under the hood. 

Medusa adds torrents to deluge. But its not starting the download and dont show any peers. Its like the network has gone idle. When restarting the docker everything is back to normal. No errors in the docker logs.

 

Link to comment
35 minutes ago, orlando500 said:

Hi, have anyone had this problem? i run the lastest build of the docker and it seems deluge is falling asleep somehow. or something under the hood. 

Medusa adds torrents to deluge. But its not starting the download and dont show any peers. Its like the network has gone idle. When restarting the docker everything is back to normal. No errors in the docker logs.

 

I've noticed something similar. Torrents would mysteriously stop downloading at 95%+ completion and just sit there for days. After restarting deluge, the torrents would complete in seconds. 

 

I assume it has something to do with PIA's ongoing port forwarding issues (the port forwarding wasn't getting properly renewed?). Yesterday Deluge stopped connecting at all to my preferred Sweden server, so I was forced to switch to another server. Seems to work fine now.

Link to comment
25 minutes ago, death.hilarious said:

I've noticed something similar. Torrents would mysteriously stop downloading at 95%+ completion and just sit there for days. After restarting deluge, the torrents would complete in seconds. 

 

I assume it has something to do with PIA's ongoing port forwarding issues (the port forwarding wasn't getting properly renewed?). Yesterday Deluge stopped connecting at all to my preferred Sweden server, so I was forced to switch to another server. Seems to work fine now.

yeah im trying to use sweden node.

 

Link to comment

I need some help my Deluga seems not working ive already configure the PIA username and password but if ive enable VPN i cant access the webui and thin client also cant access.

from the log i notice the below output. Like to know what might be the issue?

ErrorWarningSystemArrayLogin



2020-08-15 17:19:35,890 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2020-08-15 17:19:35,893 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 1198 -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 10.10.2.0/24 -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 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 1198 -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 10.10.2.0/24 -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

2020-08-15 17:19:35,894 DEBG 'start-script' stdout output:
--------------------

2020-08-15 17:19:35,895 DEBG 'start-script' stdout output:
[info] Starting OpenVPN...

2020-08-15 17:19:36,003 DEBG 'start-script' stdout output:
Sat Aug 15 17:19:36 2020 WARNING: file 'credentials.conf' is group or others accessible
Sat Aug 15 17:19:36 2020 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019
Sat Aug 15 17:19:36 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10

2020-08-15 17:19:36,005 DEBG 'start-script' stdout output:
[info] OpenVPN started
Sat Aug 15 17:19:36 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-08-15 17:19:36,007 DEBG 'start-script' stdout output:
Sat Aug 15 17:19:36 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.49.251:1198
Sat Aug 15 17:19:36 2020 UDP link local: (not bound)
Sat Aug 15 17:19:36 2020 UDP link remote: [AF_INET]212.102.49.251:1198

2020-08-15 17:19:36,847 DEBG 'start-script' stdout output:
Sat Aug 15 17:19:36 2020 [cdb86b8ed284b26976c933a265e02b11] Peer Connection Initiated with [AF_INET]212.102.49.251:1198

2020-08-15 17:19:38,144 DEBG 'start-script' stdout output:
Sat Aug 15 17:19:38 2020 TUN/TAP device tun0 opened
Sat Aug 15 17:19:38 2020 /usr/bin/ip link set dev tun0 up mtu 1500

2020-08-15 17:19:38,146 DEBG 'start-script' stdout output:
Sat Aug 15 17:19:38 2020 /usr/bin/ip addr add dev tun0 local 10.60.12.6 peer 10.60.12.5

2020-08-15 17:19:38,148 DEBG 'start-script' stdout output:
Sat Aug 15 17:19:38 2020 /root/openvpnup.sh tun0 1500 1558 10.60.12.6 10.60.12.5 init

2020-08-15 17:19:38,161 DEBG 'start-script' stdout output:
Sat Aug 15 17:19:38 2020 Initialization Sequence Completed

2020-08-15 17:19:38,261 DEBG 'watchdog-script' stdout output:
[info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.60.12.6 different, marking for reconfigure

2020-08-15 17:19:38,269 DEBG 'watchdog-script' stdout output:
[info] Deluge not running

2020-08-15 17:19:38,278 DEBG 'watchdog-script' stdout output:
[info] Deluge Web UI not running

2020-08-15 17:19:38,290 DEBG 'start-script' stdout output:
[info] Attempting to curl https://www.privateinternetaccess.com/vpninfo/servers?version=82...

2020-08-15 17:19:47,850 DEBG 'start-script' stdout output:
[info] Curl successful for https://www.privateinternetaccess.com/vpninfo/servers?version=82, response code 200

2020-08-15 17:19:48,024 DEBG 'start-script' stdout output:
[info] List of PIA endpoints that support port forwarding:-
[info] ca-toronto.privateinternetaccess.com
[info] ca-montreal.privateinternetaccess.com
[info] ca-vancouver.privateinternetaccess.com

2020-08-15 17:19:48,024 DEBG 'start-script' stdout output:
[info] de-berlin.privateinternetaccess.com
[info] de-frankfurt.privateinternetaccess.com
[info] sweden.privateinternetaccess.com
[info] swiss.privateinternetaccess.com
[info] france.privateinternetaccess.com
[info] czech.privateinternetaccess.com
[info] spain.privateinternetaccess.com
[info] ro.privateinternetaccess.com
[info] israel.privateinternetaccess.com

2020-08-15 17:19:48,035 DEBG 'start-script' stdout output:
[info] Attempting to curl http://209.222.18.222:2000/?client_id=03a607ede659c68be8ec33ad098f259f042dd568955eae7dae3fcaaabb72427b...

2020-08-15 17:19:48,472 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 12 retries left
[info] Retrying in 10 secs...

2020-08-15 17:19:58,911 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 11 retries left
[info] Retrying in 10 secs...

2020-08-15 17:20:03,916 WARN received SIGTERM indicating exit request
2020-08-15 17:20:03,917 DEBG killing watchdog-script (pid 148) with signal SIGTERM
2020-08-15 17:20:03,917 INFO waiting for start-script, watchdog-script to die
2020-08-15 17:20:03,951 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 23347323243264 for <Subprocess at 23347323876184 with name watchdog-script in state STOPPING> (stdout)>
2020-08-15 17:20:03,951 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 23347323243432 for <Subprocess at 23347323876184 with name watchdog-script in state STOPPING> (stderr)>
2020-08-15 17:20:03,952 INFO stopped: watchdog-script (terminated by SIGTERM)
2020-08-15 17:20:03,952 DEBG received SIGCHLD indicating a child quit
2020-08-15 17:20:03,952 DEBG killing start-script (pid 147) with signal SIGTERM
2020-08-15 17:20:04,953 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 23347323242872 for <Subprocess at 23347323776976 with name start-script in state STOPPING> (stdout)>
2020-08-15 17:20:04,954 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 23347323243040 for <Subprocess at 23347323776976 with name start-script in state STOPPING> (stderr)>
2020-08-15 17:20:04,954 INFO stopped: start-script (terminated by SIGTERM)
2020-08-15 17:20:04,954 DEBG received SIGCHLD indicating a child quit
Created by...
___. .__ .__
\_ |__ |__| ____ | |__ ____ ___ ___
| __ \| |/ \| | \_/ __ \\ \/ /
| \_\ \ | | \ Y \ ___/ > <
|___ /__|___| /___| /\___ >__/\_ \
\/ \/ \/ \/ \/
https://hub.docker.com/u/binhex/

2020-08-15 17:20:48.585223 [info] System information Linux 6c8ae9cb3d88 4.19.107-Unraid #1 SMP Thu Mar 5 13:55:57 PST 2020 x86_64 GNU/Linux
2020-08-15 17:20:48.650531 [info] PUID defined as '99'
2020-08-15 17:20:48.718398 [info] PGID defined as '100'
2020-08-15 17:20:48.866022 [info] UMASK defined as '000'
2020-08-15 17:20:48.933577 [info] Permissions already set for volume mappings
2020-08-15 17:20:49.008529 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info'
2020-08-15 17:20:49.077155 [info] DELUGE_WEB_LOG_LEVEL defined as 'info'
2020-08-15 17:20:49.146314 [info] VPN_ENABLED defined as 'yes'
2020-08-15 17:20:49.227350 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/Spain.ovpn
dos2unix: converting file /config/openvpn/Spain.ovpn to Unix format...
2020-08-15 17:20:49.326242 [info] VPN remote line defined as 'remote spain.privateinternetaccess.com 1198'
2020-08-15 17:20:49.396064 [info] VPN_REMOTE defined as 'spain.privateinternetaccess.com'
2020-08-15 17:20:49.461288 [info] VPN_PORT defined as '1198'
2020-08-15 17:20:49.531747 [info] VPN_PROTOCOL defined as 'udp'
2020-08-15 17:20:49.601116 [info] VPN_DEVICE_TYPE defined as 'tun0'
2020-08-15 17:20:49.663486 [info] VPN_PROV defined as 'pia'
2020-08-15 17:20:49.726327 [info] LAN_NETWORK defined as '10.10.2.0/24'
2020-08-15 17:20:49.794777 [info] NAME_SERVERS defined as '202.188.18.188,1.9.1.9,209.222.18.222,84.200.69.80,37.235.1.174,8.8.8.8,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,8.8.4.4,1.0.0.1'
2020-08-15 17:20:49.861209 [info] VPN_USER defined as
2020-08-15 17:20:49.924263 [info] VPN_PASS defined as
2020-08-15 17:20:49.986511 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2020-08-15 17:20:50.048419 [info] STRICT_PORT_FORWARD defined as 'yes'
2020-08-15 17:20:50.111252 [info] ENABLE_PRIVOXY defined as 'no'
2020-08-15 17:20:50.173570 [info] Starting Supervisor...
2020-08-15 17:20:50,547 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2020-08-15 17:20:50,548 INFO Set uid to user 0 succeeded
2020-08-15 17:20:50,553 INFO supervisord started with pid 6
2020-08-15 17:20:51,556 INFO spawned: 'privoxy-script' with pid 146
2020-08-15 17:20:51,559 INFO spawned: 'start-script' with pid 147
2020-08-15 17:20:51,562 INFO spawned: 'watchdog-script' with pid 148
2020-08-15 17:20:51,563 INFO reaped unknown pid 7
2020-08-15 17:20:51,573 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 23402835310520 for <Subprocess at 23402835311416 with name privoxy-script in state STARTING> (stdout)>
2020-08-15 17:20:51,574 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 23402834782416 for <Subprocess at 23402835311416 with name privoxy-script in state STARTING> (stderr)>
2020-08-15 17:20:51,574 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-08-15 17:20:51,574 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-08-15 17:20:51,575 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-08-15 17:20:51,575 INFO exited: privoxy-script (exit status 0; expected)
2020-08-15 17:20:51,575 DEBG received SIGCHLD indicating a child quit
2020-08-15 17:20:51,576 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2020-08-15 17:20:51,581 DEBG 'watchdog-script' stderr output:
dos2unix:
2020-08-15 17:20:51,581 DEBG 'watchdog-script' stderr output:
converting file /config/core.conf to Unix format...

2020-08-15 17:20:51,604 DEBG 'start-script' stdout output:
[warn] Password contains characters which could cause authentication issues, please consider changing this if possible

2020-08-15 17:20:51,699 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1

2020-08-15 17:20:51,705 DEBG 'start-script' stdout output:
[info] Adding 202.188.18.188 to /etc/resolv.conf

2020-08-15 17:20:51,714 DEBG 'start-script' stdout output:
[info] Adding 1.9.1.9 to /etc/resolv.conf

2020-08-15 17:20:51,720 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.222 to /etc/resolv.conf

2020-08-15 17:20:51,727 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf

2020-08-15 17:20:51,735 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2020-08-15 17:20:51,743 DEBG 'start-script' stdout output:
[info] Adding 8.8.8.8 to /etc/resolv.conf

2020-08-15 17:20:51,749 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf

2020-08-15 17:20:51,755 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.218 to /etc/resolv.conf

2020-08-15 17:20:51,761 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2020-08-15 17:20:51,766 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf

2020-08-15 17:20:51,772 DEBG 'start-script' stdout output:
[info] Adding 8.8.4.4 to /etc/resolv.conf

2020-08-15 17:20:51,778 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf

2020-08-15 17:20:51,881 DEBG 'start-script' stdout output:
[info] Docker network defined as 172.17.0.0/16

2020-08-15 17:20:51,888 DEBG 'start-script' stdout output:
[info] Adding 10.10.2.0/24 as route via docker eth0

2020-08-15 17:20:51,890 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------

2020-08-15 17:20:51,891 DEBG 'start-script' stdout output:
default via 172.17.0.1 dev eth0
10.10.2.0/24 via 172.17.0.1 dev eth0
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2

2020-08-15 17:20:51,892 DEBG 'start-script' stdout output:
--------------------

2020-08-15 17:20:51,898 DEBG 'start-script' stdout output:
iptable_mangle 16384 1
ip_tables 24576 3 iptable_filter,iptable_nat,iptable_mangle

2020-08-15 17:20:51,899 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables

2020-08-15 17:20:51,961 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2020-08-15 17:20:51,964 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 1198 -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 10.10.2.0/24 -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 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 1198 -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 10.10.2.0/24 -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

2020-08-15 17:20:51,964 DEBG 'start-script' stdout output:
--------------------

2020-08-15 17:20:51,965 DEBG 'start-script' stdout output:
[info] Starting OpenVPN...

2020-08-15 17:20:51,981 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:51 2020 WARNING: file 'credentials.conf' is group or others accessible
Sat Aug 15 17:20:51 2020 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019
Sat Aug 15 17:20:51 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10

2020-08-15 17:20:51,982 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:51 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
[info] OpenVPN started

2020-08-15 17:20:51,983 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:51 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.49.251:1198

2020-08-15 17:20:51,983 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:51 2020 UDP link local: (not bound)
Sat Aug 15 17:20:51 2020 UDP link remote: [AF_INET]212.102.49.251:1198

2020-08-15 17:20:52,780 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:52 2020 [cdb86b8ed284b26976c933a265e02b11] Peer Connection Initiated with [AF_INET]212.102.49.251:1198

2020-08-15 17:20:54,175 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:54 2020 TUN/TAP device tun0 opened
Sat Aug 15 17:20:54 2020 /usr/bin/ip link set dev tun0 up mtu 1500

2020-08-15 17:20:54,177 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:54 2020 /usr/bin/ip addr add dev tun0 local 10.68.10.6 peer 10.68.10.5

2020-08-15 17:20:54,179 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:54 2020 /root/openvpnup.sh tun0 1500 1558 10.68.10.6 10.68.10.5 init

2020-08-15 17:20:54,194 DEBG 'start-script' stdout output:
Sat Aug 15 17:20:54 2020 Initialization Sequence Completed

2020-08-15 17:20:54,274 DEBG 'watchdog-script' stdout output:
[info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.68.10.6 different, marking for reconfigure

2020-08-15 17:20:54,281 DEBG 'watchdog-script' stdout output:
[info] Deluge not running

2020-08-15 17:20:54,288 DEBG 'watchdog-script' stdout output:
[info] Deluge Web UI not running

2020-08-15 17:20:54,319 DEBG 'start-script' stdout output:
[info] Attempting to curl https://www.privateinternetaccess.com/vpninfo/servers?version=82...

2020-08-15 17:20:54,948 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 212.102.49.251

2020-08-15 17:21:03,816 DEBG 'start-script' stdout output:
[info] Curl successful for https://www.privateinternetaccess.com/vpninfo/servers?version=82, response code 200

2020-08-15 17:21:03,994 DEBG 'start-script' stdout output:
[info] List of PIA endpoints that support port forwarding:-

2020-08-15 17:21:03,994 DEBG 'start-script' stdout output:
[info] ca-toronto.privateinternetaccess.com
[info] ca-montreal.privateinternetaccess.com
[info] ca-vancouver.privateinternetaccess.com
[info] de-berlin.privateinternetaccess.com
[info] de-frankfurt.privateinternetaccess.com
[info] sweden.privateinternetaccess.com
[info] swiss.privateinternetaccess.com
[info] france.privateinternetaccess.com
[info] czech.privateinternetaccess.com
[info] spain.privateinternetaccess.com
[info] ro.privateinternetaccess.com
[info] israel.privateinternetaccess.com

2020-08-15 17:21:04,005 DEBG 'start-script' stdout output:
[info] Attempting to curl http://209.222.18.222:2000/?client_id=c336bd64890290acc81756cb67bc58cf9be48dd9ad0a62b0766fdbd046c4e864...

2020-08-15 17:21:04,421 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 12 retries left
[info] Retrying in 10 secs...

2020-08-15 17:21:14,838 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0

2020-08-15 17:21:14,839 DEBG 'start-script' stdout output:
[info] 11 retries left
[info] Retrying in 10 secs...

2020-08-15 17:21:25,252 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 10 retries left
[info] Retrying in 10 secs...

2020-08-15 17:21:25,252 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 10 retries left
[info] Retrying in 10 secs...

2020-08-15 17:21:35,665 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 9 retries left
[info] Retrying in 10 secs...

2020-08-15 17:21:46,077 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 8 retries left

2020-08-15 17:21:46,078 DEBG 'start-script' stdout output:
[info] Retrying in 10 secs...

2020-08-15 17:21:46,077 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 8 retries left

2020-08-15 17:21:46,078 DEBG 'start-script' stdout output:
[info] Retrying in 10 secs...

2020-08-15 17:21:56,484 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 7 retries left
[info] Retrying in 10 secs...

2020-08-15 17:22:06,894 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 6 retries left
[info] Retrying in 10 secs...

2020-08-15 17:22:17,378 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 5 retries left
[info] Retrying in 10 secs...

2020-08-15 17:22:27,788 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 4 retries left
[info] Retrying in 10 secs...

2020-08-15 17:22:38,254 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 3 retries left
[info] Retrying in 10 secs...

2020-08-15 17:22:48,863 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 2 retries left
[info] Retrying in 10 secs...

2020-08-15 17:22:59,378 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0

2020-08-15 17:22:59,379 DEBG 'start-script' stdout output:
[info] 1 retries left
[info] Retrying in 10 secs...

2020-08-15 17:22:59,378 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0

2020-08-15 17:22:59,379 DEBG 'start-script' stdout output:
[info] 1 retries left
[info] Retrying in 10 secs...

2020-08-15 17:23:09,878 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx, exhausted retries exiting script...

2020-08-15 17:23:09,878 DEBG 'start-script' stdout output:
[warn] PIA VPN port assignment API currently down, terminating OpenVPN process to force retry for incoming port...

2020-08-15 17:23:09,880 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:09 2020 event_wait : Interrupted system call (code=4)

2020-08-15 17:23:09,888 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:09 2020 /usr/bin/ip addr del dev tun0 local 10.68.10.6 peer 10.68.10.5

2020-08-15 17:23:09,902 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:09 2020 SIGINT[hard,] received, process exiting

2020-08-15 17:23:24,356 DEBG 'start-script' stdout output:
[warn] OpenVPN process terminated, restarting OpenVPN...

2020-08-15 17:23:24,370 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:24 2020 WARNING: file 'credentials.conf' is group or others accessible
Sat Aug 15 17:23:24 2020 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019
Sat Aug 15 17:23:24 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10

2020-08-15 17:23:24,371 DEBG 'start-script' stdout output:
[info] OpenVPN restarted

2020-08-15 17:23:24,372 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:24 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-08-15 17:23:24,373 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:24 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.49.185:1198
Sat Aug 15 17:23:24 2020 UDP link local: (not bound)

2020-08-15 17:23:24,373 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:24 2020 UDP link remote: [AF_INET]212.102.49.185:1198

2020-08-15 17:23:25,219 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:25 2020 [cdeec2bf081ff6973c64c83545304d23] Peer Connection Initiated with [AF_INET]212.102.49.185:1198

2020-08-15 17:23:25,219 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:25 2020 [cdeec2bf081ff6973c64c83545304d23] Peer Connection Initiated with [AF_INET]212.102.49.185:1198

2020-08-15 17:23:26,526 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:26 2020 TUN/TAP device tun0 opened
Sat Aug 15 17:23:26 2020 /usr/bin/ip link set dev tun0 up mtu 1500

2020-08-15 17:23:26,528 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:26 2020 /usr/bin/ip addr add dev tun0 local 10.69.13.6 peer 10.69.13.5

2020-08-15 17:23:26,531 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:26 2020 /root/openvpnup.sh tun0 1500 1558 10.69.13.6 10.69.13.5 init

2020-08-15 17:23:26,542 DEBG 'start-script' stdout output:
Sat Aug 15 17:23:26 2020 Initialization Sequence Completed

2020-08-15 17:23:26,668 DEBG 'start-script' stdout output:
[info] Attempting to curl https://www.privateinternetaccess.com/vpninfo/servers?version=82...

2020-08-15 17:23:27,292 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 212.102.49.185

2020-08-15 17:23:27,292 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 212.102.49.185

2020-08-15 17:23:36,119 DEBG 'start-script' stdout output:
[info] Curl successful for https://www.privateinternetaccess.com/vpninfo/servers?version=82, response code 200

2020-08-15 17:23:36,283 DEBG 'start-script' stdout output:
[info] List of PIA endpoints that support port forwarding:-

2020-08-15 17:23:36,284 DEBG 'start-script' stdout output:
[info] ca-toronto.privateinternetaccess.com
[info] ca-montreal.privateinternetaccess.com
[info] ca-vancouver.privateinternetaccess.com
[info] de-berlin.privateinternetaccess.com
[info] de-frankfurt.privateinternetaccess.com
[info] sweden.privateinternetaccess.com
[info] swiss.privateinternetaccess.com
[info] france.privateinternetaccess.com
[info] czech.privateinternetaccess.com
[info] spain.privateinternetaccess.com
[info] ro.privateinternetaccess.com
[info] israel.privateinternetaccess.com

2020-08-15 17:23:36,294 DEBG 'start-script' stdout output:
[info] Attempting to curl http://209.222.18.222:2000/?client_id=69001d9ad5122b67e9e8358e042173ddd0fa1f764b11c7ba76e648061794a879...

2020-08-15 17:23:36,697 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 12 retries left
[info] Retrying in 10 secs...

2020-08-15 17:23:47,102 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 11 retries left
[info] Retrying in 10 secs...

2020-08-15 17:23:57,510 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 10 retries left
[info] Retrying in 10 secs...

2020-08-15 17:24:07,918 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 9 retries left
[info] Retrying in 10 secs...

2020-08-15 17:24:18,325 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 8 retries left

2020-08-15 17:24:18,325 DEBG 'start-script' stdout output:
[info] Retrying in 10 secs...

2020-08-15 17:24:28,733 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 7 retries left
[info] Retrying in 10 secs...

2020-08-15 17:24:39,139 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 6 retries left
[info] Retrying in 10 secs...

2020-08-15 17:24:39,139 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 6 retries left
[info] Retrying in 10 secs...

2020-08-15 17:24:49,547 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 5 retries left
[info] Retrying in 10 secs...

2020-08-15 17:24:49,547 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 5 retries left
[info] Retrying in 10 secs...

2020-08-15 17:24:59,952 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 4 retries left
[info] Retrying in 10 secs...

2020-08-15 17:25:10,359 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 3 retries left
[info] Retrying in 10 secs...

2020-08-15 17:25:10,359 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 3 retries left
[info] Retrying in 10 secs...

2020-08-15 17:25:20,766 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 2 retries left
[info] Retrying in 10 secs...

2020-08-15 17:25:31,173 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 1 retries left
[info] Retrying in 10 secs...

2020-08-15 17:25:31,173 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 1 retries left
[info] Retrying in 10 secs...

2020-08-15 17:25:41,578 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx, exhausted retries exiting script...

2020-08-15 17:25:41,579 DEBG 'start-script' stdout output:
[warn] PIA VPN port assignment API currently down, terminating OpenVPN process to force retry for incoming port...

2020-08-15 17:25:41,580 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:41 2020 event_wait : Interrupted system call (code=4)

2020-08-15 17:25:41,589 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:41 2020 /usr/bin/ip addr del dev tun0 local 10.69.13.6 peer 10.69.13.5

2020-08-15 17:25:41,604 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:41 2020 SIGINT[hard,] received, process exiting

2020-08-15 17:25:54,416 DEBG 'start-script' stdout output:
[warn] OpenVPN process terminated, restarting OpenVPN...

2020-08-15 17:25:54,432 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:54 2020 WARNING: file 'credentials.conf' is group or others accessible
Sat Aug 15 17:25:54 2020 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019
Sat Aug 15 17:25:54 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10

2020-08-15 17:25:54,433 DEBG 'start-script' stdout output:
[info] OpenVPN restarted

2020-08-15 17:25:54,433 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:54 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-08-15 17:25:54,434 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:54 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.49.185:1198

2020-08-15 17:25:54,434 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:54 2020 UDP link local: (not bound)
Sat Aug 15 17:25:54 2020 UDP link remote: [AF_INET]212.102.49.185:1198

2020-08-15 17:25:55,232 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:55 2020 [cdeec2bf081ff6973c64c83545304d23] Peer Connection Initiated with [AF_INET]212.102.49.185:1198

2020-08-15 17:25:56,600 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:56 2020 TUN/TAP device tun0 opened
Sat Aug 15 17:25:56 2020 /usr/bin/ip link set dev tun0 up mtu 1500

2020-08-15 17:25:56,603 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:56 2020 /usr/bin/ip addr add dev tun0 local 10.57.14.6 peer 10.57.14.5

2020-08-15 17:25:56,605 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:56 2020 /root/openvpnup.sh tun0 1500 1558 10.57.14.6 10.57.14.5 init

2020-08-15 17:25:56,618 DEBG 'start-script' stdout output:
Sat Aug 15 17:25:56 2020 Initialization Sequence Completed

2020-08-15 17:25:56,743 DEBG 'start-script' stdout output:
[info] Attempting to curl https://www.privateinternetaccess.com/vpninfo/servers?version=82...

2020-08-15 17:26:06,313 DEBG 'start-script' stdout output:
[info] Curl successful for https://www.privateinternetaccess.com/vpninfo/servers?version=82, response code 200

2020-08-15 17:26:06,480 DEBG 'start-script' stdout output:
[info] List of PIA endpoints that support port forwarding:-
[info] ca-toronto.privateinternetaccess.com
[info] ca-montreal.privateinternetaccess.com

2020-08-15 17:26:06,480 DEBG 'start-script' stdout output:
[info] ca-vancouver.privateinternetaccess.com
[info] de-berlin.privateinternetaccess.com
[info] de-frankfurt.privateinternetaccess.com
[info] sweden.privateinternetaccess.com
[info] swiss.privateinternetaccess.com
[info] france.privateinternetaccess.com
[info] czech.privateinternetaccess.com
[info] spain.privateinternetaccess.com
[info] ro.privateinternetaccess.com
[info] israel.privateinternetaccess.com

2020-08-15 17:26:06,490 DEBG 'start-script' stdout output:
[info] Attempting to curl http://209.222.18.222:2000/?client_id=f3e2055a2051340f2cb5e94c47ca336962330749fd6ec97be84512324a10789c...

2020-08-15 17:26:06,877 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 12 retries left
[info] Retrying in 10 secs...

2020-08-15 17:26:12,421 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 212.102.49.185

2020-08-15 17:26:12,421 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 212.102.49.185

2020-08-15 17:26:17,266 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 11 retries left
[info] Retrying in 10 secs...

2020-08-15 17:26:27,657 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 10 retries left
[info] Retrying in 10 secs...

2020-08-15 17:26:38,046 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 9 retries left
[info] Retrying in 10 secs...

2020-08-15 17:26:48,435 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 8 retries left
[info] Retrying in 10 secs...

2020-08-15 17:26:58,823 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 7 retries left
[info] Retrying in 10 secs...

2020-08-15 17:26:58,823 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 7 retries left
[info] Retrying in 10 secs...

2020-08-15 17:27:09,211 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 6 retries left
[info] Retrying in 10 secs...

2020-08-15 17:27:09,211 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 52 from curl != 0
[info] 6 retries left
[info] Retrying in 10 secs...

2020-08-15 17:27:19,601 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 5 retries left
[info] Retrying in 10 secs...

2020-08-15 17:27:29,990 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 4 retries left
[info] Retrying in 10 secs...

2020-08-15 17:27:40,381 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 3 retries left
[info] Retrying in 10 secs...

2020-08-15 17:27:50,772 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 2 retries left
[info] Retrying in 10 secs...

2020-08-15 17:28:01,163 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 1 retries left
[info] Retrying in 10 secs...

2020-08-15 17:28:11,553 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx, exhausted retries exiting script...

2020-08-15 17:28:11,554 DEBG 'start-script' stdout output:
[warn] PIA VPN port assignment API currently down, terminating OpenVPN process to force retry for incoming port...

2020-08-15 17:28:11,556 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:11 2020 event_wait : Interrupted system call (code=4)

2020-08-15 17:28:11,564 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:11 2020 /usr/bin/ip addr del dev tun0 local 10.57.14.6 peer 10.57.14.5

2020-08-15 17:28:11,585 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:11 2020 SIGINT[hard,] received, process exiting

2020-08-15 17:28:24,474 DEBG 'start-script' stdout output:
[warn] OpenVPN process terminated, restarting OpenVPN...

2020-08-15 17:28:24,489 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:24 2020 WARNING: file 'credentials.conf' is group or others accessible
Sat Aug 15 17:28:24 2020 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019

2020-08-15 17:28:24,490 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:24 2020 library versions: OpenSSL 1.1.1b 26 Feb 2019, LZO 2.10

2020-08-15 17:28:24,491 DEBG 'start-script' stdout output:
[info] OpenVPN restarted

2020-08-15 17:28:24,491 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:24 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-08-15 17:28:24,492 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:24 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.49.185:1198

2020-08-15 17:28:24,493 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:24 2020 UDP link local: (not bound)
Sat Aug 15 17:28:24 2020 UDP link remote: [AF_INET]212.102.49.185:1198

2020-08-15 17:28:25,329 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:25 2020 [cdeec2bf081ff6973c64c83545304d23] Peer Connection Initiated with [AF_INET]212.102.49.185:1198

2020-08-15 17:28:25,329 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:25 2020 [cdeec2bf081ff6973c64c83545304d23] Peer Connection Initiated with [AF_INET]212.102.49.185:1198

2020-08-15 17:28:26,734 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:26 2020 TUN/TAP device tun0 opened
Sat Aug 15 17:28:26 2020 /usr/bin/ip link set dev tun0 up mtu 1500

2020-08-15 17:28:26,736 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:26 2020 /usr/bin/ip addr add dev tun0 local 10.14.15.6 peer 10.14.15.5

2020-08-15 17:28:26,738 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:26 2020 /root/openvpnup.sh tun0 1500 1558 10.14.15.6 10.14.15.5 init

2020-08-15 17:28:26,750 DEBG 'start-script' stdout output:
Sat Aug 15 17:28:26 2020 Initialization Sequence Completed

2020-08-15 17:28:26,875 DEBG 'start-script' stdout output:
[info] Attempting to curl https://www.privateinternetaccess.com/vpninfo/servers?version=82...

2020-08-15 17:28:27,512 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 212.102.49.185

2020-08-15 17:28:36,430 DEBG 'start-script' stdout output:
[info] Curl successful for https://www.privateinternetaccess.com/vpninfo/servers?version=82, response code 200

2020-08-15 17:28:36,596 DEBG 'start-script' stdout output:
[info] List of PIA endpoints that support port forwarding:-
[info] ca-toronto.privateinternetaccess.com
[info] ca-montreal.privateinternetaccess.com

2020-08-15 17:28:36,596 DEBG 'start-script' stdout output:
[info] ca-vancouver.privateinternetaccess.com
[info] de-berlin.privateinternetaccess.com
[info] de-frankfurt.privateinternetaccess.com
[info] sweden.privateinternetaccess.com
[info] swiss.privateinternetaccess.com
[info] france.privateinternetaccess.com
[info] czech.privateinternetaccess.com
[info] spain.privateinternetaccess.com
[info] ro.privateinternetaccess.com
[info] israel.privateinternetaccess.com

2020-08-15 17:28:36,606 DEBG 'start-script' stdout output:
[info] Attempting to curl http://209.222.18.222:2000/?client_id=9574b006a8c55584d31ddfdd9f847d49d0d599404d7cc756bf86b713a6ad3672...

2020-08-15 17:28:36,430 DEBG 'start-script' stdout output:
[info] Curl successful for https://www.privateinternetaccess.com/vpninfo/servers?version=82, response code 200

2020-08-15 17:28:36,596 DEBG 'start-script' stdout output:
[info] List of PIA endpoints that support port forwarding:-
[info] ca-toronto.privateinternetaccess.com
[info] ca-montreal.privateinternetaccess.com

2020-08-15 17:28:36,596 DEBG 'start-script' stdout output:
[info] ca-vancouver.privateinternetaccess.com
[info] de-berlin.privateinternetaccess.com
[info] de-frankfurt.privateinternetaccess.com
[info] sweden.privateinternetaccess.com
[info] swiss.privateinternetaccess.com
[info] france.privateinternetaccess.com
[info] czech.privateinternetaccess.com
[info] spain.privateinternetaccess.com
[info] ro.privateinternetaccess.com
[info] israel.privateinternetaccess.com

2020-08-15 17:28:36,606 DEBG 'start-script' stdout output:
[info] Attempting to curl http://209.222.18.222:2000/?client_id=9574b006a8c55584d31ddfdd9f847d49d0d599404d7cc756bf86b713a6ad3672...

2020-08-15 17:28:37,015 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 12 retries left
[info] Retrying in 10 secs...

2020-08-15 17:28:47,426 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 56 from curl != 0
[info] 11 retries left

2020-08-15 17:28:47,427 DEBG 'start-script' stdout output:
[info] Retrying in 10 secs...

Link to comment

Because of the PIA issues, I have tried changing endpoints over the last few days. One thing I have noticed is that previously started torrents have simply stopped at various stages of progress and they will not continue even after restarting Deluge. However, newly added downloads do seem to work fine. Is this related to the PIA issues? Is there a way to resume the stuck downloads?

Link to comment

Got a problem with both binhex-rtorrentvpn as well with binhex-delugevpn.

There are some 60-ish torrents seeding on different private trackers, but after some time seeding, the tracker doesn't notice that the torrents are seeding.

I've got this problem also with rtorrent, after a while the private tracker doesn't sees them as seeding, but they are stated at deluge as seeding 100.0%.

 

How can I resolve this problem???

 

Kind Regards,

Rik

Link to comment
1 hour ago, wgstarks said:

CA Vancouver is working right now for me.

OK. My problem possibly seems to be Deluge related. Ever since the PIA endpoint issues, my existing downloads are stuck. Newly added torrents download without issue, but my old downloads are stuck at the position they were in when I started trying different endpoints.

 

Any ideas on how to get my downloads "unstuck"?

Link to comment

So seeing as PIA is not very reliable these days, I figured I might as well switch to AirVPN.

 

I tried deploying the container with the config and all that and made sure to port forward the "incoming port" in AirVPN (which gives me an OK) but torrents don't connect to any seeders and don't download at all. What could I be missing? Any ideas?

Link to comment
On 8/13/2020 at 1:48 PM, binhex said:

rtorrent is well regarded as being able to support thousands of torrents, but even this does struggle when you get above 2000 torrents, so tbh you are probably best sticking with deluge if you are able to keep 6000 torrents active.

 

so one solution is to have two deluge instances and then split the load between the two, its not ideal i know as it means managing two deluge instances but it would work.

I figured out what the issue is
in libtorrent max_peerlist_size is set to 3000, increasing that solved my issue... for now... 😁

  • Like 1
Link to comment
7 hours ago, kocane said:

So seeing as PIA is not very reliable these days, I figured I might as well switch to AirVPN.

 

I tried deploying the container with the config and all that and made sure to port forward the "incoming port" in AirVPN (which gives me an OK) but torrents don't connect to any seeders and don't download at all. What could I be missing? Any ideas?

Post your docker run command,the log with debug enabled and settings in deluge for downloads and network

Link to comment
On 8/16/2020 at 4:42 PM, rikdegraaff said:

Got a problem with both binhex-rtorrentvpn as well with binhex-delugevpn.

There are some 60-ish torrents seeding on different private trackers, but after some time seeding, the tracker doesn't notice that the torrents are seeding.

I've got this problem also with rtorrent, after a while the private tracker doesn't sees them as seeding, but they are stated at deluge as seeding 100.0%.

 

How can I resolve this problem???

 

Kind Regards,

Rik

Nobody who knows why the private trackers doesn't recognize my "active" torrents anymore... Same at binhex-rtorrentvpn, using PIA...

After a full pause and resume, trackers does see them, but I need to repeat that 3 - 4 times a day... Not very friendly while seeding...

Edited by rikdegraaff
Link to comment
2 hours ago, rikdegraaff said:

Nobody who knows why the private trackers doesn't recognize my "active" torrents anymore... Same at binhex-rtorrentvpn, using PIA...

After a full pause and resume, trackers does see them, but I need to repeat that 3 - 4 times a day... Not very friendly while seeding...

Most likely due to the PIA changes. Most endpoints don't work or have connectivity issues. Which will stop the torrents from seeding.

Link to comment
1 hour ago, williamvg333 said:

Howdy,

 

I am unable to connect to the web ui with the vpn enabled. I tried FAQ 10&11... anything else I should try?

Since you are referring to the faq 10 & 11 I assume you're using PIA? If so see my previous post. PIA are doing network changes and most endpoints don't work or have connectivity issues. Please try another endpoint. If you still have issues: https://github.com/binhex/documentation/blob/master/docker/faq/help.md

Link to comment

Given all the issues I've been having with PIA, I'm trying out AirVPN... However, I'm having some issues getting it set up 😕

 

My problem is with the OpenVPN generator, I'm not sure if I'm choosing the correct options. In the 'Protocols' part, I'm choosing OpenVPN UDP 443; I assume this part is correct, but do I need to choose any proxy settings? I haven't at the moment, & chosen the server location as just 'Netherlands'. I've also set up a port for forwarding, but it doesn't pass the tcp test (the light is always red). 

 

DelugeVPN is connecting, giving me an IP address which shows as Netherlands in AirVPN client area, but not on whatismyipaddress.com (shows UK, but not my actual location). Am I doing something wrong, or choosing the wrong options on the generator? 

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.