Bridge interface to kvmeidas
This commit is contained in:
parent
f1bec07503
commit
297a00ffbd
1 changed files with 28 additions and 0 deletions
28
kvmeidas-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
28
kvmeidas-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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 inet static
|
||||
bridge_ports eno1
|
||||
bridge_fd 2
|
||||
bridge_stp off
|
||||
bridge_maxwait 0
|
||||
address 94.176.224.4
|
||||
netmask 255.255.255.240
|
||||
network 94.176.224.0
|
||||
broadcast 94.176.224.15
|
||||
gateway 94.176.224.1
|
||||
# dns-* options are implemented by the resolvconf package, if installed
|
||||
dns-nameservers 8.8.8.8
|
||||
dns-search komreg.net
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue