On Mon, Sep 29, 2025 at 01:57:48PM -0400, Mike Wayne wrote: > I'm trying to figure out what happened to jails such that jail creation has > just started failing for me.
I neglected to mention the work-around I found: - Create the jail with a single IP address (but not from qjail) - Manually add IP addresses using ifconfig - Modify the jail to add the IP addresses: jail -m jid=3 ip4.addr="AAA.BB.CC.34,AAA.BB.CC.36,AAA.BB.CC.37,AAA.BB.CC.41" In which case everything works as expected.
