How to create FreeNAS Jails with iocage
Here are the steps to create a FreeNAS jail using iocage: Install iocage: iocage is included in FreeNAS 11.3 and later versions. To verify that iocage is installed, run the following command: iocage –version Create a Jail: To create a jail, run the following command: iocage create -r 11.3-RELEASE ip4_addr=”em0|192.168.1.100/24″ host_hostname=”jail1″ This will create a … Read more