Team, noob question (if not the right place, please let me know): I'm trying to connect a bridge network node to a network switch (802.1q) node and it seems it's not possible. Something like:
VM 11 -> Bridge Node 1 (Corp) -> Switch dot1q (access vlan:10)
VM 12 -> Bridge Node 1 (Corp) -> Switch dot1q (access vlan:10)
VM 21 -> Bridge Node 2 (Guest) -> Switch dot1q (access vlan:20)
VM 22 -> Bridge Node 2 (Guest) -> Switch dot1q (access vlan:20)
VM 31 -> Bridge Node 3 (Servers) -> Switch dot1q (access vlan:30)
VM 32 -> Bridge Node 3 (Servers) -> Switch dot1q (access vlan:30)
Switch dot1q (trunk) -> pfSense -> Cloud0
Does this makes sense? Or do I need router node mandatory in pnetlab?