Created
July 15, 2021 19:36
-
-
Save kenjij/67f9ee8365e0a227a99e8a136e95de2b to your computer and use it in GitHub Desktop.
Ubuntu 20.04 Focal Networking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check IP address | |
ip a | |
# Check default gateway | |
ip r | |
route -n | |
# Check DNS server | |
systemd-resolve --status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment