vlan with traditional linux birdge
this is the configuration file that confuses me
------------------------------------------------------------------
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno1.5 inet manual
auto vmbr0v5
iface vmbr0v5 inet static
address 10.10.10.2/24
gateway 10.10.10.1
bridge-ports eno1.5
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
------------------------------------------------------------------
I don't know what vmbr0 does. and i think the VM should bridge directly to vmbr0v5 .
the other is how to configure wan and lan. I'm really not sure what the relevant address in vmbr0v5 means.
this is my first time using pve and I can't find clear examples and explanations online .
this is the configuration file that confuses me
------------------------------------------------------------------
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno1.5 inet manual
auto vmbr0v5
iface vmbr0v5 inet static
address 10.10.10.2/24
gateway 10.10.10.1
bridge-ports eno1.5
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
------------------------------------------------------------------
I don't know what vmbr0 does. and i think the VM should bridge directly to vmbr0v5 .
the other is how to configure wan and lan. I'm really not sure what the relevant address in vmbr0v5 means.
this is my first time using pve and I can't find clear examples and explanations online .