Jump to content

mr-hexen

Members
  • Posts

    2,300
  • Joined

  • Last visited

Posts posted by mr-hexen

  1. Thanks, I also used that "check my ip" torrent and it shows a PIA IP when my router WAN port shows my ISP's IP so we're all good.

     

    Man its nice to finally being able to use my 100mbps connection to its full potential, privately, lol.

     

     

    Thanks again for all your efforts!!!

  2. I think i fixed my Deluge PIA speed issues!!!

     

    I discovered a UDP issue with my ISP and changed the openvpn.ovpn file to TCP instead of UDP.

     

     

    proto tcp

    remote [insert pia server] 443

     

    immediately saw a ubuntu torrent go to 8.0MB/s!!

     

    Binhex, how can I confirm privacy still, do you suspect this would cause any ip leaks?

  3. The confusing one that i'm not playing with is the seed time. By default, it's set to 7. With the timer set to 7, and say it only takes you 10 minutes to download your favorite linux distro, you will only seed this file for 70 minutes. Now, this makes some sense, except for some of those linux distros i'm seeding that will download in 10 minutes and seed for 2 weeks, so there seems to be no real rhyme or reason on how it decides what stays or goes.

     

    For example, last night, I downloaded 15 files. Of those 15 files, 14 were already deleted from my file system in the morning. 1 still existed and was seeding. I don't even have deluge with delete files after enabled. All I know, is it's making it tough for me to maintain some ratios lol

     

    There's a setting the removes torrents when a share ratio is met, make sure that's not checked.

     

    If CouchPotato or Sonarr are the programs adding torrents, make sure they are set to not remove the torrents as well.

  4. Share Ratio Limit: When it's seeded 200% of the download size it will stop.

    Share Time Ratio: It will seed for 7x the duration it took to download

    Seed Time (m): It will seed for this many minutes, 180.

     

    You might want to do some further research on deluge and how those settings interact with each other.

     

    I'd hazard a guess that it will stop seeding when one of those thresholds is reached, which is likely the Ratio Limit or Time in your case.

  5. You're just not understanding how volume mappings works...

     

    /data (inside deluge) and /mnt/cache/Cache/Torrents is in unRAID.

     

    What you've mapped to inside deluge is /data (it becomes linked to /mnt/cache/Cache/Torrents/

     

    So what you want to do is set your download folders to:

     

    /data/-AutoDownload and /data/-Complete

     

    Deluge is saying permission denied because you've got it mapped to /mnt/Cache/Torrents and as far as Deluge is concerned, that doesn't exist.

  6. Tried installing, but go the following below. When I attempt to connect to the GUI is does not connect.

     

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="binhex-delugevpn" --net="bridge" --privileged="true" -e VPN_ENABLED="yes" -e VPN_USER="I entered username" -e VPN_PASS="i entered password" -e VPN_REMOTE="newyorkcity.privateinternetaccess.com" -e VPN_PORT="1194" -e VPN_PROTOCOL="udp" -e VPN_PROV="pia|airvpn|custom" -e ENABLE_PRIVOXY="no" -e LAN_NETWORK="192.168.1.0/24" -e DEBUG="false" -e PUID="99" -e PGID="100" -e TZ="America/New_York" -p 8112:8112/tcp -p 58846:58846/tcp -p 8118:8118/tcp -v "/mnt/cache/Cache/unRaid apps/delugevpn/":"/config":rw -v "/mnt/cache/Cache/Torrents/":"/data":rw binhex/arch-delugevpn
    sh: airvpn: command not found
    sh: custom: command not found
    docker: "run" requires a minimum of 1 argument.
    See '/usr/bin/docker run --help'.
    
    Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
    
    Run a command in a new container
    
    The command finished successfully!

     

    You haven't selected PIA as your VPN_PROV:

    VPN_PROV="pia|airvpn|custom"

     

    Also, i dont think newyorkcity.private... supports port forwarding.

  7. hey everyone - I am new to this and I installed the delugevpn docker and when i click on it and choose webUI it will not connect.  I get ERR_CONNECTION_REFUSED.  Is there some other configuration that needs to happen to enable the web ui?

     

    You probably haven't configured the LAN_NETWORK variable. Change the view to "Advanced" and at it there. Make the variable match your IP range, i,e, 192.168.1.0 and add "/24" to the end, final result should be something like:

     

    192.168.1.0/24

     

    the last number should be ".0" and the rest need to match your server IP.

     

    If your server is 10.1.10.123 then the variable should be set to 10.1.10.0/24

  8. I've found that if you set the port to auto in PMS which uses uPNP for routing through your router it will eventually time out or expire and fail to re-negotiate it.

     

    I too would suddenly stop receiving content using plex-web anywhere and anything outside my network.

     

    I changed the port to be manually configured and its worked just fine since.

×
×
  • Create New...