Hello,
Following the information:
cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto ens1f0
iface ens1f0 inet manual
auto ens1f1
iface ens1f1 inet manual
auto ens1f2
iface ens1f2 inet manual
auto ens1f3
iface ens1f3 inet manual
auto eno8303
iface eno8303 inet manual
auto eno8403
iface eno8403 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno8303 eno8403 ens1f0 ens1f1 ens1f2 ens1f3
bond-miimon 100
bond-mode balance-rr
auto vmbr1
iface vmbr1 inet static
address 10.217.10.230/24
gateway 10.217.10.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
root@pve01:~#
ip a
root@pve01:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: ens1f0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff permaddr d4:04:e6:fb:c6:50
altname enp2s0f0
3: ens1f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff permaddr d4:04:e6:fb:c6:51
altname enp2s0f1
4: ens1f2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff permaddr d4:04:e6:fb:c6:52
altname enp2s0f2
5: ens1f3: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff permaddr d4:04:e6:fb:c6:53
altname enp2s0f3
6: eno8303: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff
altname enp6s0f0
altname ens3f0
7: eno8403: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff permaddr d0:46:0c:60:4e:e3
altname enp6s0f1
altname ens3f1
8: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr1 state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff
9: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d0:46:0c:60:4e:e2 brd ff:ff:ff:ff:ff:ff
inet 10.217.10.230/24 scope global vmbr1
valid_lft forever preferred_lft forever
inet6 fe80::d246:cff:fe60:4ee2/64 scope link
valid_lft forever preferred_lft forever
10: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr1 state UNKNOWN group default qlen 1000
link/ether 5a:32:a7:5c:61:91 brd ff:ff:ff:ff:ff:ff
root@pve01:~#
ip route
root@pve01:~# ip route
default via 10.217.10.1 dev vmbr1 proto kernel onlink
10.217.10.0/24 dev vmbr1 proto kernel scope link src 10.217.10.230
root@pve01:~#
ping GW
root@pve01:~# ping 10.217.10.1
PING 10.217.10.1 (10.217.10.1) 56(84) bytes of data.
64 bytes from 10.217.10.1: icmp_seq=1 ttl=64 time=0.274 ms
64 bytes from 10.217.10.1: icmp_seq=2 ttl=64 time=0.358 ms
64 bytes from 10.217.10.1: icmp_seq=3 ttl=64 time=0.353 ms
64 bytes from 10.217.10.1: icmp_seq=4 ttl=64 time=0.260 ms
64 bytes from 10.217.10.1: icmp_seq=5 ttl=64 time=0.311 ms
64 bytes from 10.217.10.1: icmp_seq=6 ttl=64 time=0.325 ms
64 bytes from 10.217.10.1: icmp_seq=7 ttl=64 time=0.301 ms
64 bytes from 10.217.10.1: icmp_seq=8 ttl=64 time=0.346 ms
^C
--- 10.217.10.1 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7145ms
rtt min/avg/max/mdev = 0.260/0.316/0.358/0.034 ms
root@pve01:~#
ping hypervisor
root@pve01:~# ping 10.217.10.230
PING 10.217.10.230 (10.217.10.230) 56(84) bytes of data.
64 bytes from 10.217.10.230: icmp_seq=1 ttl=64 time=0.013 ms
64 bytes from 10.217.10.230: icmp_seq=2 ttl=64 time=0.015 ms
64 bytes from 10.217.10.230: icmp_seq=3 ttl=64 time=0.017 ms
64 bytes from 10.217.10.230: icmp_seq=4 ttl=64 time=0.019 ms
64 bytes from 10.217.10.230: icmp_seq=5 ttl=64 time=0.023 ms
64 bytes from 10.217.10.230: icmp_seq=6 ttl=64 time=0.013 ms
64 bytes from 10.217.10.230: icmp_seq=7 ttl=64 time=0.022 ms
64 bytes from 10.217.10.230: icmp_seq=8 ttl=64 time=0.015 ms
^C
--- 10.217.10.230 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7196ms
rtt min/avg/max/mdev = 0.013/0.017/0.023/0.003 ms
root@pve01:~#
- add second VM, can VMs ping each other?
No, the VMs cant ping each other (print results are attached)