--- /etc/network/interfaces 2020-08-14 09:34:26.492987171 +0200
+++ /etc/network/interfaces.new 2020-08-20 16:48:42.125240472 +0200
@@ -2,7 +2,7 @@
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
-# If you want to manage parts of the network configuration staticly,
+# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
@@ -24,19 +24,21 @@
up route add -net 23.456.210.64 netmask 255.255.255.192 gw 23.456.210.65 dev enp0s31f6
# route 23.456.210.64/26 via 23.456.210.65
+iface enp0s31f6 inet6 static
+ address 2a01:jk8:10a:3b5a::2/64
+ gateway fe80::1
+
auto vmbr0
iface vmbr0 inet static
- address 34.567.197.208/29
+ address 23.456.210.91/26
bridge-ports none
bridge-stp off
bridge-fd 0
up ip route add 23.456.210.117/32 dev vmbr0
up ip route add 23.456.210.123/32 dev vmbr0
-#iface vmbr0 inet static
-# address 23.456.210.91/26
-# up ip route add 23.456.210.117/32 dev vmbr0
-# up ip route add 23.456.210.123/32 dev vmbr0
+iface vmbr0 inet6 static
+ address 2a01:jk8:10a:3b5a::2/64
-auto vmbr1
-iface vmbr1 inet static
-@@ -45,35 +47,30 @@
- bridge-stp off
- bridge-fd 0
-auto vmbr2
-iface vmbr2 inet static
- address 34.567.197.210/29
- bridge-ports none
- bridge-stp off
- bridge-fd 0
-auto vmbr3
-iface vmbr3 inet static
- address 34.567.197.211/29
- bridge-ports none
- bridge-stp off
- bridge-fd 0
-auto vmbr4
-iface vmbr4 inet static
- address 34.567.197.212/29
- bridge-ports none
- bridge-stp off
- bridge-fd 0
-auto vmbr5
-iface vmbr5 inet static
- address 34.567.197.213/29
- bridge-ports none
- bridge-stp off
- bridge-fd 0
-auto vmbr6
-iface vmbr6 inet static
- address 34.567.197.214/29
- bridge-ports none