Changes between Version 4 and Version 5 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 6:24:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v4 v5 4 4 5 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.6 Notice: 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. 7 7 8 8 First make sure to install the jail using the [http://www.freebsd.org/doc/handbook/jails.html method in the handbook]