Quote:
Originally Posted by surya_prakash
how to establish a connection to a open port in linux server?
|
If you're wanting to test to see if the port answers you can attempt to do a "telnet hostname portnumber", otherwise you'll need appropriate client connection software (unless it's a protocol like pop, smtp, http, etc that you know enough of to trade commands with.)
An example being:
Code:
telnet www.linuxquestions.org 80
GET /