Back to LabsNetwork TroubleshootingMedium
Networking
👥 22 users⏱ 20 min200 points
Diagnose and fix a broken network connection using common CLI tools.
Instructions
- Check the current IP address and default gateway.
- Ping the gateway and an external site.
- Identify and fix the issue preventing connectivity.
Prerequisites
- Basic networking concepts
- Linux CLI
Hints
- Use 'ip a' or 'ifconfig' to check IP.
- Use 'ping' to test connectivity.
- Check /etc/resolv.conf for DNS issues.
Try it yourself!