Premium Only Content

How I Run FreeBSD Jails
Here is a quick rundown of how I run FreeBSD jails.
Something I should have mentioned was the pf rules for forwarding traffic from the jail out to the internet. This would go in the /etc/pf.conf file:
NET_JAIL="192.168.100.0/24"
...
nat on $ext_if from $NET_JAIL to any -> ($ext_if:0)
# This assumes $ext_if is setup in the pf.conf file as well.
Here are the commands to get setup:
# setup lo1 on startup
sysrc cloned_interfaces+="lo1"
# setup zfs datasets
zfs create -o mountpoint=/usr/jails zroot/jails
zfs create zroot/jails/basejail
# install a base system
bsdinstall jail /usr/jails/basejail
# snapshot and clone
zfs snapshot zroot/jails/basejail@start
zfs clone zroot/jails/basejail@start zroot/jails/newjail
Jail configuration example:
newjail {
host.hostname = "newjail";
mount.devfs;
exec.clean;
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown jail";
path = "/usr/jails/newjail";
ip4.addr = "lo1|192.168.100.100/24";
}
For custom hosting and development:
-
20:20
Anthony Pompliano
10 hours ago $4.07 earnedWhy Smart Money Is Going All In On Bitcoin
9.26K -
14:10
Dr. Nick Zyrowski
2 months agoThe AMAZING Health Benefits of NAC ( N-Acetyl Cysteine)
10.5K8 -
5:14
Gamazda
1 month ago $3.73 earnedWhat Happens When You Mix Piano & Xylophone? Canon in D Like Magic!
12.4K33 -
13:54
Mama to Five
13 hours ago $0.64 earnedWHAT I EAT IN A DAY! | FULL DAY OF MEALS AS A MOM OF 5
11.1K2 -
1:01:18
Futures Edge: Finance Unfiltered with Jim Iuorio and Bob Iaccino
1 day ago $10.10 earnedLIVE Technical Analysis with Mike Arnold
60.9K2 -
4:56
SLS - Street League Skateboarding
6 days agoDay in the Life of Pro Skateboarder Mariah Duran | Part 2
14.1K1 -
14:32
Chubbyemu
2 days agoA Woman Drank 1 Liter Soy Sauce Colon Cleanse In 2 Hours. This Is What Happened To Her Brain.
25.9K10 -
2:57:55
FreshandFit
4 hours agoAfter Hours w/ Girls
76.1K25 -
22:23
Neil McCoy-Ward
14 hours agoThe Middle Class Just Collapsed...
17.9K7 -
15:04
IsaacButterfield
22 hours ago $2.43 earnedThe Most Insane People My Algorithm Keeps Throwing at Me
15.1K4