Files
ict/server/interfaces
2026-01-23 08:57:55 +08:00

38 lines
789 B
Plaintext

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 192.10.10.241
netmask 255.255.255.0
auto eth2
iface eth2 inet static
address 192.10.20.241
netmask 255.255.255.0
auto eth3
iface eth3 inet static
address 15.102.32.33
netmask 255.255.255.240
up route add -net 15.10.42.0/24 gw 15.102.32.46 dev eth3
auto eth4
iface eth4 inet static
address 15.124.197.143
netmask 255.255.255.192
up route add -net 10.15.34.0/24 gw 15.124.197.190 dev eth4
auto eth5
iface eth5 inet static
address 192.85.1.2
netmask 255.255.255.0
auto eth6
iface eth6 inet static
address 192.85.2.2
netmask 255.255.255.0