LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Testing server connections (https://www.linuxquestions.org/questions/linux-newbie-8/testing-server-connections-4175433842/)

Ariontor 10-24-2012 08:12 AM

Testing server connections
 
You have two servers. Server A needs to connect to server B on port 4443 using TCP. Server B is already listening on that port. What quick test can you run from server A to verify that firewall ports allow the connections through to server B on port 4443?

epislav 10-24-2012 08:13 AM

telnet B 4443

Ariontor 10-24-2012 08:31 AM

I figured it was something simple like that. If the firewall did reject a connection to that port I'm assuming it would simply result in an error message, right?

epislav 10-24-2012 08:56 AM

yes. If connection is estabvlished, you will see something like:

Trying B...
Connected to B.
Escape character is '^]'.

Ariontor 10-24-2012 09:01 AM

Okay, thank you.


All times are GMT -5. The time now is 06:35 PM.