Ping is a tool to test if another computer is connected. Ping answers the first question of troubleshooting: is it plugged in?
If the target of the ping “replies” then you know that your computer can talk to it over to the network.
If you don't see replies, then that means that your server wasn't reachable. There are many reasons why your ExaVault server may not be reachable:
If you cannot connect – and you cannot ping – please notify ExaVault Support right away.
To use ping on Microsoft Windows, you'll need to open the command line (this used to be called a DOS prompt):
1. Open a command line by hold down the Window key on your keyboard and press R (WinKey + R).
2. In the Run pop-up, enter the following and then click the OK button: CMD
3. In the command window, enter the following:
ping your-account.exavault.com
After you've entered the command, you should see a series of replies like those shown in the picture on the right.
Using ping in Mac OS and *nix operating systems is a snap:
1. Open a terminal (In Mac, this can be found in Applications > Utilities).
2. Enter the following:
ping -c4 your-account.exavault.com
If you forgot to use the “-c4” option (which limits the response count to 4 replies) then hold down the CTRL key and press C (CTRL + C). This will stop the ping.
After you've entered the command, you should see a series of replies like those shown in the picture on the right.
Not every server will respond to pings, but if the ExaVault server hosting your account is up and running, it will always reply to the pings you send.
Don't see the answer you need? Drop us a note, and our support team will email you back.
Send Email