- PVE Version: 7.1-7
- PVE VM NIC:
- Distributed Port group:
- The PVE "/etc/network/interface"
Code:
auto lo
iface lo inet loopback
iface ens33 inet manual
auto vmbr0.1000
iface vmbr0.1000 inet static
address 10.0.0.24/24
gateway 10.0.0.254
auto vmbr0
iface vmbr0 inet manual
bridge-ports ens33
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
- The Guest hardware:
The guest vm in PVE can ping the other two PVE node (same config as this PVE node) ip. But cannot ping the gateway ip: 10.0.0.254