Difference between revisions of "TroubleShooting network"

From Linuxintro
(SvWwOamiRTbEtPyXRse)
imported>ThorstenStaerk
m (Reverted edits by 46.137.47.2 (talk) to last revision by ThorstenStaerk)
Line 1: Line 1:
You’re the one with the brains here. I’m wacthing for your posts.
+
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
 +
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 20:02, 13 July 2011

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

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