HOW TO: Basic network troubleshooting

Here is a step-by-step checklist to perform basic network troubleshooting:

 

  1. Is there an announcement? Announcements
  2. Is there anything mentioned on Twitter? @SecureDragonLLC
  3. Do the nodes look fine? Drgn.biz
  4. Does our network look fine? http://status.securedragon.net
  5. Can you ping it? Extensive guide on using the ping command
  6. Can the rest of the world ping it? http://Just-Ping.com
  7. Where does the traffic stop? Extensive guide on using the traceroute command
If there is an announcement, planned maintenance, or Twitter updates then please wait for updates before proceeding.
If there are no announcements, planned maintenance, or Twitter updates but there are alerts for our nodes (Drgn.biz), network (status.securedragon.net), or there is packet loss for all locations on Just-Ping, this is a critical issue and a ticket should be opened.
If there are issues (packet loss) with some but not all locations on Just-Ping then it is most likely a problem with an upstream provider which is out of our control but please open a ticket to notify us.
If you cannot ping your IP while the rest of the world can, then it is most likely an issue with your connection or specific VPS (i.e. network, ISP, software, firewall, etc..).
If the traceroute stops outside of our data center's network then the problem is with an upstream provider which is out of our control but please open a ticket to notify us.
If the traceroute stops inside of our data center's network then the problem is most likely an issue with your service or our node, please open a ticket with our Support department.
 
In summary:
Announcement, Planned Maintenance, or Twitter update = NON-CRITICAL (No ticket needed)
Alerts on Drgn.biz, Pingdom, and packet loss for all locations on Just-Ping = CRITICAL (EMERGENCY)
Packet loss for some locations on Just-Ping = MAJOR (NON-EMERGENCY)
Traceroute stops inside network (packet loss on Just-Ping) = MAJOR (NON-EMERGENCY)
Traceroute stops outside network (packet loss on Just-Ping) = MEDIUM (NON-EMERGENCY)
Traceroute stops inside network (no packet loss on Just-Ping) = MINOR (NON-EMERGENCY)
Traceroute stops outside network (no packet loss on Just-Ping) = MINOR (NON-EMERGENCY)
  • 36 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

HOW TO: Backing up files with 1 line of code

rsync -avz /my/folder/ user@SERVERIP:/home/user/my/folderYup, that's it. All you do is enter the...

HOW TO: Cancel your service

Login to the Client Area. Click on "My Services" under the "Services" tab at the top. Click...

HOW TO: Creating an SSH RSA Key with PuTTYgen.exe

1) Open PuTTYgen.exe set the type to SSH2 RSA and minimum 1024 bits.2) Click "Generate" and move...

HOW TO: Backup your MySQL database

The easiest way to automatically backup your database is with a simple cron job running the...

HOW TO: Automatically backup your user data with rsync

Here is a quick and easy way to backup your files and MySQL database with a simple script:...