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.