- Check the physical and data link layers first
- Check the computer's power and cabling
- Check the network cabling and verify the link-light is reporting the correct status
- Verify the computer can talk to the network card and the network's default gateway using PING.
- Check the network layer after checking the physical and data link layers first.
- WINDOWS
- At the MS-DOS prompt type:
ipconfig /all
- If there is no IP address, the computer cannot talk to the DHCP server or has no IP address assigned.
- If the IP address of the default gateway is wrong, you won't be able to talk to anything that isn't on the local LAN.
- If the mask is wrong, you won't be able to talk to some of the computers on your network.
- Verify there is a Default Gateway address
- Verify there are DNS servers listed
- At the MS-DOS prompt type:
- UNIX
- At the prompt, type:
ifconfig -a
- If you see no IP address in the output, your computer has not learned one.
- Your computer is not configured for DHCP (this is the default on Solaris and most Linux systems)
- Your computer's network card cannot connect to the network.
- Verify the subnet mask is correct
- Verify there is a Default Gateway address
- Verify there are DNS servers listed
- At the prompt, type:
- WINDOWS
- Ping the local loopback address 127.0.0.1. This verifies your hardware is working.
- Ping your own IP address (from ifconfig or ipconfig). This verifies your network stack is working.
- Ping the default Gateway IP address. This verifies you have LAN connectivity
- Ping a destination by name. If this fails, try pinging the website by IP address. This verifies you can connect to hosts outside your LAN.
- Run a traceroute to your destination.
- If the traceroute completes, the destination is reachable.
- If the traceroute fails:
- You May have a Routing Problem
- You May have a Firewall/Access List problem
Please donate to support the construction of this, and other tutorials throughout this site.
Bookmark this page and SHARE: