# 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: # dhcp4: true # # Let NetworkManager manage all devices on this system network: version: 2 #renderer: NetworkManager renderer: networkd ethernets: eth0: dhcp4: no # disable existing configuration for ethernet addresses: [192.168.1.150/24] gateway4: 192.168.1.1 nameservers: addresses: [192.168.1.1] dhcp6: no