| 123456789101112131415161718 |
- # 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:
- ethernets:
- ens192:
- dhcp4: false
- addresses: [45.11.97.204/26]
- routes:
- - to: default
- via: 45.11.97.193
- nameservers:
- addresses: [8.8.8.8,8.8.4.4]
- match:
- macaddress: 00:50:56:b4:ef:4d
- set-name: ens192
|