Find the answer to your Linux question:
Results 1 to 2 of 2
Does anybody know how could I check if a remote server is set to listen from a particular port, for connections from my own computer? It's important to notice that ...
  1. #1
    Just Joined!
    Join Date
    Jul 2011
    Posts
    1

    Cool check if remote port is listening or not

    Does anybody know how could I check if a remote server is set to listen from a particular port, for connections from my own computer?
    It's important to notice that I don't want to check it interactively (Up to now, I've been doing it by "telnet $ip/host $port" ; and then closing the sessioń).
    But I want to get this information automatically, using a script.

  2. #2
    Just Joined!
    Join Date
    Jul 2011
    Posts
    2
    you could use nmap, then grep/sed the results?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...