HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: //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 67.207.67.2 67.207.67.3

auto eth0
iface eth0 inet6 static
    address 2400:6180:0:d1::736:1/64
    mtu 1500
    post-up route add -net :: netmask :: gw 2400:6180:0000:00D1:0000:0000:0000:0001 || true
    pre-down route del -net :: netmask :: gw 2400:6180:0000:00D1:0000:0000:0000:0001 || true
    post-up ifup eth0:1

    post-up ifup eth0:2


auto eth0:1
iface eth0:1 inet static
    address 178.128.111.226
    netmask 255.255.240.0
    post-up route add default gw 178.128.96.1 || true
    pre-down route del default gw 178.128.96.1 || true

auto eth0:2
iface eth0:2 inet static
    address 10.15.0.5
    netmask 255.255.0.0
    post-up route add -net 10.15.0.0 netmask 255.255.0.0 gw 10.15.0.1 || true
    pre-down route del -net 10.15.0.0 netmask 255.255.0.0 gw 10.15.0.1 || true

auto eth1
iface eth1 inet static
    address 10.130.119.182
    netmask 255.255.0.0
    mtu 1500
    post-up route add -net 10.130.0.0 netmask 255.255.0.0 gw 10.130.1.1 || true
    pre-down route del -net 10.130.0.0 netmask 255.255.0.0 gw 10.130.1.1 || true