Differences
This shows you the differences between two versions of the page.
— | tech:linux:setup_network_groovy [2020/09/29 11:27] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Network Settings on Ubuntu Focus ====== | ||
+ | Location: / | ||
+ | <code yaml> | ||
+ | # This is the network config written by ' | ||
+ | network: | ||
+ | ethernets: | ||
+ | enp0s3: | ||
+ | addresses: | ||
+ | - 192.168.1.60/ | ||
+ | gateway4: 192.168.1.1 | ||
+ | nameservers: | ||
+ | addresses: | ||
+ | - 192.168.1.39 | ||
+ | - 192.168.1.1 | ||
+ | search: | ||
+ | - example.org | ||
+ | enp0s8: | ||
+ | addresses: | ||
+ | - 192.168.56.60/ | ||
+ | gateway4: 192.168.56.1 | ||
+ | nameservers: | ||
+ | version: 2 | ||
+ | </ |