dcd9fedd-5509-4f32-8754-e48.../docs/12_network_troubleshooting.md

8 lines
212 B
Markdown

# 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`