Unable to connect to daemon from remote machine

General support for problems installing or using Deluge
Post Reply
regneva
New User
New User
Posts: 3
Joined: Fri Sep 24, 2010 3:47 pm

Unable to connect to daemon from remote machine

Post by regneva »

Basically I followed the guide here: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient

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
>>>
2. Added myself to auth file.

Code: Select all

reg@TonidoPlug:~/.config/deluge$ cat ~/.config/deluge/auth
localclient:a96512cbf74f7b40b9f1478f47843436777a50aa
deluge:test:10
3. Started deluged freshly

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$
4. Checked the version of deluge running

Code: Select all

reg@TonidoPlug:~/.config/deluge$ /usr/bin/python2.6 /usr/bin/deluge --version
1.1.6
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!
regneva
New User
New User
Posts: 3
Joined: Fri Sep 24, 2010 3:47 pm

Re: Unable to connect to daemon from remote machine

Post by regneva »

Never mind. Fixed this by removing the :10 in the auth file.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Unable to connect to daemon from remote machine

Post by johnnyg »

regneva wrote:Never mind. Fixed this by removing the :10 in the auth file.
That would be due to the guide being for deluge 1.2+ while you're using 1.1.6.
Post Reply