jo625

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jo625

  1. Cross-posting what I've already posted on the rtorrent thread, as my main focus is now using qBittorrent instead. Hi @binhex First, thanks a lot for these containers, have been using arch-rtorrentvpn for quite some time and been pretty happy with it - not on unraid but on a qnap NAS via AirVPN (a UDP OpenVPN Linux config retrieved via the dedicated airvpn page). I recently noticed a drop in bandwidth and decided to clean my install and rewrite the whole docker-compose file after reading your documentation VPN page. I've tried both the rtorrent and qbittorrent containers, via openvpn or wireguard, but I cannot get decent bandwidth with linux torrents, and the port I've got open on airvpn for port forwarding always appears to be closed when trying to reach it via yougetsignal. As a baseline, using QNAP Download Station on Ubuntu torrents gets me 60MBps, and using a standard qbittorrent from linuxserver with no VPN, I get 40MBps. Having 1/1000 that bandwidth, and reading on your doc that it must be a port forwarding issue, I requested port 62821-62825 on airvpn, and modified the qBittorrent.conf `Session\Port=62821 and Connection\PortRangeMin=62821` Just in case, I pulled the latest images, set PUID and PGID to 0. It seems like my containers are not set to priviledged when using wireguard since I get the error from Q23 `[warn] WireGuard interface failed to come 'up', exit code is '1'`. So I focused on OpenVPN config No matter what I tried, I cannot get it to download faster than 1KBps. I did set VPN_INPUT_PORTS and VPN_OUTPUT_PORTS to 62821, but then realized these are used for inter-containers communication, which I am not using at the moment. I've tried with both a AirVPN_Netherlands_TCP-443.ovpn and AirVPN_Netherlands_UDP-443.ovpn openvpn file with no luck. Here is my Qbittorrent docker-compose file And my qBittorrent.conf file: Here are my [logs dump](https://pastebin.com/SRJ7mEsu) with debug mode set to true for the rtorrent/OpenVPN container - not obfuscated, passwords are random. Would love some pointers to get it to work back again, thanks a lot! Best,
  2. Hi @binhex First, thanks a lot for these containers, have been using arch-rtorrentvpn for quite some time and been pretty happy with it - not on unraid but on a qnap NAS via AirVPN (a UDP OpenVPN Linux config retrieved via the dedicated airvpn page). I recently noticed a drop in bandwidth and decided to clean my install and rewrite the whole docker-compose file after reading your documentation VPN page. I've tried both the rtorrent and qbittorrent containers, via openvpn or wireguard, but I cannot get decent bandwidth, and the port I've got open on airvpn for port forwarding always appears to be closed when trying to reach it via yougetsignal. As a baseline, using QNAP Download Station on Ubuntu torrents gets me 60MBps, and using a standard qbittorrent from linuxserver with no VPN, I get 40MBps. Having 1/1000 that bandwidth, and reading on your doc that it must be a port forwarding issue, I requested port 62821-62825 on airvpn, and modified: the rtorrent.rc config `network.port_range.set = 61821-61821 and dht.port.set = 61821` and commented out the `#execute = {/bin/bash,-c,mkdir -p /data/incomplete}` line as well as the qBittorrent.conf `Session\Port=62821 and Connection\PortRangeMin=62821` Just in case, I pulled the latest images, set PUID and PGID to 0. It seems like my containers are not set to priviledged when using wireguard since I get the error from Q23 `[warn] WireGuard interface failed to come 'up', exit code is '1'`. So I focused on OpenVPN config No matter what I tried, I cannot get it to work. I did set VPN_INPUT_PORTS and VPN_OUTPUT_PORTS to 62821, but then realized these are used for inter-containers communication, which I am not using at the moment. I've tried with both a AirVPN_Netherlands_TCP-443.ovpn and AirVPN_Netherlands_UDP-443.ovpn openvpn file with no luck. Here are my docker-compose files: rutorrent Qbittorrent Here are my [logs dump](https://pastebin.com/SRJ7mEsu) with debud mode set to true for the rtorrent/OpenVPN container - not obfuscated, passwords are random. Would love some pointers to get it to work back again! Best,