Changes between Version 31 and Version 32 of FreeBSDJail


Ignore:
Timestamp:
10/27/10 08:17:46 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDJail

    v31 v32  
    1111Important: 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.
    1212Tip: 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 {{{#!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.
     13Tip: 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.
    1414First make sure to install the jail using the [http://www.freebsd.org/doc/handbook/jails.html method in the handbook]
    1515{{{#!sh