Re: epair(4)
- Reply: Dag-Erling_Smørgrav : "Re: epair(4)"
- In reply to: qroxana : "Re: epair(4)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Jul 2025 18:10:31 UTC
On Fri, 18 Jul 2025 at 02:06, qroxana <qroxana@protonmail.com> wrote: > Hi all, > > What's the best practice for setting up bridge0 on a NFS root system? > Let's say the system is boot from TFTP via em0 and mount the NFS root > filesystem, is there any way to create bridge0 and addm em0 after the > system is up? or is it possible to create and use bridge0 before mounting > the NFS root? > > That's an interesting problem that I don't think was even thought about when bridge(4) was added to FreeBSD. :-) Ivy, we should talk about how to err, "reconfigure" things in /etc/rc.conf appropriately, as I /think/ the tftp boot path configures the interface addressing via kernel APIs, and we'll need to undo it and flip it to a bridge. -adrian Thanks, > > >