eid-ops/kvmeidas-fre-3.komreg.net/overlay/etc/network/interfaces
2019-05-17 13:50:00 +02:00

32 lines
842 B
Text

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eno1
iface eno1 inet manual
auto br-eidas
iface br-eidas inet static
address 94.176.224.132
netmask 255.255.255.240
network 94.176.224.128
broadcast 94.176.224.143
gateway 94.176.224.129
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 89.32.32.32
dns-search komreg.net
bridge_ports eno1
bridge_fd 2
bridge_stp off
bridge_maxwait 0
iface br-eidas inet6 static
address 2001:6b0:64:1::132
netmask 64
gateway 2001:6b0:64:1::1