Difference between revisions of "TroubleShooting network"

From Linuxintro
imported>ThorstenStaerk
m (Reverted edits by 46.137.47.2 (talk) to last revision by ThorstenStaerk)
imported>ThorstenStaerk
Line 15: Line 15:
 
Find out with
 
Find out with
 
  route
 
  route
 +
 +
= See also =
 +
* [[TroubleShooting]]
 +
* [[NetWork]]

Revision as of 20:03, 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

See also