Network Troubleshooting
Updated September 12, 2002
Created June 1, 2001


Autogenerated Site Map
Search this Site!:
Search this site powered by FreeFind

Tools for use in troubleshooting network problems.


Notes for Linux:


Windows

ipconfig (NT)
winipcfg (Win9x)
ping
tracert
telnet / ftp / http
route
route print
arp


Linux

/sbin/ifconfig
ifconfig
ifconfig -a
netstat -rn
netstat -r
netstat
route
ping -c 2 -b 192.138.0.255 | sort; arp -a
ping
arp
traceroute
telnet / ftp / rsh / ssh / http


General Notes on Network Troubleshooting:

  1. Do you have an IP address?



  2. Can you ping others in your local subnet?



  3. Note: If the above command doesn't work in Linux, then rename or move /etc/resolv.conf out of the way temporarily.

  4. Can you ping your local broadcast?



  5. Do you have one and only one default gw listed in your route table



  6. Can you ping the IP of the default gateway?



  7. Can you numerically ping something on the other side of the default gateway?



  8. Is your system correctly pointing to a nameserver?



  9. Can you ping the IP of the nameserver?



  10. Can you ping other systems by name?










Linux General Notes:


To set the date and time:
date
date newdate
hwclock --utc --systohc

Search this Site!:
Search this site powered by FreeFind

Homepage: http://www.cpqlinux.com
Site Map: http://www.cpqlinux.com/sitemap.html