jail with bastille
As as new user I should first run the setup
command.
This should configure the networking, storage and firewall.
bastille setup
There should be now bastille0
interface visible when running ifconfig
.
Next I will bootstrap FreeBSD release that I will use for my jail.
bastille bootstrap 14.3-RELEASE
Bastille can create few different type of jails. I will start with the "thin" one since this is the default one. I would pick "thick" if I wanted my jail to act like a full, independent FreeBSD install.
bastille create alcatraz 14.3-RELEASE 192.168.19.63
Then I double check if jail was created and if it's running.
bastille list all
If already running I'm free to launch a login shell inside that jail.
bastille console alcatraz