Changes between Version 24 and Version 25 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 8:07:25 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v24 v25 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 13 Tip: Make sure your port directory is clean before start. Run {{{make -C /usr/ports 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