Opened 4 years ago
Last modified 3 years ago
#3415 new bug
In/out interface binding issue.
Reported by: | mhertz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | Unknown | Version: | 2.0.0 |
Keywords: | Cc: |
Description
Libtorrent supports both interface or IP for both settings, and on windows, interface names specifically need be GUIDs in uppercase and in curly-braces, however not possible to apply in deluge's GTK-UI because both fields limited to 15 chars.
If instead using deluged's command-line options '-i' and '-o', for in/out binds of interface/IP, then if GUID used, then is added stripped to 15 chars(-o) or just not added(-i).
The names and help text in GTK-UI are also strange, as both relevant libtorrent options supports both IPs and interface names(GUIDs on windows as said).
Thanks in advance.
Change History (3)
comment:1 by , 4 years ago
comment:3 by , 3 years ago
I just want to point out that setting "listen_interface" and "outgoing_interface" in core.conf to the GUID of the network interface works just fine. The Deluge UI only display the first 15 characters though.
Strangelovian just posted PR for fixing related issue I.e supporting multiple interfaces: https://github.com/deluge-torrent/deluge/pull/300