remote webGUI

General support for problems installing or using Deluge
Post Reply
shumi

remote webGUI

Post by shumi »

I'm using 2 two Fedora 10 machines with installed Deluge on one of them (server machine).

On server machine, I put an init script to start "deluged" and "deluge -u web" (I used init script from your dev section of this page) and it works locally.

On server machine I am able to manage torrents via firefox "http://192.168.1.130:8112/" (192.168.1.130 is IP of my server machine).
But when i try to access deluge server from my other machine via firefox using the same link, I get "Failed to Connect" error.

Also, when i try "telnet 192.168.1.130 8112" on my second machine, it fails with error "No route to host" (this also works on server).
Of course, there is a route to host because I can "ssh 192.168.1.130" from both machines.

Btw. I also enabled "Deluge -> Daemon -> Allow Remote Connections" on webGUI on server machine.

Update .... here is what works on client machine:

Code: Select all

[shumi@localhost ~]$ deluge -u console
>>> connect 192.168.1.130 52835
 * connected to http://192.168.1.130:52835
>>> 
Post Reply