====================================================================== Jailer INSTALL This software only works with FreeBSD jails. It should be installed and run from within a full jail system. QUICK INSTALLATION: # tar -zxvf jailer-1.1.2.tar.gz # ./configure # make && make install This installs the jailer on your system, probably in /usr/local/sbin. To use the jailer substitute 'sh /etc/rc' with it in your jail startup command: # jail /usr/jails/myjail myjailhost 192.168.2.21 /usr/local/sbin/jailer See jail(8) for more information. REPLACING HALT AND REBOOT COMMANDS: To be able to reboot the jail from inside it, copy the provided halt and reboot scripts over your original halt and reboot commands. Note that you should only do this inside a jail! # cp /usr/local/sbin/halt /usr/local/sbin/reboot /sbin