Hi there
got a little problem and hope you can help me
I added a new Bridge (vmbr1) as a Trunk.

Setup:
Problem:
Proxmox Server can't Ping in the 10.0.20.0/24 Net.
VM1 can ping VM2 but not Proxmox Server
VM2 can ping VM1 and can ping Proxmox Server
I read the config in the FAQ
https://pve.proxmox.com/wiki/Network_Configuration#_vlan_802_1q
But i din't get it
can you help me?
got a little problem and hope you can help me

I added a new Bridge (vmbr1) as a Trunk.

Setup:
- Proxmox Server (vmbr0) 10.0.0.10
- VM2 (vmbr0) IP 10.0.0.20
- VM1 (vmbr1 - tagged VLAN 20) IP 10.0.20.10
Problem:
Proxmox Server can't Ping in the 10.0.20.0/24 Net.
VM1 can ping VM2 but not Proxmox Server
VM2 can ping VM1 and can ping Proxmox Server
Code:
auto lo
iface lo inet loopback
allow-hotplug enp0s31f6
iface enp0s31f6 inet static
iface enp4s0 inet manual
iface enp5s0 inet manual
iface enp6s0 inet manual
iface enp7s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.10
netmask 24
gateway 10.0.0.254
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.20.0
netmask 24
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I read the config in the FAQ
https://pve.proxmox.com/wiki/Network_Configuration#_vlan_802_1q
But i din't get it

can you help me?