Hi all,
Firstly, love your work, but I'm having trouble getting this going. I'll say first up I'm not on Unraid, I use Docker in a Synology Diskstation.
So, I've gotten everything set up, but I'm stuck on this:
2017-02-14 12:19:51,108 DEBG 'start-script' stdout output:
[info] OpenVPN started
[debug] Waiting for valid IP address from tunnel...
Just seems to sit there on that. I've attached my supervisord.log.
Just signed up to PIA today to use this basically, so hopefully I can get it working . Bit stuck as to what else to try...
EDIT: Something to do with those iptables messages?
2017-02-15 03:21:21,793 DEBG 'start-script' stderr output:
iptables: No chain/target/match by that name.
2017-02-15 03:21:21,808 DEBG 'start-script' stderr output:
iptables: No chain/target/match by that name.
EDIT2:
Ok, I'm kind of in over my head now, but I took a look at your iptables script on the git page, and (again I'm probably way off as I haven't mess with this stuff before), it seems like it's getting stuck on:
# setup route for deluge webui using set-mark to route traffic for port 8112 to eth0
echo "8112 webui" >> /etc/iproute2/rt_tables
ip rule add fwmark 1 table webui
ip route add default via $DEFAULT_GATEWAY table webui
I checked the rt_tables file and there's no webui table in there at all. Not sure if it's a permission thing (I actually changed to PUID and PGID 0 so that should be root should it not, and I'm running the container with high privileges, so permissions should be OK) or something else entirely.
I should say that I'm trying with the deluge docker as well (hence the above message) to see that was any different, but of course it's the same issue
Any help appreciated
supervisord_copy.txt