Does port sensor check both TCP status, 'LISTEN' and 'ESTABLISHED'?
Is it correct to check OPEN status of the port using the telnet protocol?
I am using a port sensor, which checks port 34506.
In PRTG, it has error message; 'Connection refused (socket error # 10061)'.
There is no firewall. It is clearly an OPEN port.
The following is the result of checking the port status with 'netstat' command on the device.
--------------------------------------------------------------------------------------------------------------------------- [root@localhost ~]# netstat -ano|grep 34506 tcp 0 0 192.168.0.179:34506 162.247.243.146:443 ESTABLISHED ---------------------------------------------------------------------------------------------------------------------------
Add comment