liquid

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

liquid's Achievements

Noob

Noob (1/14)

0

Reputation

  1. First of all, just want to say thanks for this docker. So I hope I can get help with this on Docker for Windows 2016? I've been working on this Docker for about a week. I'm using PIA. Currently using CA Vancouver but have tried every node on this list: https://www.privateinternetaccess.com/helpdesk/kb/articles/how-do-i-enable-port-forwarding-on-my-vpn. DelugeVPN is running alongside 4 other Dockers which have been up for a month and working fine. I have tried killing the other dockers and just running DelugeVPN by itself. So I've got DelugeVPN Docker up and it works. I can connect to it and add torrents. I can connect to Privoxy (I enabled it to test) and was able to use the PIA tunnel to proxy Firefox (verified by IP check). I've even completed a couple of small torrents. The problem is my speeds are awful, like there is no open port for incoming packets awful. However, I pass the yougetsignal test. The port is definitely open and is set correctly in deluge. Yet I'm still seeing 15-20KiBps speeds and I have a 100mbps fiber line. Sabnzdb in a docker (no VPN) pulls from my Usenet servers at 10-12 MBps. I've tested torrents from private trackers to public ones (wasn't sure if it was OK to be specific, hope this is ok). I'm using this to run the Docker: docker run -d --cap-add=NET_ADMIN -p 8112:8112 -p 58846:58846 -p 58946:58946 --name=deluge -v D:/Downloads/Bittorrent:/data -v D:/deluge:/config -e VPN_ENABLED=yes -e VPN_USER=XXXXX -e VPN_PASS=XXXXXX -e VPN_PROV=pia -e STRICT_PORT_FORWARD=yes -e ENABLE_PRIVOXY=no -e LAN_NETWORK=XXX.XXX.100.0/24 -e NAME_SERVERS=1.1.1.1 -e DEBUG=false binhex/arch-delugevpn I have attached supervisord.log with DEBUG=true here. Also I've extracted the errors I did not understand to the Errors.txt file also attached. This log has a torrent its been downloading for a few days from a public tracker currently running at 17.2 KiBps. I must be missing something small or obvious for this all to be working but for poor speeds, so I could really use some fresh eyes as I'm stuck. Thank you! Errors.txt supervisord.log