Jump to content

csandahl

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by csandahl

  1. 5 minutes ago, Wrog said:

    These are handled by the public/private keys in the wg0.conf file.  Do the IPs in the wg0 match your WAN and endpoint?  Which repository are you using?  There is a known issue with magnet trackers on the latest (see discussion earlier in this thread, a few replies up), so if you temporarily roll back to v2.0.5 then it works properly (repository "binhex/arch-delugevpn:2.0.5-1-04").

    my public ip address and the ip in wg0 are different. I am using 2.1.1 and pulling from docker. I don't think it is an issue with deluge, it also isn't working with qbittorrent as well. neither of these apps can download a magnet link with openvpn or wireguard from mullvad

  2. 2 hours ago, Wrog said:

    I also use Mullvad, Wireguard and binhex-delugevpn.  Did you go through the key generation on Mullvad's website and copy it over as wg0.conf?  Interesting that your log entries don't match mine, can you post your container settings (just the ones you changed while setting up Mullvad)?

    These are all my settings. Obviously have my mullvad username and password as my account number. I also even redownloaded the mullvad config file and replaced the other wg0.conf.

    1478814755_Screenshot(30).thumb.png.34ae49ac050cdd57b03952733266453d.png

    536467194_Screenshot(31).thumb.png.bfb3d38151e38038c9aee1371cebde43.png

    1428799646_Screenshot(29).thumb.png.7f568646ce92eaae22ec7238de012763.png

  3. Issues with magnet links in binhex vpn torrent containers using mullvad

     

    Hello,

     

    I have been having this issue for days trying to get a torrenting contianer set up on my unraid server. I went with Mullvad as my VPN as they seem much safer to use that some other more popular ones. That being said I can tell there is a learning curve with using it. I have been trying to get it to work with qbittorrent and deluge with only limited success. I am able to download from http urls, such as Ubuntu torrents, but I have been trying to check my ip with checkmytorrentip and ipleak.net and neither of them are working. I have tried using wireguard as well as openVPN but neither of them have initiated anything when I use the magnet urls from these websites. The statuses of them say <1m active and ETA, Download limit, etc show infinite. I have check the logs and haven't seen anything there (but I will paste my most recent one below). I have tried to set up port forwarding in the preferances, turned on and off strict port forwarding, enabled and disabled Privoxy, made it privilaged and not, modified the ovpn file to stop using ipv6, as well as a couple other things and nothing has worked, my torrentingvpn will not display its ip on any of the checker sites and I don't want to risk torrenting anything other than linux ISOs without absolute certainty that I am not using my ISP provided WAN.

    Here is my most recent log from binhex-qbittorrentvpn using wireguard:

    -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT

    -A INPUT -i lo -j ACCEPT

    -A INPUT -i wg0 -j ACCEPT

    -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT

    -A OUTPUT -d 68.235.44.50/32 -o eth0 -j ACCEPT

    -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT

    -A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT

    -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT

    -A OUTPUT -o lo -j ACCEPT

    -A OUTPUT -o wg0 -j ACCEPT

     

    2022-07-05 21:54:39,826 DEBG 'start-script' stdout output:

    --------------------

     

    2022-07-05 21:54:39,830 DEBG 'start-script' stdout output:

    [info] Attempting to bring WireGuard interface 'up'...

     

    2022-07-05 21:54:39,846 DEBG 'start-script' stderr output:

    Warning: `/config/wireguard/wg0.conf' is world accessible

     

    2022-07-05 21:54:39,857 DEBG 'start-script' stderr output:

    [#] ip link add wg0 type wireguard

     

    2022-07-05 21:54:39,883 DEBG 'start-script' stderr output:

    [#] wg setconf wg0 /dev/fd/63

     

    2022-07-05 21:54:39,887 DEBG 'start-script' stderr output:

    [#] ip -4 address add 10.64.203.127/32 dev wg0

     

    2022-07-05 21:54:39,898 DEBG 'start-script' stderr output:

    [#] ip link set mtu 1420 up dev wg0

     

    2022-07-05 21:54:39,903 DEBG 'start-script' stderr output:

    [#] resolvconf -a wg0 -m 0 -x

     

    2022-07-05 21:54:39,919 DEBG 'start-script' stderr output:

    could not detect a useable init system

     

    2022-07-05 21:54:39,987 DEBG 'start-script' stderr output:

    [#] wg set wg0 fwmark 51820

     

    2022-07-05 21:54:39,988 DEBG 'start-script' stderr output:

    [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820

     

    2022-07-05 21:54:39,991 DEBG 'start-script' stderr output:

    [#] ip -4 rule add not fwmark 51820 table 51820

     

    2022-07-05 21:54:39,993 DEBG 'start-script' stderr output:

    [#] ip -4 rule add table main suppress_prefixlength 0

     

    2022-07-05 21:54:39,999 DEBG 'start-script' stderr output:

    [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1

     

    2022-07-05 21:54:40,002 DEBG 'start-script' stderr output:

    [#] iptables-restore -n

     

    2022-07-05 21:54:40,038 DEBG 'start-script' stderr output:

    [#] '/root/wireguardup.sh'

     

    2022-07-05 21:54:41,113 DEBG 'start-script' stdout output:

    [info] Attempting to get external IP using 'http://checkip.amazonaws.com'...

     

    2022-07-05 21:54:41,258 DEBG 'start-script' stdout output:

    [info] Successfully retrieved external IP address 68.235.44.60

     

    2022-07-05 21:54:41,260 DEBG 'start-script' stdout output:

    [info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment

     

    2022-07-05 21:54:41,262 DEBG 'start-script' stdout output:

    [info] WireGuard interface 'up'

     

    2022-07-05 21:54:41,343 DEBG 'watchdog-script' stdout output:

    [info] qBittorrent listening interface IP 0.0.0.0 and VPN provider IP 10.64.203.127 different, marking for reconfigure

     

    2022-07-05 21:54:41,355 DEBG 'watchdog-script' stdout output:

    [info] qBittorrent not running

     

    2022-07-05 21:54:41,356 DEBG 'watchdog-script' stdout output:

    [info] Removing session lock file (if it exists)...

     

    2022-07-05 21:54:41,375 DEBG 'watchdog-script' stdout output:

    [info] Attempting to start qBittorrent...

     

    2022-07-05 21:54:41,469 DEBG 'watchdog-script' stdout output:

    [info] qBittorrent process started

    [info] Waiting for qBittorrent process to start listening on port 8080...

     

    2022-07-05 21:54:41,588 DEBG 'watchdog-script' stdout output:

    [info] qBittorrent process listening on port 8080

     

    Thanks for any help you can provide!

×
×
  • Create New...