How to check open ports in Linux using nc, telnet and curl command ?
Today in this post, we will see how to check for open port in Linux using telnet and curl commands. I. Using Telnet command Telnet command is very common,...
Today in this post, we will see how to check for open port in Linux using telnet and curl commands. I. Using Telnet command Telnet command is very common,...
Suppose you have a list of servers, and you want to check for a particular port on which server its open. So if you telnet each server on that port...
Suppose you have exported the NFS share from the server, however its not visible on the client. Hence to troubleshoot this, we need to check if the NFS port is...
In this article we will look for tcpdump examples which are useful to accomplish our day to day tasks. Lets have a look at various examples step by step. 1....
Today we will look how to get the process details which is using a particular socket or port in AIX. 1. Get the port number socket details. ngeaix091--> netstat -Aan|...
Today we will discuss an interesting thing how to take GUI of any remote server via port forwarding. This tip is usually helpful to open ILO of a server which...
Today we will look how to debug SSL Issues with a website/host and the issues with different HTTP/IMP/POP port. In short, this post describes the usage of openssl command. I....
Here we will look how to get active connections on a particular port in Linux. The active connections have a state “ESTABLISHED” when we look at the netstat output. We...
Today we will look how to get the service name listening to a particular port on Linux. The preferred and widely used command is netstat. With netstat, we can grep...