File Manager V1.5

[SYSTEM@ROOT]: /etc/network/interfaces.d/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: 50-cloud-init.cfg

# 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

auto eth0
iface eth0 inet static
    address 31.207.77.227/32
    dns-nameservers 198.18.18.18
    gateway 100.100.1.1

post-up route add -host 100.100.1.1/32 gw 0.0.0.0 || true
pre-down route del -host 100.100.1.1/32 gw 0.0.0.0 || true
[ KEMBALI ]