Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tech:linux:setup_network_groovy [2020/06/22 06:27]
tech:linux:setup_network_groovy [2020/09/29 06:27] (current)
Line 1: Line 1:
 +====== Network Settings on Ubuntu Focus ====== 
 +Location: /​etc/​netplan/​00-installer-config.yaml 
 +<code yaml> 
 +# This is the network config written by '​subiquity'​ 
 +network: 
 +  ethernets:​ 
 +    enp0s3: 
 +      addresses:​ 
 +      - 192.168.1.60/​24 
 +      gateway4: 192.168.1.1 
 +      nameservers:​ 
 +        addresses:​ 
 +        - 192.168.1.39 
 +        - 192.168.1.1 
 +        search: 
 +        - example.org 
 +    enp0s8: 
 +      addresses:​ 
 +      - 192.168.56.60/​24 
 +      gateway4: 192.168.56.1 
 +      nameservers:​ {} 
 +  version: 2 
 +</​code>​

QR Code
QR Code tech:linux:setup_network_groovy (generated for current page)