1 | | This document will describe the setup of jail(8) and how-to configure all applications to work properly within a jail(8). |
| 1 | This document will describe the setup of jail(8) and how-to configure all applications to work properly within a jail(8). It has the following design criteria/assumptions: |
| 2 | * /usr/ports is shared throughout all installations (so are all the configuration for the ports then) and every system build all ports himself. |
| 3 | * my sample jail is called {{{pzwet}}} and is located in file:/usr/jail/pzwet |
| 4 | |
| 5 | 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. |
| 6 | Warning: 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. |