Watch all our Tutorials and Training Videos for Free on our Youtube Channel, Get Online Web Tools for Free on swebtools.com

Search Suggest

How to Check Port is Open on Remote Server

How to Check Port is Open on Remote Server, find open ports on linux, check listening ports on linux, check open ports of remote server

How to Check Port is Open on Remote Server

If you are looking for the solution "How to check port is open on remote server" As a admin, you will come to a situation to find the particular port is open or not from one server to remote server.Assume that you are looking to check the port 25 is open or not on the remote server 192.168.2.1.

Use the command "telnet" as below to see the port 25 is open.

#telnet 192.168.2.1 25

We should get connected to the remote server as connection established. And also you can use the command "nmap" to ensure the port open or not on remote server as well.

#nmap 192.168.2.1

We should see the port 25 in the output, then the port is open.

If both the command doesnt show the output as expected, then its been blocked by firewall or the service belongs to port 25 (SMTP) is not running.

Related Content on Linux might be useful to you to improve your Linux Skills.


Keep practicing and have fun. Leave your comments if any.

Support Us: Share with your friends and groups.

Stay connected with us on social networking sites, Thank you.