Tool to automate basic connectivity testing
Posted
by
feicipet
on Server Fault
See other posts from Server Fault
or by feicipet
Published on 2013-11-07T05:42:43Z
Indexed on
2013/11/07
9:58 UTC
Read the original article
Hit count: 160
networking
After our vendors have setup a certain test environment, we need to go in to perform connectivity testing between PC to servers and also between servers.
The problem is that we run a range of tests to telnet between 2 nodes on several ports and this is a manual and rather tedious process.
Does anyone know of a small tool or script that I can take input on the range of ports to be test and will run an automated range of testing against those ports? All I need to do is to validate whether a TCP connection can be established from the source PC / server to the target server IP address / port.
Thanks, Wong
© Server Fault or respective owner