Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

check if a port is working

# On the server itself:
netstat -an

# From outside
telnet host port  #Windows 
telnet host:port  #Unix systems
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #port #working
ADD COMMENT
Topic
Name
5+5 =