Virtual Test Environment Network Config --------------------------------------- FRITZ!Box: mariaDBX-VTE 192.168.1.232 6A:21:5A:DA:F9:38 ioBrokerX-VTE 192.168.1.231 6E:5A:53:3B:84:78 PC-192-168-1-230 192.168.1.230 DA:74:FB:C9:78:03 PC-192-168-1-230 192.168.1.230 1E:A5:A4:B4:7F:8A PC-192-168-1-230 192.168.1.230 02:09:1F:BE:68:79 --------------------------------------- # ifconfig eth0: flags=4163 mtu 1500 ether 02:09:1f:be:68:79 txqueuelen 1000 (Ethernet) RX packets 4605296 bytes 1252945065 (1.1 GiB) RX errors 0 dropped 7728 overruns 0 frame 0 TX packets 315893 bytes 385910695 (368.0 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 80 fwbr100i0: flags=4163 mtu 1500 ether 1e:a5:a4:b4:7f:8a txqueuelen 1000 (Ethernet) RX packets 2530480 bytes 492934173 (470.0 MiB) RX errors 0 dropped 582879 overruns 0 frame 0 TX packets 15 bytes 630 (630.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 fwbr101i0: flags=4163 mtu 1500 ether da:74:fb:c9:78:03 txqueuelen 1000 (Ethernet) RX packets 4104317 bytes 799016948 (762.0 MiB) RX errors 0 dropped 951427 overruns 0 frame 0 TX packets 33 bytes 1386 (1.3 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 fwln100i0: flags=4163 mtu 1500 ether 2e:ed:f3:3e:15:1b txqueuelen 1000 (Ethernet) RX packets 2569499 bytes 611147834 (582.8 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 37844 bytes 55753004 (53.1 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 fwln101i0: flags=4163 mtu 1500 ether c6:b4:d5:2e:15:43 txqueuelen 1000 (Ethernet) RX packets 4109818 bytes 899905881 (858.2 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 15887 bytes 4846542 (4.6 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 fwpr100p0: flags=4163 mtu 1500 ether fe:48:8b:33:59:bc txqueuelen 1000 (Ethernet) RX packets 37844 bytes 55753004 (53.1 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2569499 bytes 611147834 (582.8 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 fwpr101p0: flags=4163 mtu 1500 ether 82:b2:65:17:2f:57 txqueuelen 1000 (Ethernet) RX packets 15887 bytes 4846542 (4.6 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 4109818 bytes 899905881 (858.2 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1000 (Local Loopback) RX packets 28846 bytes 8853727 (8.4 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 28846 bytes 8853727 (8.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth100i0: flags=4163 mtu 1500 ether fe:67:27:46:f9:09 txqueuelen 1000 (Ethernet) RX packets 37829 bytes 55752374 (53.1 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2569461 bytes 611137473 (582.8 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth101i0: flags=4163 mtu 1500 ether fe:19:ee:a8:0c:e6 txqueuelen 1000 (Ethernet) RX packets 15854 bytes 4845156 (4.6 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 4109408 bytes 899773488 (858.0 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 vmbr0: flags=4163 mtu 1500 inet 192.168.1.230 netmask 255.255.255.0 broadcast 0.0.0.0 inet6 fe80::9:1fff:febe:6879 prefixlen 64 scopeid 0x20 ether 02:09:1f:be:68:79 txqueuelen 1000 (Ethernet) RX packets 4140572 bytes 813180903 (775.5 MiB) RX errors 0 dropped 951476 overruns 0 frame 0 TX packets 31442 bytes 26873264 (25.6 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 --------------------------------------- pveX-VTE: # nano /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.230/24 gateway 192.168.1.1 bridge-ports eth0 bridge-stp off bridge-fd 0 --------------------------------------- ioBrokerX-VTE: # nano /etc/network/interfaces auto lo iface lo inet loopback iface lo inet6 loopback # interfaces(5) file used by ifup(8) and ifdown(8) # Include files from /etc/network/interfaces.d: source /etc/network/interfaces.d/* auto eth0 iface eth0 inet static address 192.168.1.231/24 gateway 192.168.1.1 --------------------------------------- mariaDBX-VTE: # nano /etc/network/interfaces auto lo iface lo inet loopback iface lo inet6 loopback # interfaces(5) file used by ifup(8) and ifdown(8) # Include files from /etc/network/interfaces.d: source /etc/network/interfaces.d/* auto eth0 iface eth0 inet dhcp