Revision history of "General Connectivity Check for Internet and Specified Subnets"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:34, 13 June 2016Michael.mast talk contribs 977 bytes +977 Created page with "<pre> #!/bin/bash clear cat << EOF > /tmp/iplist <User Friendly Name> <IP in remote subnet to be tested against> EOF echo "----Checking Internet----" ping -c1 -W 1 8.8.8.8 &>..."