Created
August 4, 2024 10:29
-
-
Save aburaihan-dev/f22ed5b63d1f145d644c2b58d0f667bc to your computer and use it in GitHub Desktop.
ubuntu netplan demo config
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
| network: | |
| version: 2 | |
| ethernets: | |
| ens33: | |
| dhcp4: no | |
| addresses: | |
| - 192.168.1.10/24 | |
| gateway4: 192.168.1.1 | |
| nameservers: | |
| addresses: | |
| - 8.8.8.8 | |
| - 8.8.4.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment