about cloned_interfaces in /etc/rc.conf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Jul 2025 11:42:09 UTC
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? --