SHARE
TWEET
Untitled
a guest
Nov 27th, 2017
52
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- cat /etc/network/interfaces.d/50-cloud-init.cfg
- # This file is generated from information provided by
- # the datasource. Changes to it will not persist across an instance.
- # 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 172.16.30.2
- dns-search maas
- auto ens3
- iface ens3 inet static
- address 172.16.30.6/24
- gateway 172.16.30.1
- mtu 1500
- auto ens4
- iface ens4 inet static
- address 172.16.31.5/24
- dns-nameservers 8.8.8.8
- mtu 1500
- auto ens5
- iface ens5 inet static
- address 172.16.75.6/24
- mtu 1500
RAW Paste Data
