Once you’ve established a SSH connection, you can create the jail as follows: iocage create -n reverse-proxy -r 11.2-RELEASE ip4_addr="vnet0|192.168.0.9/24" defaultrouter="192.168.0.1" vnet="on" allow_raw_sockets="1" boot="on" To break this down into it’s consituent components: ...