Skip to content

Instantly share code, notes, and snippets.

@tgwilliams63
tgwilliams63 / connectivity.sh
Last active March 16, 2017 19:11 — forked from mlconnor/connectivity.sh
Diagnose Connectivity
#set -o xtrace
echo "please copy the output of this script and send it to the network team so they can diagnose your issue"
# DESTINATION=destination.foo.com
# PORT=8089
if [ -z ${DESTINATION} ]
then
echo "Enter Server Name and press [ENTER]: "
read DESTINATION