Hey yall,
I have a Guest VM on PVE(10.10.10.5) connected to the pve bridge interface(10.10.10.2).
The guest can ping out to the internet as well as talk to other VMs on the 10 network.
Im curious as to why the VM cannot ping the bridge interface and vice versa..
Nothing in tcpdump from either side.
I see the guest VM sending arp request but no replies.
Again traffic is flowing in and out of all VMs on this subnet but im curious why i cannot ping the bridge interface..Not sure if this will be trouble down the road or impropper config.
Here is the bridge config.
I have a Guest VM on PVE(10.10.10.5) connected to the pve bridge interface(10.10.10.2).
The guest can ping out to the internet as well as talk to other VMs on the 10 network.
Im curious as to why the VM cannot ping the bridge interface and vice versa..
Nothing in tcpdump from either side.
I see the guest VM sending arp request but no replies.
Again traffic is flowing in and out of all VMs on this subnet but im curious why i cannot ping the bridge interface..Not sure if this will be trouble down the road or impropper config.
Here is the bridge config.
Code:
auto vmbr25
iface vmbr25 inet static
address 10.10.10.2/24
bridge-ports eno3
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094