Working bridge interface added to kvmeidas(!)
This commit is contained in:
parent
297a00ffbd
commit
dfd42e34ab
1 changed files with 6 additions and 7 deletions
|
@ -11,11 +11,8 @@ iface lo inet loopback
|
||||||
auto eno1
|
auto eno1
|
||||||
iface eno1 inet manual
|
iface eno1 inet manual
|
||||||
|
|
||||||
auto br-eidas inet static
|
auto br-eidas
|
||||||
bridge_ports eno1
|
iface br-eidas inet static
|
||||||
bridge_fd 2
|
|
||||||
bridge_stp off
|
|
||||||
bridge_maxwait 0
|
|
||||||
address 94.176.224.4
|
address 94.176.224.4
|
||||||
netmask 255.255.255.240
|
netmask 255.255.255.240
|
||||||
network 94.176.224.0
|
network 94.176.224.0
|
||||||
|
@ -24,5 +21,7 @@ auto br-eidas inet static
|
||||||
# dns-* options are implemented by the resolvconf package, if installed
|
# dns-* options are implemented by the resolvconf package, if installed
|
||||||
dns-nameservers 8.8.8.8
|
dns-nameservers 8.8.8.8
|
||||||
dns-search komreg.net
|
dns-search komreg.net
|
||||||
|
bridge_ports eno1
|
||||||
|
bridge_fd 2
|
||||||
|
bridge_stp off
|
||||||
|
bridge_maxwait 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue