Hello all,
I have a number of virtual bridges setup on my Proxmox host. For host management I have defined VMBR3 as follows:
iface eno1 inet manual
auto vmbr3
iface vmbr3 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr3.2
iface vmbr3.2 inet static
address 192.168.1.66/26
gateway 192.168.1.65
It is my understanding that the number after VMBR is arbitrary but when you use the vmbr3.2 the last digit refers to the vlan that is assigned to this. Is this correct? I cannot seem to ping the gateway from the host. I have ensured that my switch port is set to vlan 2. Not sure what I am doing wrong.
Thanks,
Steve
I have a number of virtual bridges setup on my Proxmox host. For host management I have defined VMBR3 as follows:
iface eno1 inet manual
auto vmbr3
iface vmbr3 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr3.2
iface vmbr3.2 inet static
address 192.168.1.66/26
gateway 192.168.1.65
It is my understanding that the number after VMBR is arbitrary but when you use the vmbr3.2 the last digit refers to the vlan that is assigned to this. Is this correct? I cannot seem to ping the gateway from the host. I have ensured that my switch port is set to vlan 2. Not sure what I am doing wrong.
Thanks,
Steve