Network Troubleshooting: Troubleshoot Up Through The Osi Model
Network Troubleshooting: Troubleshoot Up Through The Osi Model
Background
The
way
Start
by gathering information
Follow
GATHER BACKGROUND
INFORMATION
Try to determine when the issue started and consider how often the issue
occurs
Has anyone made any changes to the firewall or the networking equipment
that it connects to?
TROUBLESHOOT UP THROUGH
THE OSI MODEL
Physical Layer
Ensure the equipment at the distant end is powered on. Don't laugh. It
happens.
Check the network port indicator lights on each system. If a link light is
out, there is an issue with either the network card or cabling.
If you suspect hardware issues with the network card, use a hardware
diagnostic command to test it.
From the arp command results above, determine if the MAC address matches
the distant network port hosting that IP address. If the MAC address is
incorrect, delete the offending ARP entry.
# arp -d <IP address>
Cont
Systems must be configured to auto negotiate or use the same speed and
duplex settings
# netstat in
It is possible that the hardware is fine and the interface is down within the
operating system
Ipconfig /all
Ipconfig /release
ipconfig /flushdns
/renew
Network
IP address
a default gateway
Ipconfig
(169.0.0.0)
netstat rn
The network mask tells the system which devices are on its local
network
Cont
Ping <ipaddress>
If there are still issues with external connectivity, contact your ISP and
ask them to test the line.
netstat -an
use the netstat command to view the ICMP protocol statistics: netstat -s -p icmp
Cont
If there are issues with routing, outbound traffic will not flow properly
Use the lookup feature of the route command to determine how it will
route traffic based on an IP address