Difference between revisions of "TroubleShooting network"

From Linuxintro
imported>ThorstenStaerk
(New page: This article describes what you can do if you have network problems. We will first identify the problem and then solve it. = Do you have an IP address = Find out if you have an IP address...)
 
(SvWwOamiRTbEtPyXRse)
Line 1: Line 1:
This article describes what you can do if you have network problems. We will first identify the problem and then solve it.
+
You’re the one with the brains here. I’m wacthing for your posts.
 
 
= Do you have an IP address =
 
Find out if you have an IP address
 
ip addr
 
If you do not have an IP address, fix this problem before proceeding.
 
 
 
We assume your IP address is 192.168.0.2
 
 
 
= Can you reach your computer =
 
Find out if you can reach your own computer
 
ping 192.168.0.2
 
 
 
= Do you have a standard gateway =
 
Find out with
 
route
 

Revision as of 09:06, 22 May 2011

You’re the one with the brains here. I’m wacthing for your posts.