- Diagnose the NIC
- Use control panel if available to see if it's working
- Check your NIC's driver. Replace if necessary
- Diagnose locally
ping
neighboring systems by IP/domain
- If using NetBIOS
run
net view
- Check IP address and subnet mask
- Make sure IP address and subnet mask are entered correctly
- If you're on DHCP, try renewing the lease.
- Run
netstat
- Checks current connects to the system
- Run
netstat -s
or netstat -b
- Diagnose the gateway
ping
the router, both local and public IPs
- If you can't
ping
the router it's down or you're not connected.
- If you can only ping the near side, something in the router is messed up.
- Diagnoste to the Internet.
- If you can
ping
the router, try to ping something on the Internet.
- If you still can't get through, run a
tracert
or traceroute
to try to
diagnose where the issue is.