Closed thetzim closed 11 months ago
Thank, I was able to reproduce this bug on a generic FreeBSD, so I've created a Problem Report here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269441
There is a patch in review, I will release a new "night" BSDRP release once this patch will land FreeBSD source. https://reviews.freebsd.org/D38505
The error might be confusing for my fellow sysadmins, but that would avoid panics. Note that in 13.1-RELEASE, jexec would default to fib 0.
Hi. First, let me thank you for this project. BSDRP is running our main firewalls since 5 years.
I accidentally ran in this problem :
I have an sshd running in fib 2 (which as default route on some admin interface) on main system. Hence, when login with said daemon, the shell runs on fib 2.
If, from this shell, jexec into jail and start a process using network, it will panic kernel. Using setfib 0 jexec ... does not.
Jails only have default fib (0).