# 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}
auto lo
iface lo inet loopback
#dns-nameservers 8.8.8.8 1.1.1.1
dns-search example.com
auto eth0
iface eth0 inet static
address x.x.x.x/24
gateway x.x.x.1
dns-nameservers 8.8.4.4 1.0.0.1
# control-alias eth0
iface eth0 inet6 static
address ::/64
gateway x:x:x:x::1