Unable to connect to daemon from remote machine
Posted: Fri Oct 01, 2010 7:51 pm
Basically I followed the guide here: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient
1. Enable allow remote.
2. Added myself to auth file.
3. Started deluged freshly
4. Checked the version of deluge running
Now I installed 1.1.6 version deluge on windows. I disabled classic mode and added connection to the LAN IP of the machine with port 58846 username deluge password test. I do not get green dot on the windows machine. If I do a telnet lan-ip 58846 on the windows machine, I am able to see connection open up. So I'm assuming it isn't network connectivity problem. Can you please help me fix this?
Thanks in advance!
1. Enable allow remote.
Code: Select all
reg@TonidoPlug:~/.config/deluge$ /usr/bin/python2.6 /usr/bin/deluge -u console
>>> config allow_remote
* allow_remote: True
>>>
Code: Select all
reg@TonidoPlug:~/.config/deluge$ cat ~/.config/deluge/auth
localclient:a96512cbf74f7b40b9f1478f47843436777a50aa
deluge:test:10
Code: Select all
reg@TonidoPlug:~/.config/deluge$ ps -ef | grep deluge
reg 6604 1 1 14:02 ? 00:01:40 /usr/bin/python2.6 /usr/bin/deluge -u web
reg 8494 7866 0 15:29 pts/0 00:00:00 grep deluge
reg@TonidoPlug:~/.config/deluge$ /usr/bin/python2.6 /usr/bin/deluged
reg@TonidoPlug:~/.config/deluge$ ps -ef | grep deluge
reg 6604 1 1 14:02 ? 00:01:40 /usr/bin/python2.6 /usr/bin/deluge -u web
reg 8499 1 75 15:29 ? 00:00:00 /usr/bin/python2.6 /usr/bin/deluged
reg 8506 7866 0 15:29 pts/0 00:00:00 grep deluge
reg@TonidoPlug:~/.config/deluge$
Code: Select all
reg@TonidoPlug:~/.config/deluge$ /usr/bin/python2.6 /usr/bin/deluge --version
1.1.6
Thanks in advance!