UPnP port 4433

Windows specific questions, problems.
Post Reply
basl

UPnP port 4433

Post by basl »

Hey guys,

So I used my default torrent port 60000 as the listening port for incoming connections.
Everything looks fine. I also enabled upnp.

But when I look in my router(dd-wrt) I see an extra port, port 4433.
The two ports open when I open qB on my pc. These are 60000 tcp, 60000 udp and 4433 tcp (check the included logs from qB and dd-wrt(router))

I don't see this port anywhere mentioned in the configuration or even the conf file.
The port isn't mentioned anywhere on the forums and a google search doesn't answer the question either.

Can anyone tell me why this port is being opened on my router, without my consent?

Thx in advance.

Code: Select all

Forwards
Description					Enabled	From (WAN)	To (LAN)	IP Address		Protocol
qBittorrent v3.0.0 at ***.***.***.***:60000	Yes	60000		60000		***.***.***.***		TCP	
qBittorrent v3.0.0 at ***.***.***.***:4433	Yes	4433		4433		***.***.***.***		TCP	
qBittorrent v3.0.0 at ***.***.***.***:60000	Yes	60000		60000		***.***.***.***		UDP	

Code: Select all

22/08/2012 02:02:29 - Peer ID: -qB3000-
22/08/2012 02:02:30 - UPnP/NAT-PMP: Port mapping successful, message: successfully mapped port using UPnP. external port: 60000
22/08/2012 02:02:30 - UPnP/NAT-PMP: Port mapping successful, message: successfully mapped port using UPnP. external port: 4433
22/08/2012 02:02:30 - UPnP/NAT-PMP: Port mapping successful, message: successfully mapped port using UPnP. external port: 60000
22/08/2012 02:02:29 - Options were saved successfully.
22/08/2012 02:02:29 - Embedded Tracker [OFF]
22/08/2012 02:02:29 - Encryption support [ON]
22/08/2012 02:02:29 - Local Peer Discovery support [ON]
22/08/2012 02:02:29 - PeX support [ON]
22/08/2012 02:02:29 - DHT support [ON], port: UDP/60000
22/08/2012 02:02:29 - HTTP user agent is qBittorrent v3.0.0
22/08/2012 02:02:29 - UPnP / NAT-PMP support [ON]
22/08/2012 02:02:29 - qBittorrent is bound to port: TCP/60000
Tomaso

Re: UPnP port 4433

Post by Tomaso »

Could it be the "Check for software updates" function that uses this port?
Dayman

Re: UPnP port 4433

Post by Dayman »

This port is used for ssl torrents.
From libtorrent documentation:
ssl_listen sets the listen port for SSL connections. If this is set to 0, no SSL listen port is opened. Otherwise a socket is opened on this port. This setting is only taken into account when opening the regular listen port, and won't re-open the listen socket simply by changing this setting.

It defaults to port 4433.
There is no option to control this port in qBittorrent unfortunately.
Last edited by Dayman on Wed Aug 22, 2012 7:33 am, edited 1 time in total.
basl

Re: UPnP port 4433

Post by basl »

Thx for your guys' responses.

So from what I understand, is that this listening port is used for enabling SSL torrents. (in combination with openssl, which I don't see anywhere mentioned in qB).
A feature from the libtorrent platform, that is enabled in qB as a default setting.

Maybe it's an idea to propose a new feature in qB which enables you to turn this off.
If I should believe the sentence below from the manual, it shouldnt be hard for the devs.

Code: Select all

To not listen on an SSL socket at all, set ssl_listen to 0.
http://www.rasterbar.com/products/libto ... anual.html

Thx.
Dayman

Re: UPnP port 4433

Post by Dayman »

http://www.rasterbar.com/libtorrent_blo ... -over-ssl/
Interesting. I've never seen any SSL-enabled torrents with embedded certs.
basl

Re: UPnP port 4433

Post by basl »

Guess I will switch to port 4433 for my torrenting.
Better one, then two ports open.

Torrenting over ssl seems to be the way to go in the future.
Trackerless bittorrenting with encrypted traffic.  8)

May be an idea for Demonoid v2.  ;D
christophe.dumez

Re: UPnP port 4433

Post by christophe.dumez »

qBittorrent v3.0.7 will no longer listen on port 4433. I have disabled it for now since we do not technically support SSL torrents at this point.
stoatwblr

Re: UPnP port 4433

Post by stoatwblr »

3.1.9 is listening on this port too.

No idea if this is intentional but I feel it's worthwhile tacking the update onto this thread in case anyone's googling for the port (as I was), especially in light of the recent heartbleed issues (update to 3.1.9.2!)
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: UPnP port 4433

Post by sledgehammer_999 »

This port is used for SSL torrents which are disabled in qbt.
Are you sure you don't have setup your WebUI port to that (or you bittorrent/dht port to that)?
stoatwblr

Re: UPnP port 4433

Post by stoatwblr »

Quite sure. WebUI is 8080 and the other ports are all up around 56000. I spotted it being opened in logs and went looking to find out what it's for.

*** starting log ***
00:00:00.005 done starting session
00:00:00.006 listening on: 0.0.0.0:56882 external port: 56882
00:00:00.006 listening on: 0.0.0.0:4433 external port: 4433
00:00:00.006 listening on: [::]:56882 external port: 56882
00:00:00.006 failed to bind to interface "[::]:4433": Address already in use
00:00:00.006 listening on: [::]:4434 external port: 4434
stoatwblr

Re: UPnP port 4433

Post by stoatwblr »

FWIW: It's not there in 3.1.9.2 (just updated)
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: UPnP port 4433

Post by sledgehammer_999 »

Oh come on, were you really using a version older than 3.0.7 and came here to complain about port 4433 even though you saw that this was supposed to be disabled in 3.0.7 onwards?
EDIT: Sorry, you mention that you used 3.1.9. This is odd, it should be happening with 3.1.9 ...
ciaobaby

Re: UPnP port 4433

Post by ciaobaby »

00:00:00.006 failed to bind to interface "[::]:4433": Address already in use
Which means some other application on your machine is already using 4433
stoatwblr

Re: UPnP port 4433

Post by stoatwblr »

ciaobaby wrote:
00:00:00.006 failed to bind to interface "[::]:4433": Address already in use
Which means some other application on your machine is already using 4433
I know what it means. but it also means that qbittorrent tried to bind to the port (and no, lsof + netstat showed nothing binding to that port in ipv6)
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: UPnP port 4433

Post by sledgehammer_999 »

No need to continue this. This is an old thread. The bug apparently doesn't show up in 3.1.9.2. If it somehow, shows up again please reply here or open a new thread.
Post Reply