Pomoc Wireguard

rachffus

Nowy użytkownik
Noobie
3 Lipiec 2019
6
4
3
33
QNAP
TS-x51+
Ethernet
1 GbE
Czy jest jakaś szansa użycia połączenie VPN wireguard jako do Bind IP interface w rTorrent?
 
Ok. Poradziłem sobie.
Może komuś się przyda. Bazując na komentarzu: Bugfix - rtorrent-Pro - VPN interface is not listed in Bind IP list [fixed in b1229]
Fix applied in rtorrent-Pro build 181229.

For earlier releases here is fix.

1) Please edit file /etc/init.d/rtorrent.sh

2) Find this line:
Bash:
local _SYS_INTERFACE=$(ip addr show | awk '/inet.*brd/{print $NF}')

3) Replace to this:
Bash:
local _SYS_INTERFACE=`ip addr show | awk '/inet.*(brd|peer)/{print $NF}'`

4) Restart rtorrent.
Wystarczyło dodać:
Bash:
wgc
do:
Bash:
local _SYS_INTERFACE=`ip addr show | awk '/inet.*(brd|peer|wgc)/{print $NF}'`

@Silas Mariusz
Propozycja dodania do kolejnego Release-u.
 

Użytkownicy znaleźli tą stronę używając tych słów:

  1. wireguard
  2. rtorrent
  3. VPN rtorrent