I am using deluge for about one week(on Ubuntu) and I find it extremely useful. Thanks a lot to the developers for their excellent work.
My question is, how many ports do I need to forward from the router, currently I have forwarded only one port but I am confused. I googled a lot but it only resulted in increased confusion.
thanks in advance.
Port forwarding: how many ports to forward?
Re: Port forwarding: how many ports to forward?
it depends if you're telling deluge to use a single port or a range.
Preferences->Network will have the port range you're telling deluge to use for incoming connections (this is what you want to forward).
you can make deluge only use one port but the start and end ports of the range being the same (i.e. 54678 - 54678)
Make sure you forward both tcp and udp (udp is used for DHT).
Preferences->Network will have the port range you're telling deluge to use for incoming connections (this is what you want to forward).
you can make deluge only use one port but the start and end ports of the range being the same (i.e. 54678 - 54678)
Make sure you forward both tcp and udp (udp is used for DHT).
Re: Port forwarding: how many ports to forward?
Should I tell deluge to use more than one port or is a single port enough?johnnyg wrote:it depends if you're telling deluge to use a single port or a range.
Re: Port forwarding: how many ports to forward?
single port is fine, range is only useful if you have several applications that want to use the same port (or port range).
Re: Port forwarding: how many ports to forward?
One port is perfectly enough, more is just an unnecessary security risk.
Re: Port forwarding: how many ports to forward?
How so?negge wrote:One port is perfectly enough, more is just an unnecessary security risk.
libtorrent will only ever use one port in the range and will only try another if the one selected is unavailable.
Re: Port forwarding: how many ports to forward?
I think meaning if you set a port range in the router/firewall it could pose a greater risk versus if it was just a single port.
Re: Port forwarding: how many ports to forward?
If there is nothing listening on those forwarded ports it wouldn't matter.. The connection would just be dropped.loki wrote:I think meaning if you set a port range in the router/firewall it could pose a greater risk versus if it was just a single port.
Re: Port forwarding: how many ports to forward?
That's what I meant.loki wrote:I think meaning if you set a port range in the router/firewall it could pose a greater risk versus if it was just a single port.