Hi I keep getting a no incoming connections on my Deluge. I know this is a pretty common problem from Google, but I have posted here to see if any one knows why this happens.
I have port forwarded my router and set Deluge to the correct port range.
Is this just a bug ?
I installed proftpd under xinetd and it appears to be working...I figured it would make sense to launch deluge-web under xinetd since i don't really use it much.
Code:
/etc/xinetd.d$ cat deluge-web
service deluge-web
{
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = deluge
server = /usr/bin/deluge-web
instances = 20
port = 8112
}
I have the file path right:
Code:
/e
How can I which ports are open/closed on my system? I am running Ubuntu 12.04, and to my knowledge there is no firewall running or installed, although it may have been in the past.
I am trying to configure Deluge because currently no incoming connections are being allowed. I checked that UPnP is enabled on the router and also configured port forwarding.
I have read and read and done all I know to do to get Deluge BitTorrent client to work with a proxy. I have done what I THINK needs to be done on my router, turned on UPnP. I haven't done anyhting in the way of port forwarding because my router (Netgear V2000V3) doesn't have a TCP option. I don't know what a DAEMON port is or if I should change it.
Hello,
I'm using GUFW to configure the settings.
I can't seem to be able to get torrents to work. Both Deluge and Transmission can't get through the firewall.
For deluge, I have ports 6881:6891 for incoming connections. I have outgoing set to use random ports.
In GUFW I used the preconfigured settings to try to allow torrents. I did allow, out, application, deluge.
Just recently I noticed my deluge-web wasn't running, so I just tried starting the daemon and get this:> sudo /etc/rc.d/deluge-web start
Password:
:: Starting Deluge WebUI [DONE]
>
Hi guys,
I'm having a heck of a problem with Deluge.
I'm using Kubuntu 12.04 and installed Deluge 1.3.5.
I use a seedbox and use the 'thin client' with Deluge.
Hi guys,
I just set up deluge on my of my old boxes running ubuntu server 10.10.
I'm trying to set up access to my deluge site from any where i travel (outside my network)
im not sure if im setting my port forwarding correctly on my router as i can't seem to access from out side my network.
i selected start and end ports to what i gave to deluge...
Attached Images
Thanks for the advice WonderWoofyWonderWoofy wrote: Did you even bother to look at what /usr/lib/tmpfiles.d/deluge.conf has in it? This is the kind of error you want... to kind that tells you what is causing the problem, in a clear and reasonable fashion.Yes, /usr/lib/tmpfiles.d/deluge.conf is there and I looked, compared it to some other files in there.