About Lesson
-
Check Connectivity:
-
Command:
ping -c 4 [destination]
-
-
Verify Network Interfaces:
-
Command:
ip link show
-
-
Check Routing Table:
-
Command:
ip route
-
-
Inspect Firewall Rules:
-
Command:
sudo iptables -L
-
-
View Logs:
-
Command:
sudo journalctl -u NetworkManager
-