jails Creating Jails

The link below gives a very good overview by showing examples of configurations and commands for different setups of bastille.
 
I've been using sysutils/cbsd sucessfully for pretty much a decade now. The author, Ole is a really friendly & quick guy.

Other than that, there's nothing wrong with just using base utilities.
 
I heard iocage is obsolete
It was indeed:

But this is the resurrected iocage:
New home and new release, maintained for vanilla FreeBSD

This is nice, the maintainer looks busy, I am not a coder but from the commits I saw he updated the old parts, the doc, python3.6 to 3.9 to 3.11, fixed bugs, it's a good news.
I've never been a big user of iocage, mainly because it was already in dormant state when I came to FreeBSD but I do appreciate that a such popular tool is not throw away.

What's the recommended way to create jails and configure networking ?
Honestly the Handbook is really helpful, I don't know if you already read it since it has been rewritten but it might worth the look.

It also lists few jail manager:
Also few links I've already published in another thread:

Honorable mention for these following tools nicely shared by FreeBSD users:

kjail and mkjail focus more on reliability upon updates & upgrades (kjail is based on Thin jail while mkjail is based on Thick jail).
Both aren't fully complete jail manager the user has a bit of work to do, mostly networking part.
jailer is more complete as a jail manager but focus only on VNET jail.
All three require ZFS.


I think you ready to play with jails now, have fun :)
 
It was indeed:

But this is the resurrected iocage:


This is nice, the maintainer looks busy, I am not a coder but from the commits I saw he updated the old parts, the doc, python3.6 to 3.9 to 3.11, fixed bugs, it's a good news.
I've never been a big user of iocage, mainly because it was already in dormant state when I came to FreeBSD but I do appreciate that a such popular tool is not throw away.


Honestly the Handbook is really helpful, I don't know if you already read it since it has been rewritten but it might worth the look.

It also lists few jail manager:
Also few links I've already published in another thread:

Honorable mention for these following tools nicely shared by FreeBSD users:

kjail and mkjail focus more on reliability upon updates & upgrades (kjail is based on Thin jail while mkjail is based on Thick jail).
Both aren't fully complete jail manager the user has a bit of work to do, mostly networking part.
jailer is more complete as a jail manager but focus only on VNET jail.
All three require ZFS.


I think you ready to play with jails now, have fun :)
Cheers
 
Back
Top