[SOLVED] No ping from LAN to PVE host

cmonty14

Well-Known Member
Mar 4, 2014
343
5
58
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!