Can't get bonding, vlan and bridge working

Romainp

Cadet
Joined
Jul 11, 2014
Messages
2
Hello!
So I am using TrueNAS-SCALE-22.12.4.2 on a Supermicro X11DPD-M25, BIOS 3.3 04/06/2020.
My setup is like this
nic1 |
| - bond0 (LACP 2+3) - VLAN61 - <ip address here>
nic2 |

with this setup, I can access the webguy no problem
Now I want to create a vm to use another vlan
So I did

nic1 |
|
|- bond0 (LACP 2+3) - VLAN61 - <ip address here>
| \- VLAN63
nic2 |

Now if I create a vm using the vlan63 interface, it works

But, I want to add to the vm the vlan 61 too
so I tried to add another interface to the vm to the vlan61 interface but then... nothing work anymore.
So I guess that some bridge are needed
but
If I do this

nic1 |
|
|- bond0 (LACP 2+3) - VLAN61 - <ip address here>
| \- VLAN63
| \- br63
nic2 |

and setup my vm to use br63, it does not work anymore...

and its' getting worse when I try this

nic1 |
|
|- bond0 (LACP 2+3) - VLAN61 - <ip address here>
| \-br61
| \- VLAN63
| \- br63
nic2 |


if I attach the 2 nics from the vm to the 2 bridge it's notworking at all.


Can you tell me what I am doing wrong here?
I cannot create a vlan above a bridge so it should be nics -> bond -> vlan -> bridge
But it does not work..

any help will be very appreciated!
Thansk!
 
Top