auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 104.218.xx.xx/30
gateway 104.218.xx.xx
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 45.58.xx.xx/29
netmask 255.255.255.255
bridge-ports none
bridge-stp off
bridge-fd 0
iface enp3s0 inet manual
iface enp4s0 inet manual
iface enp5s0 inet manual |