about cloned_interfaces in /etc/rc.conf
void <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <aIIcEUo3CDjKEzgt@int21h> |
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? --