[SOLVED] No ping from LAN to PVE host

cmonty14

Renowned Member
Mar 4, 2014
344
5
83
Hello,

I have configured a bond + bridge connected to a managed switch (D-Link DGS-1100).

The connections can be illustrated like this:
Router (FritzBox) <--> Switch (D-Link) <--> PVE Host

The issue is that I cannot ping the PVE host from LAN.
However I can ping the router from PVE Host.

This is my current network configuration of PVE host (in /etc/network/interfaces):
Code:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

iface eno1 inet manual
iface enp4s0f3 inet manual

auto bond0
iface bond0 inet manual
        bond-slaves eno1 enp4s0f3
        bond-miimon 100
        bond-mode 802.3ad
        bond-xmit-hash-policy layer2+3
        #mtu 9000
#bond0

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.11/24
        gateway 192.168.1.1
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-pvid 1
        bridge-vids 20
#FRITZBOX

auto vmbr0.20
iface vmbr0.20
        address 192.168.20.11/24
#PVEGST

Can you please support troubleshooting this issue?

THX
 
Last edited:
Hello,
I cannot reproduce this issue.
However I have identified another issue and created a new post for it.
Please consider this posting as closed.

THX