Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-04-27 11:05:10.761202 [info] VPN_INPUT_PORTS not defined (via -e VPN_INPUT_PORTS), skipping allow for custom incoming ports
- 2021-04-27 11:05:10.778044 [info] VPN_OUTPUT_PORTS not defined (via -e VPN_OUTPUT_PORTS), skipping allow for custom outgoing ports
- 2021-04-27 11:05:10.794698 [info] WEBUI_PORT defined as '8080'
- 2021-04-27 11:05:11.044417 [info] Starting Supervisor...
- 2021-04-27 11:05:11,161 INFO Included extra file "/etc/supervisor/conf.d/qbittorrent.conf" during parsing
- 2021-04-27 11:05:11,161 INFO Set uid to user 0 succeeded
- 2021-04-27 11:05:11,162 INFO supervisord started with pid 7
- 2021-04-27 11:05:12,167 INFO spawned: 'shutdown-script' with pid 177
- 2021-04-27 11:05:12,169 INFO spawned: 'start-script' with pid 178
- 2021-04-27 11:05:12,170 INFO spawned: 'watchdog-script' with pid 179
- 2021-04-27 11:05:12,170 INFO reaped unknown pid 8 (exit status 0)
- 2021-04-27 11:05:12,172 DEBG 'start-script' stdout output:
- [info] VPN is enabled, beginning configuration of VPN
- 2021-04-27 11:05:12,172 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- 2021-04-27 11:05:12,172 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- 2021-04-27 11:05:12,172 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- 2021-04-27 11:05:12,173 DEBG 'watchdog-script' stdout output:
- [info] qBittorrent config file doesnt exist, copying default to /config/qBittorrent/config/...
- 2021-04-27 11:05:12,174 DEBG 'watchdog-script' stdout output:
- [info] Removing session lock file (if it exists)...
- 2021-04-27 11:05:12,177 DEBG 'start-script' stdout output:
- [warn] Username contains characters which could cause authentication issues, please consider changing this if possible
- 2021-04-27 11:05:12,204 DEBG 'start-script' stdout output:
- [info] Adding 1.1.1.1 to /etc/resolv.conf
- 2021-04-27 11:05:12,205 DEBG 'start-script' stdout output:
- [info] Adding 8.8.8.8 to /etc/resolv.conf
- 2021-04-27 11:05:12,243 DEBG 'start-script' stdout output:
- [info] Attempting to load tun kernel module...
- 2021-04-27 11:05:12,244 DEBG 'start-script' stderr output:
- modprobe: FATAL: Module tun not found in directory /lib/modules/5.8.0-7625-generic
- 2021-04-27 11:05:12,244 DEBG 'start-script' stdout output:
- [warn] Unable to load tun kernel module using modprobe, trying insmod...
- 2021-04-27 11:05:12,245 DEBG 'start-script' stderr output:
- insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory
- 2021-04-27 11:05:12,245 DEBG 'start-script' stdout output:
- [warn] Unable to load tun kernel module, assuming its dynamically loaded
- 2021-04-27 11:05:12,260 DEBG 'start-script' stdout output:
- [info] Default route for container is 172.18.0.1
- 2021-04-27 11:05:12,275 DEBG 'start-script' stdout output:
- [info] Docker network defined as 172.18.0.0/16
- 2021-04-27 11:05:12,276 DEBG 'start-script' stdout output:
- [info] Adding 10.0.5.0/24 as route via docker eth0
- 2021-04-27 11:05:12,277 DEBG 'start-script' stdout output:
- [info] ip route defined as follows...
- --------------------
- 2021-04-27 11:05:12,278 DEBG 'start-script' stdout output:
- default via 172.18.0.1 dev eth0
- 10.0.5.0/24 via 172.18.0.1 dev eth0
- 172.18.0.0/16 dev eth0 proto kernel scope link src 172.18.0.24
- broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
- local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
- local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
- broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
- broadcast 172.18.0.0 dev eth0 table local proto kernel scope link src 172.18.0.24
- local 172.18.0.24 dev eth0 table local proto kernel scope host src 172.18.0.24
- broadcast 172.18.255.255 dev eth0 table local proto kernel scope link src 172.18.0.24
- --------------------
- 2021-04-27 11:05:12,283 DEBG 'start-script' stdout output:
- iptable_mangle 16384 0
- ip_tables 32768 3 iptable_filter,iptable_nat,iptable_mangle
- x_tables 45056 8 xt_conntrack,iptable_filter,xt_tcpudp,xt_addrtype,xt_nat,ip_tables,xt_MASQUERADE,iptable_mangle
- [info] iptable_mangle support detected, adding fwmark for tables
- 2021-04-27 11:05:12,318 DEBG 'start-script' stdout output:
- [info] iptables defined as follows...
- --------------------
- 2021-04-27 11:05:12,319 DEBG 'start-script' stdout output:
- -P INPUT DROP
- -P FORWARD DROP
- -P OUTPUT DROP
- -A INPUT -s 172.18.0.0/16 -d 172.18.0.0/16 -j ACCEPT
- -A INPUT -s 104.255.170.211/32 -i eth0 -j ACCEPT
- -A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT
- -A INPUT -i eth0 -p udp -m udp --dport 8080 -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.18.0.0/16 -d 172.18.0.0/16 -j ACCEPT
- -A OUTPUT -d 104.255.170.211/32 -o eth0 -j ACCEPT
- -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT
- -A OUTPUT -o eth0 -p udp -m udp --sport 8080 -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
- 2021-04-27 11:05:12,320 DEBG 'start-script' stdout output:
- --------------------
- 2021-04-27 11:05:12,320 DEBG 'start-script' stdout output:
- [info] Starting OpenVPN (non daemonised)...
- 2021-04-27 11:05:12,324 DEBG 'start-script' stdout output:
- 2021-04-27 11:05:12 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
- 2021-04-27 11:05:12,324 DEBG 'start-script' stdout output:
- 2021-04-27 11:05:12 WARNING: file 'credentials.conf' is group or others accessible
- 2021-04-27 11:05:12 OpenVPN 2.5.1 [git:makepkg/f186691b32e68362+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 24 2021
- 2021-04-27 11:05:12 library versions: OpenSSL 1.1.1k 25 Mar 2021, LZO 2.10
- 2021-04-27 11:05:12,324 DEBG 'start-script' stdout output:
- 2021-04-27 11:05:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
- 2021-04-27 11:05:12,324 DEBG 'start-script' stdout output:
- 2021-04-27 11:05:12 TCP/UDP: Preserving recently used remote address: [AF_INET]104.255.170.211:443
- 2021-04-27 11:05:12 UDP link local: (not bound)
- 2021-04-27 11:05:12 UDP link remote: [AF_INET]104.255.170.211:443
- 2021-04-27 11:06:12,320 DEBG 'start-script' stdout output:
- 2021-04-27 11:06:12 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
- 2021-04-27 11:06:12 TLS Error: TLS handshake failed
- 2021-04-27 11:06:12,321 DEBG 'start-script' stdout output:
- 2021-04-27 11:06:12 SIGHUP[soft,tls-error] received, process restarting
- 2021-04-27 11:06:12,321 DEBG 'start-script' stdout output:
- 2021-04-27 11:06:12 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
- 2021-04-27 11:06:12 WARNING: file 'credentials.conf' is group or others accessible
- 2021-04-27 11:06:12 OpenVPN 2.5.1 [git:makepkg/f186691b32e68362+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 24 2021
- 2021-04-27 11:06:12 library versions: OpenSSL 1.1.1k 25 Mar 2021, LZO 2.10
- 2021-04-27 11:06:17,321 DEBG 'start-script' stdout output:
- 2021-04-27 11:06:17 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
- 2021-04-27 11:06:17,321 DEBG 'start-script' stdout output:
- 2021-04-27 11:06:17 TCP/UDP: Preserving recently used remote address: [AF_INET]104.255.170.211:443
- 2021-04-27 11:06:17,321 DEBG 'start-script' stdout output:
- 2021-04-27 11:06:17 UDP link local: (not bound)
- 2021-04-27 11:06:17 UDP link remote: [AF_INET]104.255.170.211:443
- 2021-04-27 11:07:17,785 DEBG 'start-script' stdout output:
- 2021-04-27 11:07:17 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
- 2021-04-27 11:07:17 TLS Error: TLS handshake failed
- 2021-04-27 11:07:17,785 DEBG 'start-script' stdout output:
- 2021-04-27 11:07:17 SIGHUP[soft,tls-error] received, process restarting
- 2021-04-27 11:07:17,785 DEBG 'start-script' stdout output:
- 2021-04-27 11:07:17 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
- 2021-04-27 11:07:17 WARNING: file 'credentials.conf' is group or others accessible
- 2021-04-27 11:07:17 OpenVPN 2.5.1 [git:makepkg/f186691b32e68362+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 24 2021
- 2021-04-27 11:07:17 library versions: OpenSSL 1.1.1k 25 Mar 2021, LZO 2.10
Add Comment
Please, Sign In to add comment