Difference between revisions of "Troubleshooting"

From CTWUG Wiki
Jump to: navigation, search
(New page: Before you go off asking an admin for help, why don't you take the time and try and learn something today. You might even be able to sort your own problem out, with the help of this guide...)
 
Line 7: Line 7:
  
 
1) Establish if you are able to connect to your own routerboard.
 
1) Establish if you are able to connect to your own routerboard.
 +
Open your Command Prompt (as explained above) and ping your routerboard (RB)
 +
ping ip.of.your.rb -- It should be and ip looking similar to 172.18.20.22
 
<pre>
 
<pre>
ping ip.of.your.rb -- It should be and ip looking similar to 172.18.20.1
+
ping 172.18.20.22
ping 172.18.20.1
 
 
</pre>
 
</pre>
 +
If you are able to ping your RB, it should look like this.
 +
Pinging 172.18.20.22 with 32 bytes of data:
 +
Reply from 172.18.20.22: bytes=32 time<1ms TTL=128
 +
Reply from 172.18.20.22: bytes=32 time<1ms TTL=128
 +
Reply from 172.18.20.22: bytes=32 time<1ms TTL=128
 +
Reply from 172.18.20.22: bytes=32 time<1ms TTL=128
 +
 +
Ping statistics for 172.18.20.22:
 +
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), 
 +
Approximate round trip times in milli-seconds:
 +
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
 +
 +
If your are NOT able to ping your RB, it will look something like this.
 +
Pinging 172.18.20.22 with 32 bytes of data:
 +
Reply from 172.18.20.21: Destination host unreachable.
 +
Reply from 172.18.20.21: Destination host unreachable.
 +
Reply from 172.18.20.21: Destination host unreachable.
 +
Reply from 172.18.20.21: Destination host unreachable.
 +
 +
Ping statistics for 172.18.20.22:
 +
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
 +
 +
2) Establish if your pc can connect to your highsite.
 +
Open your Command Prompt (as explained above) and ping the ip address of the highsite that you are connecting to.
 +
ping ip.of.your.highsite -- It should be and ip looking similar to 172.18.20.254
 +
<pre>
 +
ping 172.18.20.254
 +
</pre>
 +
  
2) Establish if your routerboard is connecting to your highsite.
 
  
3) Establish if your pc can connect to your highsite.
 
  
 
If you can do all of the above, chances are your connection to the WUG is ok. You should now check if the IP of the server you are trying to connect to is accessible.
 
If you can do all of the above, chances are your connection to the WUG is ok. You should now check if the IP of the server you are trying to connect to is accessible.

Revision as of 19:13, 17 September 2012

Before you go off asking an admin for help, why don't you take the time and try and learn something today. You might even be able to sort your own problem out, with the help of this guide.

To access commands like ping and tracert , Click Start and in the Search box (Win7 & Windows Vista) type cmd and press enter. On Windows XP Click Start and in the Run box, type cmd and press Enter. Prompt.png

The recommended steps for troubleshooting why you can't access the service that you are trying to connect to is this:

1) Establish if you are able to connect to your own routerboard. Open your Command Prompt (as explained above) and ping your routerboard (RB) ping ip.of.your.rb -- It should be and ip looking similar to 172.18.20.22

ping 172.18.20.22

If you are able to ping your RB, it should look like this. Pinging 172.18.20.22 with 32 bytes of data: Reply from 172.18.20.22: bytes=32 time<1ms TTL=128 Reply from 172.18.20.22: bytes=32 time<1ms TTL=128 Reply from 172.18.20.22: bytes=32 time<1ms TTL=128 Reply from 172.18.20.22: bytes=32 time<1ms TTL=128

Ping statistics for 172.18.20.22:

   Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),   

Approximate round trip times in milli-seconds:

   Minimum = 0ms, Maximum = 0ms, Average = 0ms

If your are NOT able to ping your RB, it will look something like this. Pinging 172.18.20.22 with 32 bytes of data: Reply from 172.18.20.21: Destination host unreachable. Reply from 172.18.20.21: Destination host unreachable. Reply from 172.18.20.21: Destination host unreachable. Reply from 172.18.20.21: Destination host unreachable.

Ping statistics for 172.18.20.22:

   Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

2) Establish if your pc can connect to your highsite. Open your Command Prompt (as explained above) and ping the ip address of the highsite that you are connecting to. ping ip.of.your.highsite -- It should be and ip looking similar to 172.18.20.254

ping 172.18.20.254



If you can do all of the above, chances are your connection to the WUG is ok. You should now check if the IP of the server you are trying to connect to is accessible.

1) You would do this in 3 steps a) Ping the server's IP b) Ping the server's Hostname c) Check with bottie if he can ping the server :)