Hi,
Just stood up a physical server running Proxmox v8.3.0. Management is configured on vmbr0 (eno1) while VM is configured on vmbr1 (eno2):
On the physical switch ...
eno1:
Just stood up a physical server running Proxmox v8.3.0. Management is configured on vmbr0 (eno1) while VM is configured on vmbr1 (eno2):
Code:
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.10.10/24
gateway 10.10.10.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
On the physical switch ...
eno1:
- trunk
- native vlan 10
- trunk
- native vlan 20
- ip - 10.10.20.20/24
- gw - 10.10.20.1
- firewall disabled
- Windows VM can't ping its own gateway of 10.10.20.1 so can't get out
- Proxmox host can't ping the WIndows VM on 10.10.20.20
- Proxmox host can ping the Windows VM's gateway 10.10.20.1
- My physical client machine can also ping the VM's gateway