Link to home
Start Free TrialLog in
Avatar of YaYangTeah
YaYangTeahFlag for Malaysia

asked on

UNIX command for network trouble shooting

What are the relevant commands in UNIX that he could use to verify the connectivity problem cannot access internet?
SOLUTION
Avatar of N-W
N-W
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Reza_a
Reza_a

First Check your DNS server
# nslookup google.com
Then ping it.

# ping google.com

then run wget to check http access:
#wget http://www.coogle.com

depending the result then you can see where your problem is.