Bridge interface and IPv6 added to kvmfe-fre

This commit is contained in:
Einar Lönn 2018-03-16 10:41:26 +01:00
parent 1abd42b9ce
commit a236f3407b

View file

@ -0,0 +1,32 @@
# 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-fe
iface br-fe inet static
address 94.176.224.164
netmask 255.255.255.240
network 94.176.224.160
broadcast 94.176.224.175
gateway 94.176.224.161
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
dns-search komreg.net
bridge_ports eno1
bridge_fd 2
bridge_stp off
bridge_maxwait 0
iface br-fe inet6 static
address 2001:6b0:64:2::164
netmask 64
gateway 2001:6b0:64:2::1