Cannot access anything on the webui :'(. Been having trouble with other dockers, but the LinuxServer.io ones seem to work okay. Host OS is CentOS and SELinux = permissive.
Also, any ability to use the thin-client?
[info] Env var PUID defined as 1000
[info] Env var PGID defined as 1000
[info] Permissions already set for /config and /data
[info] Starting Supervisor...
2016-10-04 18:14:24,110 CRIT Set uid to user 0
2016-10-04 18:14:24,110 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2016-10-04 18:14:24,119 INFO supervisord started with pid 14
2016-10-04 18:14:25,122 INFO spawned: 'start-script' with pid 17
2016-10-04 18:14:25,124 INFO spawned: 'webui-script' with pid 18
2016-10-04 18:14:25,126 INFO spawned: 'deluge-script' with pid 19
2016-10-04 18:14:25,127 INFO spawned: 'privoxy-script' with pid 20
2016-10-04 18:14:25,140 DEBG 'deluge-script' stdout output:
[info] deluge config file already exists, skipping copy
2016-10-04 18:14:25,140 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-10-04 18:14:25,140 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-10-04 18:14:25,140 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-10-04 18:14:25,140 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2016-10-04 18:14:25,141 DEBG 'deluge-script' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid
2016-10-04 18:14:25,142 DEBG 'privoxy-script' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid
2016-10-04 18:14:25,146 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN
2016-10-04 18:14:25,166 DEBG 'start-script' stdout output:
[info] VPN provider defined as pia
2016-10-04 18:14:25,168 DEBG 'start-script' stdout output:
[info] VPN strong certs defined, copying to /config/openvpn/...
2016-10-04 18:14:25,174 DEBG 'start-script' stdout output:
[info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn
2016-10-04 18:14:25,178 DEBG 'start-script' stdout output:
[info] Env vars defined via docker -e flags for remote host, port and protocol, writing values to ovpn file...
2016-10-04 18:14:25,196 DEBG 'start-script' stdout output:
[info] VPN provider remote gateway defined as us-newyorkcity.privateinternetaccess.com
[info] VPN provider remote port defined as 1198
[info] VPN provider remote protocol defined as udp
2016-10-04 18:14:25,213 DEBG 'start-script' stdout output:
[info] VPN provider username defined as trump&hillary
2016-10-04 18:14:25,226 DEBG 'start-script' stdout output:
[info] VPN provider password defined as jellofight!
2016-10-04 18:14:25,267 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1
2016-10-04 18:14:25,279 DEBG 'start-script' stdout output:
[info] Setting permissions recursively on /config/openvpn...
2016-10-04 18:14:25,295 DEBG 'start-script' stdout output:
[info] Adding 10.0.0.0/22 as route via docker eth0
2016-10-04 18:14:25,296 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------
2016-10-04 18:14:25,297 DEBG 'start-script' stdout output:
default via 172.17.0.1 dev eth0
2016-10-04 18:14:25,298 DEBG 'start-script' stdout output:
10.0.0.0/22 via 172.17.0.1 dev eth0
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.3
2016-10-04 18:14:25,298 DEBG 'start-script' stdout output:
--------------------
2016-10-04 18:14:25,308 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables
2016-10-04 18:14:25,393 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------
2016-10-04 18:14:25,394 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 -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
-A INPUT -s 10.0.0.0/22 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
-A INPUT -p udp -m udp --sport 53 -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 -o eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
-A OUTPUT -d 10.0.0.0/22 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT
2016-10-04 18:14:25,395 DEBG 'start-script' stdout output:
--------------------
2016-10-04 18:14:25,395 DEBG 'start-script' stdout output:
[info] nameservers
2016-10-04 18:14:25,396 DEBG 'start-script' stdout output:
nameserver 8.8.8.8
nameserver 8.8.4.4
2016-10-04 18:14:25,397 DEBG 'start-script' stdout output:
--------------------
[info] Starting OpenVPN...
2016-10-04 18:14:25,406 DEBG 'start-script' stdout output:
Tue Oct 4 18:14:25 2016 OpenVPN 2.3.11 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on May 12 2016
Tue Oct 4 18:14:25 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.09
Tue Oct 4 18:14:25 2016 WARNING: file 'credentials.conf' is group or others accessible
2016-10-04 18:15:45,494 DEBG 'start-script' stdout output:
Tue Oct 4 18:15:45 2016 RESOLVE: Cannot resolve host address: us-newyorkcity.privateinternetaccess.com: Name or service not known