Re: about cloned_interfaces in /etc/rc.conf
Ronald Klop <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <344207285.10975.1753514194049@localhost> |
Van: void <[email protected]> Datum: 24 juli 2025 13:44 Aan: [email protected] 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