Alex Madden

IT Technician in transition β€’ Problem solver

Network Connectivity Troubleshooting Lab

This lab simulates multiple real-world help desk scenarios involving network connectivity issues. Each case demonstrates how to diagnose, test, and resolve problems using common Windows tools and commands.

Environment


Scenario 1: Wrong DNS Configuration

Problem: User is connected to Wi-Fi but cannot browse the web.

AD Lab Rename Step 1

πŸŽ₯ Walkthrough Video

Watch a full walkthrough of the AD lab below:

Step by Step Diagnosis:

πŸ› οΈ Test Theory to Confirm the Problem

Conclusion

Ping to IP works, but DNS name fails. Issue traced to incorrect DNS entry.

Fix the Problem


Scenario 2: IP Address Conflict

Problem: The workstation randomly loses connectivity and shows timeouts when trying to reach the network gateway or external sites. This points to a possible IP address conflict on the network.

Scenario 2 Problem

πŸŽ₯ Walkthrough Video

Watch a full walkthrough of the IP conflict troubleshooting below:

Step by Step Diagnosis:

πŸ› οΈ Test Theory to Confirm the Problem

Conclusion

Pings to the gateway and external hosts show unreachable messages and packet loss, while ipconfig /all reveals a manually assigned IP that matches another device on the network. This confirms an IP address conflict.

Fix the Problem


Scenario 3: APIPA / 169.254 Address (DHCP Failure)

Problem: The workstation assigns itself a 169.254.x.x address with no default gateway, which indicates a failure to obtain a valid IP configuration from DHCP and results in no network or internet connectivity.

Scenario 3 Problem

πŸŽ₯ Walkthrough Video

Watch a full walkthrough of the APIPA and DHCP troubleshooting below:

Step by Step Diagnosis:

πŸ› οΈ Test Theory to Confirm the Problem

Conclusion

The system is assigned a 169.254.x.x address with no default gateway, which indicates a DHCP failure. Without a valid gateway or DNS configuration, the workstation is isolated and cannot reach the local network or the internet.

Fix the Problem


Scenario 4: Proxy Misconfiguration

Problem: Ping tests work, but websites will not load in the browser. This usually points to an application-level issue instead of a network-layer issue.

Scenario 4 Problem

πŸŽ₯ Walkthrough Video

Watch a full walkthrough of the proxy troubleshooting below:

Step by Step Diagnosis:

πŸ› οΈ Test Theory to Confirm the Problem

Conclusion

Because pings to the gateway, an external IP, and a domain name all succeed, the network connection and DNS resolution are working. The browser failure points to a proxy configuration issue at the application level.

Fix the Problem


Lab Summary

This lab demonstrates a structured approach to help desk troubleshooting, starting with basic connectivity checks and moving through DNS, IP configuration, DHCP, and application-level issues. Each scenario follows a diagnose, fix, and verify workflow commonly used in real IT support environments.