How to set up FreeBSD 12 VNET jail with ZFS
Here are the general steps to set up a VNET jail on FreeBSD 12 using ZFS: Create a ZFS dataset for the jail: zfs create -o mountpoint=/jails zpool/jails/jailname Create the jail with VNET enabled: jail -c name=jailname host.hostname=jailname vnet vnet.interface=igb0 Install the base system in the jail: jail -m path=/jails/jailname name=jailname /usr/sbin/jail -i Configure the … Read more