Port 20001 Security

Port 20001 Security

Port 20001 Security
Port 20001 Security
Monday
Model: Archer AX55  
Hardware Version:
Firmware Version:

Hey all,


I’m trying to understand something odd I’m seeing on my new TP-Link router.
An nmap scan against my WAN IP consistently shows 20001/tcp as open. From what I can tell, this is normally associated with the TP-Link Tether app and cloud-management features.


The strange part:
I have remote management disabled
The Tether app and all TP-Link cloud / remote features disabled
No port forwarding rules involving that port
UPnP is off

Yet nmap still reports 20001/tcp open.


Not shown: 65534 filtered tcp ports (no-response)
PORT      STATE  SERVICE
20001/tcp closed microsan
Host is up (0.0058s latency).


Not shown: 65534 open|filtered udp ports (no-response)
PORT   STATE  SERVICE
68/udp closed dhcpc


As another test, I tried hitting the port from outside my network using:
telnet <my_external_ip> 20001 and shows 'Connection refused'


Since this is a network I've set up for my parents after their aging router has finally died I want a good and secure setup with minimal maintenance. 

Is this some kind of TP-Link pseudo-service, a firewall rule quirk, or maybe a misleading nmap result?
Thanks all :) 
 

  0      
  0      
#1
Options
2 Reply
Re:Port 20001 Security
Yesterday

  @ClixRapidix 

 

Check this post.This port is used by Tether app managing the router.

Other that Tether app, it can't be used for anything else.

If this was helpful click on the arrow pointing upward to make it blue. If this solves your issue, click the star to make it blue and mark the post as a "Recommended Solution".
  1  
  1  
#2
Options
Re:Port 20001 Security
13 hours ago

  @ClixRapidix 

 

Hi,

 

I'd like to add a couple more information.

 

From the output of nmap that you posted above
-------------------------------------
PORT      STATE  SERVICE
20001/tcp closed microsan
-------------------------------------
we can see that port "20001/tcp" is shown as "closed" and associated with a service name of "microsan".

 

The link below explains what nmap means when it reports a port as "closed". 
https://nmap<dot>org/book/man-port-scanning-basics.html               (replace <dot> with . )

 

As for the service name. This is not something that nmap extracts out of your Archer AX55. This information is merely obtained from the lookup table in the file "nmap-services" that resides in the installation folder of nmap (in Windows that would be x:\Program Files (x86)\Nmap). So this information is not more than a guess.
 

  0  
  0  
#3
Options