How Can I Test the Connection Between Two Linux Servers?
Contents How Can I Test Connection Between Two Servers? Testing Network Connection. Open a Command Prompt. Type in “Telnet ” and Press Enter. If a Blank Screen...
Contents
How can I test connection between two servers?
Testing Network connection.
- Open a command prompt.
- Type in “telnet <IP ADDRESS OF SERVER PC> <PORT>” and press enter.
- If a blank screen appears then the port is open, and the test is successful.
- If you receive a connecting… message or an error message then something is blocking that port.
9 окт. 2020 г.
Must Read
How do I communicate between two Linux machines?
Communication between Linux/UNIX and other different computers, networks and remote users is possible. The ping command checks whether the connection with a hostname or IP-address is working or not. Run ‘ping IP address or Hostname’ on the terminal. FTP is preferred protocol for sending and receiving large files.