# Step 12: Networking Troubleshooting (Validation Task) 1. Ping localhost: `ping -c 2 127.0.0.1` 2. Ping remote: `ping -c 2 example.com` 3. Trace route: `traceroute example.com` 4. DNS check: `dig example.com`