Kuma setup with mattermost
This commit is contained in:
17
etc/network/interfaces
Normal file
17
etc/network/interfaces
Normal file
@ -0,0 +1,17 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
iface enp2s0 inet manual
|
||||
|
||||
auto vmbr0
|
||||
iface vmbr0 inet static
|
||||
address 192.168.31.12/25
|
||||
gateway 192.168.31.1
|
||||
bridge-ports enp2s0
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
|
||||
iface wlp1s0 inet manual
|
||||
|
||||
|
||||
source /etc/network/interfaces.d/*
|
Reference in New Issue
Block a user