cphillgraphics

Members
  • Posts

    7
  • Joined

  • Last visited

About cphillgraphics

  • Birthday 12/27/1990

Converted

  • Gender
    Undisclosed

cphillgraphics's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey! I know you posted this years ago, but I just ran into a very similar issue and your post helped me resolve it, so thank you!
  2. if your still struggling after this then please post the entire /config/supervisord.log (noticed the one above is not complete) and also the contents of your ovpn config file from your provider, please ensure any sensitive info is removed before posting either of these. Thanks for the speedy response time and the warm welcome! Still having some issues getting IPvanish working with this. Here's the full log this time. I've attached the log as a .txt file because it was over the 20,000 character limit. thanks. Looks like it's nearly running, I would say this is the issue:- IOError: [Errno 13] Permission denied: '/config/deluged.log'\ So looks like it doesn't have permissions to write to /config can you check that user nobody and group users has read and write to whatever /config maps to on the host. sorry for my ignorance, is there a proper way to check and make sure permissions are set for the /config location. Is there a specific place I should be linking the /config for deluge to? Thanks for all your help.
  3. if your still struggling after this then please post the entire /config/supervisord.log (noticed the one above is not complete) and also the contents of your ovpn config file from your provider, please ensure any sensitive info is removed before posting either of these. Thanks for the speedy response time and the warm welcome! Still having some issues getting IPvanish working with this. Here's the full log this time. I've attached the log as a .txt file because it was over the 20,000 character limit. thanks. syslog-deluge.txt
  4. Hi Binhex! I posted in /plugins (v6), but was told to post here as well. Hi all, I've recently made the move from FreeNAS to Unraid and I'm trying to get used to the whole docker setup. I feel like I've gotten most of my docker apps setup and running without a hitch, the one I can't seem to figure out is DelugeVPN from binhex. I'm using IPVanish as my vpn and have gone into the advanced settings to get everything properly set up based on these threads [https://lime-technology.com/forum/index.php?topic=38055.210] [https://lime-technology.com/forum/index.php?topic=38055.0]. Any help would be greatly appreciated as the rest of this process has been incredibly awesome. I have the ca.ipvanish.com.crt file as well as the ovpn file sitting in mnt/cache/ Could this be causing the issue? Here are the logs pulled: 2016-01-27 23:16:55,088 DEBG 'start' 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 443 -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 -m iprange --src-range myserverports-myserverports.254 -j ACCEPT -A INPUT -i eth0 -m iprange --dst-range myserverports-myserverports.254 -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 443 -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 -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-01-27 23:16:55,088 DEBG 'start' stdout output: -------------------- 2016-01-27 23:16:55,088 DEBG 'start' stdout output: [info] nameservers 2016-01-27 23:16:55,089 DEBG 'start' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-01-27 23:16:55,089 DEBG 'start' stdout output: -------------------- 2016-01-27 23:16:55,093 DEBG 'start' stdout output: [info] Starting OpenVPN... 2016-01-27 23:16:55,097 DEBG 'start' stdout output: Wed Jan 27 23:16:55 2016 DEPRECATED OPTION: --tls-remote, please update your configuration 2016-01-27 23:16:55,097 DEBG 'start' stdout output: Wed Jan 27 23:16:55 2016 OpenVPN 2.3.9 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 24 2015 Wed Jan 27 23:16:55 2016 library versions: OpenSSL 1.0.2e 3 Dec 2015, LZO 2.09 Wed Jan 27 23:16:55 2016 WARNING: file 'credentials.conf' is group or others accessible Here are the VPN settings I used= VPN_ENABLED yes VPN_USER myusername VPN_PASS mypassword VPN_REMOTE ams-a08.ipvanish.com VPN_PORT 443 VPN_PROTOCOL udp VPN_PROV custom ENABLE_PRIVOXY no LAN_RANGE mynetworklan.3-mynetworklan.3.254 Let me know if there's anything else you guys need as far as info and thanks again.
  5. Hi all, I've recently made the move from FreeNAS to Unraid and I'm trying to get used to the whole docker setup. I feel like I've gotten most of my docker apps setup and running without a hitch, the one I can't seem to figure out is DelugeVPN from binhex. I'm using IPVanish as my vpn and have gone into the advanced settings to get everything properly set up based on these threads [https://lime-technology.com/forum/index.php?topic=38055.210] [https://lime-technology.com/forum/index.php?topic=38055.0]. Any help would be greatly appreciated as the rest of this process has been incredibly awesome. I have the ca.ipvanish.com.crt file as well as the ovpn file sitting in mnt/cache/ Could this be causing the issue? Here are the logs pulled: 2016-01-27 23:16:55,088 DEBG 'start' 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 443 -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 -m iprange --src-range myserverports-myserverports.254 -j ACCEPT -A INPUT -i eth0 -m iprange --dst-range myserverports-myserverports.254 -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 443 -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 -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-01-27 23:16:55,088 DEBG 'start' stdout output: -------------------- 2016-01-27 23:16:55,088 DEBG 'start' stdout output: [info] nameservers 2016-01-27 23:16:55,089 DEBG 'start' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-01-27 23:16:55,089 DEBG 'start' stdout output: -------------------- 2016-01-27 23:16:55,093 DEBG 'start' stdout output: [info] Starting OpenVPN... 2016-01-27 23:16:55,097 DEBG 'start' stdout output: Wed Jan 27 23:16:55 2016 DEPRECATED OPTION: --tls-remote, please update your configuration 2016-01-27 23:16:55,097 DEBG 'start' stdout output: Wed Jan 27 23:16:55 2016 OpenVPN 2.3.9 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 24 2015 Wed Jan 27 23:16:55 2016 library versions: OpenSSL 1.0.2e 3 Dec 2015, LZO 2.09 Wed Jan 27 23:16:55 2016 WARNING: file 'credentials.conf' is group or others accessible Let me know if there's anything else you guys need as far as info and thanks again.
  6. Hi all, I've recently made the move from FreeNAS to Unraid and I'm trying to get used to the whole docker setup. I feel like I've gotten most of my docker apps setup and running without a hitch, the one I can't seem to figure out is DelugeVPN from binhex. I'm using IPVanish as my vpn and have gone into the advanced settings to get everything properly set up based on these threads [https://lime-technology.com/forum/index.php?topic=38055.210] [https://lime-technology.com/forum/index.php?topic=38055.0]. Any help would be greatly appreciated as the rest of this process has been incredibly awesome. I have the ca.ipvanish.com.crt file as well as the ovpn file sitting in mnt/cache/ Could this be causing the issue? Here are the logs pulled: 2016-01-27 23:16:55,088 DEBG 'start' 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 443 -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 -m iprange --src-range myserverports-myserverports.254 -j ACCEPT -A INPUT -i eth0 -m iprange --dst-range myserverports-myserverports.254 -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 443 -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 -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-01-27 23:16:55,088 DEBG 'start' stdout output: -------------------- 2016-01-27 23:16:55,088 DEBG 'start' stdout output: [info] nameservers 2016-01-27 23:16:55,089 DEBG 'start' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-01-27 23:16:55,089 DEBG 'start' stdout output: -------------------- 2016-01-27 23:16:55,093 DEBG 'start' stdout output: [info] Starting OpenVPN... 2016-01-27 23:16:55,097 DEBG 'start' stdout output: Wed Jan 27 23:16:55 2016 DEPRECATED OPTION: --tls-remote, please update your configuration 2016-01-27 23:16:55,097 DEBG 'start' stdout output: Wed Jan 27 23:16:55 2016 OpenVPN 2.3.9 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 24 2015 Wed Jan 27 23:16:55 2016 library versions: OpenSSL 1.0.2e 3 Dec 2015, LZO 2.09 Wed Jan 27 23:16:55 2016 WARNING: file 'credentials.conf' is group or others accessible Let me know if there's anything else you guys need as far as info and thanks again.