I have a SUM server connected several thousands of clients, in command netstat -an , I can see lots of clients have established the connection to this server on port 8194
C:\Users\winsvruser>netstat -an | findstr :8194
TCP 0.0.0.0:8194 0.0.0.0:0 LISTENING
TCP 10.116.218.56:8194 10.12.24.32:52781 FIN_WAIT_1
TCP 10.116.218.56:8194 10.12.46.33:65403 ESTABLISHED
TCP 10.116.218.56:8194 10.13.19.149:53312 ESTABLISHED
TCP 10.116.218.56:8194 10.14.110.31:52731 ESTABLISHED
TCP 10.116.218.56:8194 10.16.205.2:55731 FIN_WAIT_1
TCP 10.116.218.56:8194 10.26.82.159:61126 ESTABLISHED
TCP 10.116.218.56:8194 10.27.51.31:54096 ESTABLISHED
TCP 10.116.218.56:8194 10.27.82.15:57170 ESTABLISHED
TCP 10.116.218.56:8194 10.27.82.31:50926 ESTABLISHED
TCP 10.116.218.56:8194 10.27.97.31:58211 ESTABLISHED
TCP 10.116.218.56:8194 10.27.203.51:53286 ESTABLISHED
TCP 10.116.218.56:8194 10.30.67.47:59904 ESTABLISHED
TCP 10.116.218.56:8194 10.30.78.31:51429 ESTABLISHED
TCP 10.116.218.56:8194 10.30.113.21:53755 ESTABLISHED
TCP 10.116.218.56:8194 10.30.162.72:61626 ESTABLISHED
TCP 10.116.218.56:8194 10.30.162.113:49742 ESTABLISHED
TCP 10.116.218.56:8194 10.32.36.25:59584 ESTABLISHED
TCP 10.116.218.56:8194 10.35.44.31:57023 ESTABLISHED
TCP 10.116.218.56:8194 10.35.222.66:59997 ESTABLISHED
TCP 10.116.218.56:8194 10.37.116.246:52857 ESTABLISHED
but if I try to test the port on local , the port cannot be connected:
C:\Users\winsvruser>telnet 127.0.0.1 8194
Connecting To 127.0.0.1...Could not open connection to the host, on port 8194: C
onnect failed
I want to know why this happen? This problem still exist even I reinstall the sum client or OS .
Thanks.
This thread was automatically locked due to age.