Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
etc
/
network
/
interfaces.d
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//etc/network/interfaces.d/50-cloud-init
# 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 67.207.67.3 67.207.67.2 auto eth0 iface eth0 inet static address 206.189.214.249/20 mtu 1500 post-up route add default gw 206.189.208.1 || true pre-down route del default gw 206.189.208.1 || true # control-alias eth0 iface eth0 inet static address 10.46.0.5/16 post-up route add -net 10.46.0.0/16 gw 10.46.0.1 || true pre-down route del -net 10.46.0.0/16 gw 10.46.0.1 || true auto eth1 iface eth1 inet static address 10.120.0.2/20 mtu 1500 post-up route add -net 0.0.0.0/20 gw 0.0.0.0 || true pre-down route del -net 0.0.0.0/20 gw 0.0.0.0 || true