Deluge can't connect to remote seedbox on Ubuntu 16.04 LTS
Posted: Mon Aug 29, 2016 6:46 pm
I have successfully installed Ubuntu 16.04 LTS and Deluge 1.3.13 (from deluge-team PPA) but I can't connect to my remote seedbox.
I'm able to ping remote hostname. I can telnet remote hostname and port.
I can connect using deluge-console with no error. I think that means successfully connected.
When I open Deluge's Connection Manager, status with the remote seedbox is marked with cross and I can't connect.
I have tried Deluge on my Windows 7 virtual machine (VirtualBox is installed on the same computer as above) and everything is working fine. I guess the problem is maybe in some missing service/component on my Ubuntu. What do you think? Thanks.
I'm able to ping remote hostname. I can telnet remote hostname and port.
Code: Select all
$ telnet remote.dom 12345
Trying 12.34.56.7...
Connected to remote.dom.
Code: Select all
$ deluge-console "connect remote.dom:12345 username password"
I have tried Deluge on my Windows 7 virtual machine (VirtualBox is installed on the same computer as above) and everything is working fine. I guess the problem is maybe in some missing service/component on my Ubuntu. What do you think? Thanks.