Van: void <v...@f-m.fm> Datum: 24 juli 2025 13:44 Aan: freebsd-net@freebsd.org Onderwerp: about cloned_interfaces in /etc/rc.conf
Hi net@, I'd like two bridges on a dual NIC system running -current. If it had a single bridge, it would be like (snip) cloned_interfaces="bridge0 tap0 tap1" (snip) But if there's two bridges, different networks (one routable, one not) then is (snip) cloned_interfaces="bridge0 bridge1 tap0 tap1 tap2 tap3" correct? --
Looks good to me. I have something similar in my config. Regards, Ronald