I'm running qbittorrentvpn with free protonvpn configs. Everytime I start up the container it auto kills after connecting to the VPN. I can't even connect to the GUI...
text error warn system array login
2024-01-29 22:43:29,787 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------
2024-01-29 22:43:29,788 DEBG 'start-script' stdout output:
-P INPUT DROP
-P FORWARD DROP
-P OUTPUT DROP
-A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT
-A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT
-A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT
-A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
-A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT
-A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT
-A INPUT -s 37.19.205.202/32 -i eth0 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8081 -j ACCEPT
-A INPUT -i eth0 -p udp -m udp --dport 8081 -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 -d 37.19.205.202/32 -o eth0 -j ACCEPT
-A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT
-A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT
-A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
-A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT
-A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT
-A OUTPUT -d 37.19.205.202/32 -o eth0 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8081 -j ACCEPT
-A OUTPUT -o eth0 -p udp -m udp --sport 8081 -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
2024-01-29 22:43:29,790 DEBG 'start-script' stdout output:
--------------------
2024-01-29 22:43:29,791 DEBG 'start-script' stdout output:
[info] Starting OpenVPN (non daemonised)...
2024-01-29 22:43:29,803 DEBG 'start-script' stdout output:
2024-01-29 22:43:29 WARNING: file 'credentials.conf' is group or others accessible
2024-01-29 22:43:29 OpenVPN 2.6.8 [git:makepkg/3b0d9489cc423da3+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Nov 17 2023
2024-01-29 22:43:29 library versions: OpenSSL 3.2.0 23 Nov 2023, LZO 2.10
2024-01-29 22:43:29 DCO version: N/A
2024-01-29 22:43:29,803 DEBG 'start-script' stdout output:
2024-01-29 22:43:29 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2024-01-29 22:43:29,804 DEBG 'start-script' stdout output:
2024-01-29 22:43:29 TCP/UDP: Preserving recently used remote address: [AF_INET]37.19.205.202:443
2024-01-29 22:43:29,804 DEBG 'start-script' stdout output:
2024-01-29 22:43:29 Attempting to establish TCP connection with [AF_INET]37.19.205.202:443
2024-01-29 22:43:29,977 DEBG 'start-script' stdout output:
2024-01-29 22:43:29 TCP connection established with [AF_INET]37.19.205.202:443
2024-01-29 22:43:29 TCPv4_CLIENT link local: (not bound)
2024-01-29 22:43:29 TCPv4_CLIENT link remote: [AF_INET]37.19.205.202:443
2024-01-29 22:43:30,712 DEBG 'start-script' stdout output:
2024-01-29 22:43:30 [node-jp-28.protonvpn.net] Peer Connection Initiated with [AF_INET]37.19.205.202:443
2024-01-29 22:43:36,353 DEBG 'start-script' stdout output:
2024-01-29 22:43:36 TUN/TAP device tun0 opened
2024-01-29 22:43:36 net_iface_mtu_set: mtu 1500 for tun0
2024-01-29 22:43:36 net_iface_up: set tun0 up
2024-01-29 22:43:36,353 DEBG 'start-script' stdout output:
2024-01-29 22:43:36 net_addr_v4_add: 10.98.0.28/16 dev tun0
2024-01-29 22:43:36 /root/openvpnup.sh tun0 1500 0 10.98.0.28 255.255.0.0 init
2024-01-29 22:43:36,356 DEBG 'start-script' stdout output:
2024-01-29 22:43:36 Initialization Sequence Completed
2024-01-29 22:43:53,576 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...
2024-01-29 22:44:02,597 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 37.19.205.204
2024-01-29 22:44:02,599 DEBG 'start-script' stdout output:
[info] Script started to assign incoming port for 'protonvpn'
2024-01-29 22:44:04,626 DEBG 'start-script' stdout output:
[info] ProtonVPN username 'MY_PROTON_USERNAME_REDACTED' does not contain the suffix '+pmp' and therefore is not enabled for port forwarding, skipping port forward assignment...
[info] Script finished to assign incoming port
2024-01-29 22:44:04,627 DEBG 'start-script' stdout output:
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]