Troubleshooting Commond
Troubleshooting Commond
Troubleshooting Command
1. ping
4. nslookup
5. netstat
6. route
7. arp
Usage: arp -a
Purpose: Displays the ARP (Address Resolution Protocol) table, mapping IP
addresses to MAC addresses on your local network.
Example: arp -a lists all IP-to-MAC address mappings.
8. netsh (Windows)
9. dig (Linux/Mac)
11. telnet
12. ssh
13. nmap
These commands are essential for diagnosing network issues, ranging from connectivity
problems to DNS issues and more.