[Support] binhex - DelugeVPN


Recommended Posts

46 minutes ago, binhex said:

post on reddit by PIA support staff:-

 

I'm the first to admit that I have no idea the complexity that would be involved (other than VERY) in you doing this, but is it a possibility to change from OpenVPN to Wireguard for this docker container? Obviously, I know it wouldn't be any time soon, just wondering how much of a pain it'd be.

Link to comment
1 minute ago, xxDeadbolt said:

but is it a possibility to change from OpenVPN to Wireguard for this docker container?

this will get you nowhere with pia, they do not support wireguard natively yet, yes there are hacks but they are fragile and im not willing to implement them.

Link to comment

I read the last few pages and I'm still having issues and can't determine if my issue is the same as everyone else.

I can't open WebUI. It works fine
if I turn off PIA it works.
I have port forwarding set to no.
I've tried various configs including NextGen ones.

I also have this error 

insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory

So is this the same issue everyone else is having or something different?

Link to comment
1 hour ago, Naldinho said:

I read the last few pages and I'm still having issues and can't determine if my issue is the same as everyone else.

I can't open WebUI. It works fine
if I turn off PIA it works.
I have port forwarding set to no.
I've tried various configs including NextGen ones.

I also have this error 

insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory

So is this the same issue everyone else is having or something different?

I'm having the same issue. I've tried lots of different server locations with no change. I've been using this setup for 2 years with no issues. I could really use some help with this issue. 

Link to comment

looks like there is a new method to get port forwarding to work. Maybe this can be included in the start script...?

 

https://www.privateinternetaccess.com/helpdesk/kb/articles/can-i-use-port-forwarding-without-using-the-pia-client-current-gen-only

 

Go comment on this github issue. https://github.com/binhex/arch-delugevpn/issues/197

Edited by trevormiller6
Link to comment

Hello, i'm having issues with the Privoxy side of the docker. I use the proxy on my devices so I can use the VPN them. Although by doing this, I cannot seem to access Nextcloud and Organizr. I know that its Privoxy because when i turn off the proxy, it works just fine.

I'm trying to input nextcloud.doman.com and portal.domain.com(Organizr) into the Trust file config but it doesnt seem to work.

Any help would be appreciated.

Link to comment
2 hours ago, trevormiller6 said:

looks like there is a new method to get port forwarding to work. Maybe this can be included in the start script...?

 

https://www.privateinternetaccess.com/helpdesk/kb/articles/can-i-use-port-forwarding-without-using-the-pia-client-current-gen-only

 

Go comment on this github issue. https://github.com/binhex/arch-delugevpn/issues/197

thats not a new method, thats the same method i have been using for years, thanks for trying to help though :-).

Link to comment
6 hours ago, Naldinho said:

I read the last few pages and I'm still having issues and can't determine if my issue is the same as everyone else.

I can't open WebUI. It works fine
if I turn off PIA it works.
I have port forwarding set to no.
I've tried various configs including NextGen ones.

I also have this error 

insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory

So is this the same issue everyone else is having or something different?

see here:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md

Link to comment
18 minutes ago, Sleepyme said:

 

I have PIA and for some reason I cannot get my webui to work

 

CA Toronto (and most other servers) isn’t currently working with strict port forwarding enabled. You can either disable port forwarding in the container settings (which may result in slower downloads) or switch to a working server. Spain is working for me right now but I had to restart the container a few times before it connected.

Link to comment
2 hours ago, Sleepyme said:

I have PIA and for some reason I cannot get my webui to work.

 

2020-09-15 18:47:55,419 DEBG 'start-script' stdout output:
--------------------

2020-09-15 18:47:55,419 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.4
192.168.1.0/24 via 172.17.0.1 dev eth0

2020-09-15 18:47:55,419 DEBG 'start-script' stdout output:
--------------------

2020-09-15 18:47:55,420 DEBG 'start-script' stdout output:
iptable_mangle 16384 1
ip_tables 28672 3 iptable_filter,iptable_nat,iptable_mangle

2020-09-15 18:47:55,421 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables

2020-09-15 18:47:55,437 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2020-09-15 18:47:55,438 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 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 192.168.1.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 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 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 192.168.1.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
-A OUTPUT -o tun0 -j ACCEPT

2020-09-15 18:47:55,438 DEBG 'start-script' stdout output:
--------------------

2020-09-15 18:47:55,439 DEBG 'start-script' stdout output:
[info] Starting OpenVPN...

2020-09-15 18:47:55,442 DEBG 'start-script' stdout output:
Tue Sep 15 18:47:55 2020 WARNING: file 'credentials.conf' is group or others accessible
Tue Sep 15 18:47:55 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020

2020-09-15 18:47:55,442 DEBG 'start-script' stdout output:
Tue Sep 15 18:47:55 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10

2020-09-15 18:47:55,442 DEBG 'start-script' stdout output:
[info] OpenVPN started

2020-09-15 18:47:55,442 DEBG 'start-script' stdout output:
Tue Sep 15 18:47:55 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-09-15 18:47:55,443 DEBG 'start-script' stdout output:
Tue Sep 15 18:47:55 2020 CRL: loaded 1 CRLs from file [[INLINE]]

2020-09-15 18:47:55,443 DEBG 'start-script' stdout output:
Tue Sep 15 18:47:55 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]193.176.86.166:1198
Tue Sep 15 18:47:55 2020 UDP link local: (not bound)
Tue Sep 15 18:47:55 2020 UDP link remote: [AF_INET]193.176.86.166:1198

2020-09-15 18:48:55,328 DEBG 'start-script' stdout output:
Tue Sep 15 18:48:55 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting

2020-09-15 18:48:55,329 DEBG 'start-script' stdout output:
Tue Sep 15 18:48:55 2020 SIGHUP[soft,ping-restart] received, process restarting

2020-09-15 18:48:55,329 DEBG 'start-script' stdout output:
Tue Sep 15 18:48:55 2020 WARNING: file 'credentials.conf' is group or others accessible
Tue Sep 15 18:48:55 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020

2020-09-15 18:48:55,329 DEBG 'start-script' stdout output:
Tue Sep 15 18:48:55 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10

2020-09-15 18:49:00,329 DEBG 'start-script' stdout output:
Tue Sep 15 18:49:00 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-09-15 18:49:00,329 DEBG 'start-script' stdout output:
Tue Sep 15 18:49:00 2020 CRL: loaded 1 CRLs from file [[INLINE]]

2020-09-15 18:49:00,329 DEBG 'start-script' stdout output:
Tue Sep 15 18:49:00 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]185.230.127.226:1198
Tue Sep 15 18:49:00 2020 UDP link local: (not bound)
Tue Sep 15 18:49:00 2020 UDP link remote: [AF_INET]185.230.127.226:1198

2020-09-15 18:50:00,553 DEBG 'start-script' stdout output:
Tue Sep 15 18:50:00 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting

2020-09-15 18:50:00,554 DEBG 'start-script' stdout output:
Tue Sep 15 18:50:00 2020 SIGHUP[soft,ping-restart] received, process restarting

2020-09-15 18:50:00,554 DEBG 'start-script' stdout output:
Tue Sep 15 18:50:00 2020 WARNING: file 'credentials.conf' is group or others accessible
Tue Sep 15 18:50:00 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020

2020-09-15 18:50:00,554 DEBG 'start-script' stdout output:
Tue Sep 15 18:50:00 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10

2020-09-15 18:50:05,554 DEBG 'start-script' stdout output:
Tue Sep 15 18:50:05 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-09-15 18:50:05,554 DEBG 'start-script' stdout output:
Tue Sep 15 18:50:05 2020 CRL: loaded 1 CRLs from file [[INLINE]]

2020-09-15 18:50:05,554 DEBG 'start-script' stdout output:
Tue Sep 15 18:50:05 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]193.176.86.166:1198
Tue Sep 15 18:50:05 2020 UDP link local: (not bound)
Tue Sep 15 18:50:05 2020 UDP link remote: [AF_INET]193.176.86.166:1198

2020-09-15 18:51:05,108 DEBG 'start-script' stdout output:
Tue Sep 15 18:51:05 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting

2020-09-15 18:51:05,108 DEBG 'start-script' stdout output:
Tue Sep 15 18:51:05 2020 SIGHUP[soft,ping-restart] received, process restarting

2020-09-15 18:51:05,108 DEBG 'start-script' stdout output:
Tue Sep 15 18:51:05 2020 WARNING: file 'credentials.conf' is group or others accessible
Tue Sep 15 18:51:05 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020

2020-09-15 18:51:05,108 DEBG 'start-script' stdout output:
Tue Sep 15 18:51:05 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10

2020-09-15 18:51:10,108 DEBG 'start-script' stdout output:
Tue Sep 15 18:51:10 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-09-15 18:51:10,108 DEBG 'start-script' stdout output:
Tue Sep 15 18:51:10 2020 CRL: loaded 1 CRLs from file [[INLINE]]

2020-09-15 18:51:10,108 DEBG 'start-script' stdout output:
Tue Sep 15 18:51:10 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]193.176.86.130:1198
Tue Sep 15 18:51:10 2020 UDP link local: (not bound)
Tue Sep 15 18:51:10 2020 UDP link remote: [AF_INET]193.176.86.130:1198

2020-09-15 18:51:38,136 WARN received SIGTERM indicating exit request
2020-09-15 18:51:38,136 DEBG killing watchdog-script (pid 173) with signal SIGTERM
2020-09-15 18:51:38,137 INFO waiting for start-script, watchdog-script to die
2020-09-15 18:51:38,189 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 23180694478176 for <Subprocess at 23180694477504 with name watchdog-script in state STOPPING> (stdout)>
2020-09-15 18:51:38,189 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 23180694623376 for <Subprocess at 23180694477504 with name watchdog-script in state STOPPING> (stderr)>
2020-09-15 18:51:38,189 INFO stopped: watchdog-script (terminated by SIGTERM)
2020-09-15 18:51:38,189 DEBG received SIGCHLD indicating a child quit
2020-09-15 18:51:38,190 DEBG killing start-script (pid 172) with signal SIGTERM
2020-09-15 18:51:39,191 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 23180694864368 for <Subprocess at 23180694867008 with name start-script in state STOPPING> (stdout)>
2020-09-15 18:51:39,191 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 23180694477408 for <Subprocess at 23180694867008 with name start-script in state STOPPING> (stderr)>
2020-09-15 18:51:39,191 INFO stopped: start-script (terminated by SIGTERM)
2020-09-15 18:51:39,191 DEBG received SIGCHLD indicating a child quit
Created by...
___. .__ .__
\_ |__ |__| ____ | |__ ____ ___ ___
| __ \| |/ \| | \_/ __ \\ \/ /
| \_\ \ | | \ Y \ ___/ > <
|___ /__|___| /___| /\___ >__/\_ \
\/ \/ \/ \/ \/
https://hub.docker.com/u/binhex/

2020-09-15 18:52:32.832039 [info] System information Linux a7a7521afead 5.5.8-Unraid #1 SMP Sat Mar 7 14:24:42 CST 2020 x86_64 GNU/Linux
2020-09-15 18:52:32.848213 [info] OS_ARCH defined as 'x86-64'
2020-09-15 18:52:32.864419 [info] PUID defined as '99'
2020-09-15 18:52:32.881467 [info] PGID defined as '100'
2020-09-15 18:52:32.909620 [info] UMASK defined as '000'
2020-09-15 18:52:32.925338 [info] Permissions already set for volume mappings
2020-09-15 18:52:32.943023 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info'
2020-09-15 18:52:32.958824 [info] DELUGE_WEB_LOG_LEVEL defined as 'info'
2020-09-15 18:52:32.974497 [info] VPN_ENABLED defined as 'yes'
2020-09-15 18:52:32.993324 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/current-ca_toronto-aes-128-cbc-udp-dns.ovpn
2020-09-15 18:52:33.022220 [info] VPN remote line defined as 'remote ca-toronto.privateinternetaccess.com 1198'
2020-09-15 18:52:33.038068 [info] VPN_REMOTE defined as 'ca-toronto.privateinternetaccess.com'
2020-09-15 18:52:33.054186 [info] VPN_PORT defined as '1198'
2020-09-15 18:52:33.072297 [info] VPN_PROTOCOL defined as 'udp'
2020-09-15 18:52:33.088803 [info] VPN_DEVICE_TYPE defined as 'tun0'
2020-09-15 18:52:33.104921 [info] VPN_PROV defined as 'pia'
2020-09-15 18:52:33.120990 [info] LAN_NETWORK defined as '192.168.1.0/24'
2020-09-15 18:52:33.137081 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1'
2020-09-15 18:52:33.153013 [info] VPN_USER defined as '' //removed
2020-09-15 18:52:33.169063 [info] VPN_PASS defined as '' //removed
2020-09-15 18:52:33.184933 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2020-09-15 18:52:33.200721 [info] STRICT_PORT_FORWARD defined as 'yes'
2020-09-15 18:52:33.216439 [info] ENABLE_PRIVOXY defined as 'no'
2020-09-15 18:52:33.232325 [info] ADDITIONAL_PORTS not defined (via -e ADDITIONAL_PORTS), skipping allow for custom incoming ports
2020-09-15 18:52:33.250205 [info] Deleting files in /tmp (non recursive)...
2020-09-15 18:52:33.265291 [info] Starting Supervisor...
2020-09-15 18:52:33,360 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2020-09-15 18:52:33,360 INFO Set uid to user 0 succeeded
2020-09-15 18:52:33,362 INFO supervisord started with pid 7
2020-09-15 18:52:34,363 INFO spawned: 'start-script' with pid 173
2020-09-15 18:52:34,364 INFO spawned: 'watchdog-script' with pid 174
2020-09-15 18:52:34,364 INFO reaped unknown pid 8 (exit status 0)
2020-09-15 18:52:34,367 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2020-09-15 18:52:34,367 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-09-15 18:52:34,367 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-09-15 18:52:34,400 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1

2020-09-15 18:52:34,401 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.222 to /etc/resolv.conf

2020-09-15 18:52:34,403 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf

2020-09-15 18:52:34,405 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2020-09-15 18:52:34,407 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf

2020-09-15 18:52:34,408 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.218 to /etc/resolv.conf

2020-09-15 18:52:34,410 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2020-09-15 18:52:34,412 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf

2020-09-15 18:52:34,414 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf

2020-09-15 18:52:34,569 DEBG 'start-script' stdout output:
[info] Docker network defined as 172.17.0.0/16

2020-09-15 18:52:34,571 DEBG 'start-script' stdout output:
[info] Adding 192.168.1.0/24 as route via docker eth0

2020-09-15 18:52:34,571 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------

2020-09-15 18:52:34,572 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.4
192.168.1.0/24 via 172.17.0.1 dev eth0

2020-09-15 18:52:34,572 DEBG 'start-script' stdout output:
--------------------

2020-09-15 18:52:34,573 DEBG 'start-script' stdout output:
iptable_mangle 16384 1
ip_tables 28672 3 iptable_filter,iptable_nat,iptable_mangle

2020-09-15 18:52:34,573 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables

2020-09-15 18:52:34,590 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2020-09-15 18:52:34,591 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 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 192.168.1.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 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 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 192.168.1.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
-A OUTPUT -o tun0 -j ACCEPT

2020-09-15 18:52:34,591 DEBG 'start-script' stdout output:
--------------------

2020-09-15 18:52:34,592 DEBG 'start-script' stdout output:
[info] Starting OpenVPN...

2020-09-15 18:52:34,595 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:34 2020 WARNING: file 'credentials.conf' is group or others accessible
Tue Sep 15 18:52:34 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020

2020-09-15 18:52:34,595 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:34 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10

2020-09-15 18:52:34,595 DEBG 'start-script' stdout output:
[info] OpenVPN started
Tue Sep 15 18:52:34 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-09-15 18:52:34,596 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:34 2020 CRL: loaded 1 CRLs from file [[INLINE]]

2020-09-15 18:52:34,596 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:34 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]172.98.92.194:1198
Tue Sep 15 18:52:34 2020 UDP link local: (not bound)
Tue Sep 15 18:52:34 2020 UDP link remote: [AF_INET]172.98.92.194:1198

2020-09-15 18:52:34,811 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:34 2020 [d82596da2fc113c6ab24af58f0794947] Peer Connection Initiated with [AF_INET]172.98.92.194:1198

2020-09-15 18:52:35,882 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:35 2020 TUN/TAP device tun0 opened
Tue Sep 15 18:52:35 2020 /usr/bin/ip link set dev tun0 up mtu 1500

2020-09-15 18:52:35,883 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:35 2020 /usr/bin/ip addr add dev tun0 local 10.34.20.6 peer 10.34.20.5

2020-09-15 18:52:35,884 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:35 2020 /root/openvpnup.sh tun0 1500 1558 10.34.20.6 10.34.20.5 init

2020-09-15 18:52:35,887 DEBG 'start-script' stdout output:
Tue Sep 15 18:52:35 2020 Initialization Sequence Completed

2020-09-15 18:52:35,992 DEBG 'start-script' stdout output:
[info] Port forwarding is enabled
[info] Checking endpoint 'ca-toronto.privateinternetaccess.com' is port forward enabled...

2020-09-15 18:52:37,021 DEBG 'start-script' stdout output:
[info] PIA endpoint 'ca-toronto.privateinternetaccess.com' is in the list of endpoints that support port forwarding

2020-09-15 18:52:37,021 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
[info] de-berlin.privateinternetaccess.com
[info] de-frankfurt.privateinternetaccess.com
[info] france.privateinternetaccess.com
[info] czech.privateinternetaccess.com
[info] spain.privateinternetaccess.com
[info] ro.privateinternetaccess.com
[info] israel.privateinternetaccess.com
[info] Attempting to get dynamically assigned port...

2020-09-15 18:52:37,259 DEBG 'start-script' stdout output:
[warn] Exit code '56' from curl != 0 or no response body received
[info] 12 retries left
[info] Retrying in 10 secs...

2020-09-15 18:52:47,355 DEBG 'start-script' stdout output:
[warn] Exit code '56' from curl != 0 or no response body received
[info] 11 retries left
[info] Retrying in 10 secs...

2020-09-15 18:52:57,461 DEBG 'start-script' stdout output:
[warn] Exit code '56' from curl != 0 or no response body received
[info] 10 retries left
[info] Retrying in 10 secs...

2020-09-15 18:53:07,561 DEBG 'start-script' stdout output:
[warn] Exit code '56' from curl != 0 or no response body received
[info] 9 retries left
[info] Retrying in 10 secs...

2020-09-15 18:53:17,843 DEBG 'start-script' stdout output:
[warn] Exit code '56' from curl != 0 or no response body received
[info] 8 retries left
[info] Retrying in 10 secs...

com' on man

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.