Troubleshoot Windows Networking Flashcards
Lesson 14B (32 cards)
ipconfig
ping
Examples of error messages using ping.
Using tracert in Windows.
Using nslookup to query the mail server configured for the comptia.org domain name using
Google’s public DNS servers (8.8.8.8).
Displaying listening connections and the processes that opened each port with netstat.
IP Configuration
Limited connectivity
The adapter is set to obtain an address automatically, but no DHCP server can be contacted.
Automatic Private IP Addressing (APIPA)
It’s a backup system for when a device can’t get an IP address from a DHCP server.
IP Configuration
“No Internet access”
This means that the IP configuration is valid for the local network but that Windows cannot identify a working Internet connection.
ipconfig command tool
information is displayed through Network &
Internet settings or the adapter’s status dialog.
ipconfig Command
displays the IP address, subnet mask, and
default gateway (router) for all network adapters to which TCP/IP is bound.
Run ipconfig
- Use commands like* ipconfig /all* to check current settings,* ipconfig /release* & ipconfig /renew to refresh IP, and* ipconfig /flushdns *to clear DNS cache.
- Verify DHCP & APIPA
- If “No Internet Access” appears, test connectivity with ping 8.8.8.8 and consider changing DNS settings.
- Reset Network Settings
- Use* netsh int ip* reset and netsh winsock reset to restore default configurations. Let me know if you need deeper insight into any of these steps!
ipconfig /displaydns
Display the DNS resolver cache. This contains host and domain names that have been queried recently.
hostname Command
displays name of local machine.
If machine is configured as a server, client machines will need to use the hostname to access shared folders and printers.
Network reset
command
clear any custom adapter configurations and network connections, including VPN connections, on Settings > Network & Internet > Status page. Reconfigure.
ping command
command-line diagnostic tool used to test whether
a host can communicate with another host on the same network or on a remote network.
ping command
Loopback Test (ping 127.0.0.1)
Confirms that TCP/IP is installed correctly.
ping command
Workstation IP Test
– Ensures the assigned IP is correct and detects potential duplicates.
ping command
Default Gateway Test
– Verifies the router is active and local network communication is working.
ping command
Remote Host Test
– Confirms the ability to communicate beyond the router to external networks.
“Reply from SenderIP Destination unreachable”
Indicates no response to ARP probes, suggesting the host is either disconnected, non-discoverable, or misconfigured (e.g., duplicate IP or incorrect subnet).
“Reply from GatewayIP: Destination unreachable”
– Means the router has no route to the destination, pointing to a possible network misconfiguration.