i have a basic network bridge configured as below
pve host
on vm,


however vm cannot reach the gateway

it can ping the pve host ip

network works well on pve host


what could be wrong? thanks in advance!
pve host
Code:
auto lo
iface lo inet loopback
iface enp62s0np0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.16.105/24
gateway 10.10.16.1
bridge-ports enp62s0np0
bridge-stp off
bridge-fd 0
on vm,


however vm cannot reach the gateway

it can ping the pve host ip

network works well on pve host


what could be wrong? thanks in advance!