Jump to content

[Support] binhex - DelugeVPN


Recommended Posts

14 hours ago, cgrd said:

The obvious long term solution would be to request PIA update their CRL with the expected valid dates.

This has been done multiple times by multiple people, so far PIA have done sweet FA.

 

14 hours ago, cgrd said:

I removed the "crl-verify" directive/command from my ovpn configuration file, and resolved the error. Everything is up and running.

So this is all you pretty much have as a workaround right now, the weird thing is i included the workaround about a month ago and you are the first person to say it doesn't work, so i can only assume either you are not running the latest image or your openvpn configuration files are read only and thus my code is unable to modify the config files.

See github issue:- https://github.com/binhex/arch-qbittorrentvpn/issues/233

Link to comment

Thanks for the update, I appreciate your time.

 

I updated the container June 15, and no further updates show. The configuration files are set to 650 (nobody:users).

 

I have my config files reference a file, rather than having the cert info inline. Ex:

crl-verify crl.rsa.2048.pem
ca ca.rsa.2048.crt

 

So if the parsing of the .ovpn file is looking for the data inline, that may be my root cause.

 

I can expand the file permissions and force a container update, and see if that works.

 

Thanks again!

Link to comment

Hello BinHex,

 

I been using Unraid for roughly 2-3 years now but starting to get into dockers other than plex.  So i use your DelugeVPN, everything it setup but when i try to download ANYTHING from iptorrents it just tells me torrent download failed even in manual adding.  what am i doing wrong? iv done the setup correctly from what the videos iv seen said. im missing something.  I tried downloading a ubuntu iso from google and that worked fine, but i cant download anything from iptorrents.

Link to comment

How do you prevent containers on the deluge vpn docker network from accessing the internet when VPN fails.

 

For 10 days, my IPVanish .opvn .cert files were outdated I suppose. After updating them it all worked fine, but prior I was unable to open UI and if I ran curl ifconfig.io I received my public IP. The dockers on the deluge vpn container network were still able to get to the internet on my public IP. Oops. Is there a way to prevent this?

 

image.png.f9b951a11919134833e89146ac6caeea.png

 

docker command:

docker run
  -d
  --name='binhex-delugevpn'
  --net='proxynet'
  --cpuset-cpus='4,5,7,16,17,19'
  --privileged=true
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="UnraidNAS"
  -e HOST_CONTAINERNAME="binhex-delugevpn"
  -e 'VPN_ENABLED'='yes'
  -e 'VPN_USER'='[email protected]'
  -e 'VPN_PASS'='xxxxxxxxxxxxxxxxxxx'
  -e 'VPN_PROV'='custom'
  -e 'VPN_CLIENT'='openvpn'
  -e 'VPN_OPTIONS'=''
  -e 'STRICT_PORT_FORWARD'='yes'
  -e 'ENABLE_PRIVOXY'='no'
  -e 'LAN_NETWORK'='xxx.xxx.0.0/24'
  -e 'NAME_SERVERS'='209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1'
  -e 'DELUGE_DAEMON_LOG_LEVEL'='info'
  -e 'DELUGE_WEB_LOG_LEVEL'='info'
  -e 'VPN_INPUT_PORTS'=''
  -e 'VPN_OUTPUT_PORTS'=''
  -e 'DEBUG'='false'
  -e 'UMASK'='000'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'ADDITIONAL_PORTS'='7878,9897,8989,6789,8888'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8112]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png'
  -p '8112:8112/tcp'
  -p '58846:58846/tcp'
  -p '58946:58946/tcp'
  -p '58946:58946/udp'
  -p '8118:8118/tcp'
  -p '8989:8989/tcp'
  -p '9897:9897/tcp'
  -p '7878:7878/tcp'
  -p '6789:6789/tcp'
  -p '8888:8888/tcp'
  -v '/mnt/user/downloads/':'/data':'rw'
  -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw'
  --sysctl="net.ipv4.conf.all.src_valid_mark=1"
  --restart=unless-stopped 'binhex/arch-delugevpn'
69c4b0485c390f61c3c82ba45d34f34aaf139c807ed79bdcd3ef485d0edc779f

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...