Changes between Version 30 and Version 31 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 8:16:48 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v30 v31 11 11 Important: Your jail server should not run ''any'' public facing services which does 'wildcard' binding to IP addresses, else it will 'claim' the service before your jail can take it. 12 12 Tip: Jails does '''NOT''' have a local loopback device, so you will need to use UNIX sockets on places you would normally use the loopback address. 13 Tip: Make sure your port directory is clean before start. Run : {{{find /usr/ports/ -mindepth 3 -maxdepth 3 -type d -name work | rev | cut -c 5- | rev | xargs -n 1 -I % make -C % clean}}} if you are not sure.13 Tip: Make sure your port directory is clean before start. Run {{{#!sh find /usr/ports/ -mindepth 3 -maxdepth 3 -type d -name work | rev | cut -c 5- | rev | xargs -n 1 -I % make -C % clean}}} if you are not sure. 14 14 First make sure to install the jail using the [http://www.freebsd.org/doc/handbook/jails.html method in the handbook] 15 15 {{{#!sh