how detect if port ZZZ accept connection remote?
Hi,
From PUTTY
" how I can detect if my port ZZZ accept connection remote ?
Thanks
-
Try 1: Netstat ======== # netstat -nut | grep 2. Telnet from your local system to the port number you're looking for ======= # telnet 0 -
Hello :) Yes, telnet is the most common command used to check if the port is active. EX: telnet 10.1.1.1 25
Thank you.0
Please sign in to leave a comment.
Comments
2 comments