Skip to main content

how detect if port ZZZ accept connection remote?

Comments

2 comments

  • corporatehost
    Try 1: Netstat ======== # netstat -nut | grep 2. Telnet from your local system to the port number you're looking for ======= # telnet
    0
  • cPanelMichael
    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.