/
etc
/
netplan
/
/etc/netplan
mkdir
upload
Name
Size
Mode
Actions
50-cloud-init.yaml
1101
0644
edit
dl
rm
Edit:
/etc/netplan/50-cloud-init.yaml
(1101B)
# This file is generated from information provided by the datasource. Changes # to it will not persist across an instance reboot. To disable cloud-init's # network configuration capabilities, write a file # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: version: 2 ethernets: eth0: addresses: - 128.199.55.17/19 - 10.18.0.5/16 match: macaddress: 6e:bc:27:09:ef:94 mtu: 1500 nameservers: addresses: - 67.207.67.2 - 67.207.67.3 search: [] routes: - to: 0.0.0.0/0 via: 128.199.32.1 set-name: eth0 eth1: addresses: - 10.110.0.2/20 match: macaddress: 26:da:fb:d1:f9:ea mtu: 1500 nameservers: addresses: - 67.207.67.2 - 67.207.67.3 search: [] set-name: eth1
Save
cmd:
run