listening ports

Linux specific questions, problems.
Post Reply
rimZZai

listening ports

Post by rimZZai »

do anybody know why is qbittorrent listening to that ports 6771, 37962, 39527, etc. ??

it is configured to go through 6881...

sudo netstat -nlp | grep qbittorrent
tcp        0      0 0.0.0.0:6881            0.0.0.0:*              LISTEN      10685/qbittorrent
tcp6      0      0 :::6881                :::*                    LISTEN      10685/qbittorrent
udp        0      0 127.0.0.1:37962        0.0.0.0:*                          10685/qbittorrent
udp        0      0 192.168.1.5:39527      0.0.0.0:*                          10685/qbittorrent
udp        0      0 192.168.1.5:6771      0.0.0.0:*                          10685/qbittorrent
udp        0      0 127.0.0.1:6771          0.0.0.0:*                          10685/qbittorrent
udp        0      0 0.0.0.0:6771            0.0.0.0:*                          10685/qbittorrent
udp        0      0 0.0.0.0:57474          0.0.0.0:*                          10685/qbittorrent
udp        0      0 0.0.0.0:6881            0.0.0.0:*                          10685/qbittorrent
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: listening ports

Post by Peter »

There is only one incoming port, one port listening... in your list.
The others are outbound connections, connections to peers, to the DHT.
rimZZai

Re: listening ports

Post by rimZZai »

yeah of course...
but netstat -l should only give listening ports...

thx
Post Reply