Hi Forum,
I am a previous ubiquity edge OS user and I have set up a PC with 6 NICs, a dual (for WAN / DMZ) and a quad NIC card that I want t use as a switch, as I could do with my old edgerouter. How I do the same as Vyos?
switch switch0 {
address 192.168.0.1/24
description Local Network
mtu 1500
switch-port {
interface eth2
interface eth3
interface eth4
}
}
Do I set up as a bridge group? Or is there a module I need to load to do this in vyos?
Thanks
Stuart