This post will show you How to Check Port is Open on Remote Server.
If you are interested in learning, Request you to go through the below recommended tutorial.
DevOps Full Course Tutorial for Beginners - DevOps Free Training Online
Docker Full Course Tutorial for Beginners - Docker Free Training Online
Kubernetes Full Course Tutorial for Beginners - Kubernetes Free Training Online
Ansible Full Course Tutorial for Beginners - Ansible Free Training Online
Openstack Full Course Tutorial for Beginners - Openstack Free Training Online
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.
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.
How to Configure IP Address on Ubuntu using Netplan
How to Access Linux Server from Windows Remotely
Configure SSH Passwordless Login Authentication (SSH-keygen)
How to Create LVM Partition in Linux – LVM Tutorial
Install & Configure Samba Server on Linux (RHEL7 / CentOS7)
How to Access Linux Server from Windows Remotely
Configure SSH Passwordless Login Authentication (SSH-keygen)
How to Create LVM Partition in Linux – LVM Tutorial
Install & Configure Samba Server on Linux (RHEL7 / CentOS7)
Keep practicing and have fun. Leave your comments if any.
Stay connected with us on social networking sites, Thank you.
0 تعليقات