Re: jail fib no longer works after net.add_addr_allfibs=0

From: Ernie Luzar <luzar722_at_gmail.com>
Date: Mon, 11 Jan 2021 16:49:26 -0500
I think you are all barking up the wrong tree

The default OS comes with only ONE fib.
You need to re-compile the kernel with "option ROUTETABLES=2"
or use the net.fibs=2 option in /boot/loader.config file.

0= default host routing table
1= first additional routing table
2= second additional routing table

Then issue host console commend;
setfib 1 route add default "that jails default route ip address"

Adding the above to /etc/rc.conf would make it happen on every boot of 
the host system.
Received on Mon Jan 11 2021 - 20:49:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:26 UTC