diff options
author | erdgeist <erdgeist@erdgeist.org> | 2013-04-14 18:32:38 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2013-04-14 18:32:38 +0000 |
commit | c7a82d99e1fa759a0766c6b42f8bcc046d21a86a (patch) | |
tree | 4b9a92c17ed7744a84cce81beee5e9788f0bf6b7 /man8/ezjail-admin.8 | |
parent | 0832cfa91d3f032acf70e600d7e3d3db9c9c4c9b (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.8 | 6 |
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 | |||
184 | with commas. Previous versions of FreeBSD allowed only a single IPv4 address | 184 | with commas. Previous versions of FreeBSD allowed only a single IPv4 address |
185 | per jail. | 185 | per jail. |
186 | .Pp | 186 | .Pp |
187 | The addresses of the jail are not configured on the host. | 187 | From FreeBSD 9.0 the ipaddresses may be prefixed with an interface name, followed |
188 | by the pipe symbol. It will then automatically be configured as an alias on that | ||
189 | interface when the jail starts. Else | ||
188 | .Nm | 190 | .Nm |
189 | will display a warning if the requested address is not found on any interface, | 191 | will display a warning if the requested address is not found on any interface, |
190 | and the jail will probably not start. | 192 | and the jail will probably not start. |
191 | .Pp | 193 | .Pp |
192 | It is common to bind jails to loopback addresses, so they provide services | 194 | It is common to bind jails to loopback addresses, so they provide services |
193 | visible to other jails only. | 195 | visible to other jails only. |
194 | .El | 196 | .El |
195 | .Pp | 197 | .Pp |
196 | The following options are available: | 198 | The following options are available: |