Everything posted by ChronoStriker1
-
[Support] binhex - DelugeVPN
I just registered to report the same thing. It happens when using any of the PIA servers with a hyphen in the name - like "us-east" but if I use any of the server names without hyphen, it works fine. So seems like the server name isn't escaped properly in the code. BTW - just started using delugevpn container recently. Very nice. Thanks for this. Unfortunately that doesnt seem to be the case for me. I am also having the same issue with sabnzbd but I have a seperate post on its respective post
-
[Support] binhex - SABnzbdVPN
I can't see any issues here, so you can't connect to http://<your unraid servers IP>:8080 ? Sent from my SM-G900F using Tapatalk I have the ip set to 8081 since I had unmenu installed. But yes if I connect to myip:8081 it does not not connect.
-
[Support] binhex - SABnzbdVPN
I recently rebuilt my image and now when the VPN is enabled im not able to get to the web interface for SAB. Im assuming I missconfigured something but Im not seeing anything jump out. Thank you [info] Env var PUID defined as 99 [info] Env var PGID defined as 100 [info] Permissions already set for /config and /data [info] Starting Supervisor... 2016-07-28 10:59:45,738 CRIT Set uid to user 0 2016-07-28 10:59:45,754 INFO Included extra file "/etc/supervisor/conf.d/sabnzbdvpn.conf" during parsing 2016-07-28 10:59:45,758 INFO supervisord started with pid 12 2016-07-28 10:59:46,759 INFO spawned: 'start-script' with pid 15 2016-07-28 10:59:46,761 INFO spawned: 'sabnzbd-script' with pid 16 2016-07-28 10:59:46,762 INFO spawned: 'privoxy-script' with pid 17 2016-07-28 10:59:46,770 DEBG 'sabnzbd-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-07-28 10:59:46,771 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-07-28 10:59:46,771 INFO success: sabnzbd-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-07-28 10:59:46,771 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-07-28 10:59:46,773 DEBG 'privoxy-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-07-28 10:59:46,775 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-07-28 10:59:46,823 DEBG 'start-script' stdout output: [info] VPN provider defined as pia 2016-07-28 10:59:46,859 DEBG 'start-script' stdout output: [info] VPN default certs defined, copying to /config/openvpn/... 2016-07-28 10:59:46,875 DEBG 'start-script' stdout output: [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-07-28 10:59:46,878 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-07-28 10:59:46,892 DEBG 'start-script' stdout output: [info] VPN provider remote gateway defined as us-midwest.privateinternetaccess.com [info] VPN provider remote port defined as 1198 [info] VPN provider remote protocol defined as udp 2016-07-28 10:59:46,904 DEBG 'start-script' stdout output: [info] VPN provider username defined as ... 2016-07-28 10:59:46,913 DEBG 'start-script' stdout output: [info] VPN provider password defined as ... 2016-07-28 10:59:46,948 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.42.1 2016-07-28 10:59:46,956 DEBG 'start-script' stdout output: [info] Setting permissions recursively on /config/openvpn... 2016-07-28 10:59:46,990 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2016-07-28 10:59:46,991 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2016-07-28 10:59:46,991 DEBG 'start-script' stdout output: default via 172.17.42.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.16 2016-07-28 10:59:46,992 DEBG 'start-script' stdout output: 192.168.1.0/24 via 172.17.42.1 dev eth0 -------------------- 2016-07-28 10:59:46,996 DEBG 'start-script' stdout output: [info] iptable_mangle module not supported, attempting to load... 2016-07-28 10:59:46,997 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.1.18-unRAID 2016-07-28 10:59:46,997 DEBG 'start-script' stdout output: [warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN 2016-07-28 10:59:47,029 DEBG 'start-script' stdout output: [info] Adding additional incoming port 8081 for eth0 2016-07-28 10:59:47,051 DEBG 'start-script' stdout output: [info] Adding additional outgoing port 8081 for eth0 2016-07-28 10:59:47,058 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2016-07-28 10:59:47,059 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 8080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8090 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8090 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8081 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8081 -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 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8090 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8090 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8081 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8081 -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-07-28 10:59:47,059 DEBG 'start-script' stdout output: -------------------- [info] nameservers 2016-07-28 10:59:47,060 DEBG 'start-script' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-07-28 10:59:47,061 DEBG 'start-script' stdout output: -------------------- 2016-07-28 10:59:47,061 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2016-07-28 10:59:47,067 DEBG 'start-script' stdout output: Thu Jul 28 10:59:47 2016 OpenVPN 2.3.11 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on May 12 2016 Thu Jul 28 10:59:47 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.09 Thu Jul 28 10:59:47 2016 WARNING: file 'credentials.conf' is group or others accessible 2016-07-28 10:59:47,108 DEBG 'start-script' stdout output: Thu Jul 28 10:59:47 2016 UDPv4 link local: [undef] Thu Jul 28 10:59:47 2016 UDPv4 link remote: [AF_INET]108.61.101.170:1198 2016-07-28 10:59:47,272 DEBG 'start-script' stdout output: Thu Jul 28 10:59:47 2016 [2a62a43cb8233ca3d97136ff06003744] Peer Connection Initiated with [AF_INET]108.61.101.170:1198 2016-07-28 10:59:49,547 DEBG 'start-script' stdout output: Thu Jul 28 10:59:49 2016 TUN/TAP device tun0 opened Thu Jul 28 10:59:49 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Thu Jul 28 10:59:49 2016 /usr/bin/ip link set dev tun0 up mtu 1500 2016-07-28 10:59:49,548 DEBG 'start-script' stdout output: Thu Jul 28 10:59:49 2016 /usr/bin/ip addr add dev tun0 local 10.109.1.6 peer 10.109.1.5 2016-07-28 10:59:49,552 DEBG 'start-script' stdout output: Thu Jul 28 10:59:49 2016 Initialization Sequence Completed 2016-07-28 10:59:49,651 DEBG 'privoxy-script' stdout output: [info] Privoxy set to disabled 2016-07-28 10:59:49,651 DEBG fd 19 closed, stopped monitoring <POutputDispatcher at 47184862429408 for <Subprocess at 47184862249976 with name privoxy-script in state RUNNING> (stderr)> 2016-07-28 10:59:49,651 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 47184862293744 for <Subprocess at 47184862249976 with name privoxy-script in state RUNNING> (stdout)> 2016-07-28 10:59:49,651 INFO exited: privoxy-script (exit status 0; expected) 2016-07-28 10:59:49,652 DEBG received SIGCLD indicating a child quit 2016-07-28 10:59:49,661 DEBG 'sabnzbd-script' stdout output: [info] All checks complete, starting SABnzbd...
-
[Support] binhex - DelugeVPN
I just rebuilt my image and now when the VPN_ENABLED is set to yes I get this error: 2016-07-28 10:53:34,542 DEBG 'webui-script' stdout output: [info] Starting Deluge webui... 2016-07-28 10:53:30,858 DEBG 'start-script' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-07-28 10:53:30,859 DEBG 'start-script' stdout output: -------------------- [info] Starting OpenVPN... 2016-07-28 10:53:30,865 DEBG 'start-script' stdout output: Thu Jul 28 10:53:30 2016 OpenVPN 2.3.11 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on May 12 2016 Thu Jul 28 10:53:30 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.09 Thu Jul 28 10:53:30 2016 WARNING: file 'credentials.conf' is group or others accessible 2016-07-28 10:53:30,933 DEBG 'start-script' stdout output: Thu Jul 28 10:53:30 2016 UDPv4 link local: [undef] Thu Jul 28 10:53:30 2016 UDPv4 link remote: [AF_INET]104.207.136.82:1198 2016-07-28 10:53:31,086 DEBG 'start-script' stdout output: Thu Jul 28 10:53:31 2016 [0dcbce5894d6959d6782a21de98ece7f] Peer Connection Initiated with [AF_INET]104.207.136.82:1198 2016-07-28 10:53:33,521 DEBG 'start-script' stdout output: Thu Jul 28 10:53:33 2016 TUN/TAP device tun0 opened Thu Jul 28 10:53:33 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Thu Jul 28 10:53:33 2016 /usr/bin/ip link set dev tun0 up mtu 1500 2016-07-28 10:53:33,523 DEBG 'start-script' stdout output: Thu Jul 28 10:53:33 2016 /usr/bin/ip addr add dev tun0 local 10.140.1.6 peer 10.140.1.5 2016-07-28 10:53:33,528 DEBG 'start-script' stdout output: Thu Jul 28 10:53:33 2016 Initialization Sequence Completed 2016-07-28 10:53:33,580 DEBG 'privoxy-script' stdout output: [info] Privoxy set to disabled 2016-07-28 10:53:33,580 DEBG fd 24 closed, stopped monitoring <POutputDispatcher at 47649632539496 for <Subprocess at 47649632421432 with name privoxy-script in state RUNNING> (stderr)> 2016-07-28 10:53:33,580 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 47649632539064 for <Subprocess at 47649632421432 with name privoxy-script in state RUNNING> (stdout)> 2016-07-28 10:53:33,580 INFO exited: privoxy-script (exit status 0; expected) 2016-07-28 10:53:33,580 DEBG received SIGCLD indicating a child quit 2016-07-28 10:53:33,595 DEBG 'deluge-script' stdout output: [info] Deluge daemon not running, marking as first run 2016-07-28 10:53:34,076 DEBG 'deluge-script' stdout output: [warn] PIA incoming port is not an integer, downloads will be slow, does PIA remote gateway supports port forwarding? 2016-07-28 10:53:34,083 DEBG 'deluge-script' stdout output: [info] All checks complete, starting Deluge... 2016-07-28 10:53:34,542 DEBG 'webui-script' stdout output: [info] Starting Deluge webui... 2016-07-28 10:53:34,947 DEBG 'deluge-script' stdout output: Setting random_port to False.. Configuration value successfully updated. 2016-07-28 10:53:35,316 DEBG 'deluge-script' stderr output: [ERROR ] 10:53:35 main:347 malformed expression (,) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/console/main.py", line 344, in do_command ret = self._commands[cmd].handle(*args, **options.__dict__) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 102, in handle return self._set_config(*args, **options) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 136, in _set_config val = simple_eval(options["set"][1] + " " .join(args)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 85, in simple_eval res = atom(src.next, src.next()) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 54, in atom out.append(atom(next, token)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 77, in atom raise SyntaxError("malformed expression (%s)" % token[1]) SyntaxError: malformed expression (,) 2016-07-28 10:53:35,318 DEBG 'deluge-script' stdout output: malformed expression (,) Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/console/main.py", line 344, in do_command ret = self._commands[cmd].handle(*args, **options.__dict__) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 102, in handle return self._set_config(*args, **options) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 136, in _set_config val = simple_eval(options["set"][1] + " " .join(args)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 85, in simple_eval res = atom(src.next, src.next()) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 54, in atom out.append(atom(next, token)) File "/usr/lib/python2.7/site-packages/deluge/ui/console/commands/config.py", line 77, in atom raise SyntaxError("malformed expression (%s)" % token[1]) SyntaxError: malformed expression (,) Here are my settings please let me know if anything looks off (please excuse the formating) /config /mnt/cache/appdata/delugevpn/ /data /mnt/user/Downloads/ Port Mappings Container port: Host port: Protocol: Add port 8112 8112 58846 58846 8118 8119 Environment Variables Variable Name: Variable Value: Add Variable VPN_ENABLED yes VPN_USER myuser VPN_PASS mypass VPN_REMOTE us-midwest.privateinternetaccess.com VPN_PORT 1198 VPN_PROTOCOL udp VPN_PROV pia STRONG_CERTS no ENABLE_PRIVOXY no LAN_NETWORK 192.168.1.0/24 DEBUG false PUID 99 PGID 100