summaryrefslogtreecommitdiff
path: root/man8/ezjail-admin.8
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2013-04-14 18:32:38 +0000
committererdgeist <erdgeist@erdgeist.org>2013-04-14 18:32:38 +0000
commitc7a82d99e1fa759a0766c6b42f8bcc046d21a86a (patch)
tree4b9a92c17ed7744a84cce81beee5e9788f0bf6b7 /man8/ezjail-admin.8
parent0832cfa91d3f032acf70e600d7e3d3db9c9c4c9b (diff)
document the new jail(8) behaviour regarding the interface prefix on the ip address
Diffstat (limited to 'man8/ezjail-admin.8')
-rw-r--r--man8/ezjail-admin.86
1 files changed, 4 insertions, 2 deletions
diff --git a/man8/ezjail-admin.8 b/man8/ezjail-admin.8
index 5cda975..5feab39 100644
--- a/man8/ezjail-admin.8
+++ b/man8/ezjail-admin.8
@@ -184,13 +184,15 @@ assign several several IPv4 or IPv6 addresses to a jail, by separating them
184with commas. Previous versions of FreeBSD allowed only a single IPv4 address 184with commas. Previous versions of FreeBSD allowed only a single IPv4 address
185per jail. 185per jail.
186.Pp 186.Pp
187The addresses of the jail are not configured on the host. 187From FreeBSD 9.0 the ipaddresses may be prefixed with an interface name, followed
188by the pipe symbol. It will then automatically be configured as an alias on that
189interface when the jail starts. Else
188.Nm 190.Nm
189will display a warning if the requested address is not found on any interface, 191will display a warning if the requested address is not found on any interface,
190and the jail will probably not start. 192and the jail will probably not start.
191.Pp 193.Pp
192It is common to bind jails to loopback addresses, so they provide services 194It is common to bind jails to loopback addresses, so they provide services
193visible to other jails only. 195visible to other jails only.
194.El 196.El
195.Pp 197.Pp
196The following options are available: 198The following options are available: