Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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 213.186.33.99
- auto ens3
- iface ens3 inet static
- mtu 1500
- # The primary network interface
- address 151.80.139.145
- netmask 255.255.255.255
- broadcast 151.80.139.145
- gateway 151.80.139.1
- auto ens3:0
- iface ens3:0 inet static
- address 54.38.106.169
- netmask 255.255.255.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement