File: dhcp6s.conf.5

package info (click to toggle)
wide-dhcpv6 20061016-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,068 kB
  • ctags: 1,138
  • sloc: ansic: 13,619; yacc: 1,084; sh: 783; lex: 446; makefile: 87
file content (393 lines) | stat: -rw-r--r-- 11,576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
.\"	$KAME: dhcp6s.conf.5,v 1.18 2005/01/12 06:06:12 suz Exp $
.\"
.\" Copyright (C) 2002 WIDE Project.
.\" All rights reserved.
.\" 
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the project nor the names of its contributors
.\"    may be used to endorse or promote products derived from this software
.\"    without specific prior written permission.
.\" 
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd July 29, 2004
.Dt DHCP6S.CONF 5
.Os KAME
.\"
.Sh NAME
.Nm dhcp6s.conf
.Nd DHCPv6 server configuration file
.\"
.Sh SYNOPSIS
.Pa /usr/local/etc/dhcp6s.conf
.\"
.Sh DESCRIPTION
The
.Nm
file contains configuration information for KAME's DHCPv6 server,
.Nm dhcp6s .
The configuration file consists of a sequence of statements terminated
by a semi-colon (`;').
Statements are composed of tokens separated by white space,
which can be any combination of blanks,
tabs and newlines.
In some cases a set of statements is combined with a pair of brackets,
which is regarded as a single token.
Lines beginning with
.Ql #
are comments.
.Sh Interface specification
There are some statements that may or have to specify interface.
Interfaces are specified in the form of "name unit", such as
.Ar fxp0
and
.Ar gif1.
.\"
.Sh Include statement
An include statement specifies another configuration file to be included.
The format of an include statement is as follows:
.Bl -tag -width Ds -compact
.It Xo
.Ic include Ar \(dqfilename\(dq ;
.Xc
Where
.Ar \(dqfilename\(dq
is the name (full path) of the file to be included.
.El
.\"
.Sh Option statement
An option statement specifies configuration parameters provided for
every client.
The format of the statement is as follows.
.Bl -tag -width Ds -compact
.It Xo
.Ic option Ar option-name Op Ar option-value
;
.Xc
The following options can be specified in an option statement.
.Bl -tag -width Ds -compact
.It Xo
.Ic domain-name-servers Ar dns-address Op Ar dns-addresses... ;
.Xc
provides DNS server address(es).
Each
.Ar dns-address
must be a numeric IPv6 address.
Multiple server addresses can also be specified by a sequence of
these statements.
.It Xo
.Ic domain-name Ar \(dqdns-name\(dq ;
.Xc
provides a domain name of a DNS search path.
Multiple names in the path can be specified by a sequence of these
statements.
.It Xo
.Ic ntp-servers Ar ntp-address Op Ar ntp-addresses... ;
.Xc
provides NTP server address(es).
Each
.Ar ntp-address
must be a numeric IPv6 address.
Multiple server addresses can also be specified by a sequence of these
statements.
As of this writing, the option type for this option is not officially
assigned.
.Nm dhcp6s
will reject this option unless it is explicitly built to accept the option.
.It Xo
.Ic sip-server-address Ar sip-server-address Op Ar sip-server-addresses... ;
.Xc
provides SIP server address(es).
Each
.Ar sip-server-address
must be a numeric IPv6 address.
Multiple server addresses can also be specified by a sequence of
these statements.
.It Xo
.Ic sip-server-domain-name Ar \(dqsip-server-domain-name\(dq ;
.Xc
provides a domain name of a SIP server.
Multiple names in the path can be specified by a sequence of these
statements.
.It Xo
.Ic nis-server-address Ar nis-server-address Op Ar nis-server-addresses... ;
.Xc
provides NIS server address(es).
Each
.Ar nis-server-address
must be a numeric IPv6 address.
Multiple server addresses can also be specified by a sequence of
these statements.
.It Xo
.Ic nis-domain-name Ar \(dqnis-domain-name\(dq ;
.Xc
provides a NIS domain name.
Multiple names in the path can be specified by a sequence of these
statements.
.It Xo
.Ic nisp-server-address Ar nisp-server-address Op Ar nisp-server-addresses... ;
.Xc
provides NIS+ server address(es).
Each
.Ar nisp-server-address
must be a numeric IPv6 address.
Multiple server addresses can also be specified by a sequence of
these statements.
.It Xo
.Ic nisp-domain-name Ar \(dqnisp-domain-name\(dq ;
.Xc
provides a NIS+ domain name.
Multiple names in the path can be specified by a sequence of these
statements.
.It Xo
.Ic bcmcs-server-address Ar bcmcs-server-address Op Ar bcmcs-server-addresses... ;
.Xc
provides BCMCS server address(es).
Each
.Ar bcmcs-server-address
must be a numeric IPv6 address.
Multiple server addresses can also be specified by a sequence of
these statements.
.It Xo
.Ic bcmcs-server-domain-name Ar \(dqbcmcs-server-domain-name\(dq ;
.Xc
provides a domain name of a BCMCS server.
Multiple names in the path can be specified by a sequence of these
statements.
.It Xo
.Ic refreshtime Ar interval ;
.Xc
specifies the refresh time of stateless information that does not have
particular lease duration in seconds.
This option is only applicable to stateless configuration by
information-request and reply exchanges.
.El
.El
.\"
.Sh Interface statement
An interface statement specifies configuration parameters on the
interface.
The generic format of an interface statement is as follows:
.Bl -tag -width Ds -compact
.It Xo
.Ic interface Ar interface
{
.Ar substatements
};
.Xc
The followings are possible
.Ar substatements
in an interface statement.
.Bl -tag -width Ds -compact
.It Xo
.Ic allow Ar allow-options
;
.Xc
This statement specifies DHCPv6 options accepted by the server.
Currently only
.Ar rapid-commit
can be specified in an
.Ic allow
statement, which specifies the server to
accept a rapid-commit option in solicit messages.
.It Ic preference Ar pref ;
This statement sets the server's preference value on the
interface to the value
.Ar pref .
The specified value will be contained in a preference option of
advertise messages.
The preference value must be a decimal integer and be between 0 and
255 (inclusive.)
.It Ic address-pool Ar pool Ar pltime Op Ar vltime ;
This statement assigns an address pool
.Ar pool
to the interface. When
.Nm
receives a allocation request for an IA-NA, it assigns one IPv6 address from this pool.
The specified pool name will be defined in a pool statement.
Regarding the
.Ar pltime
and
.Ar vltime
, please see the explanation in the
.Ar prefix
substatement in host statement section.
.El
.El
.\"
.Sh Host statement
A host statement specifies configuration parameters for a particular
client.
The generic format of a host statement is as follows:
.Bl -tag -width Ds -compact
.It Xo
.Ic host Ar name
{
.Ar substatements
};
.Xc
.Ar name
is an arbitrary string.
It does not affect server's behavior but is provided for
readability of log messages.
Possible substatements are as follows.
.Bl -tag -width Ds -compact
.It Ic duid Ar ID ;
This statement defines the client's DHCP unique identifier
.Pq DUID .
.Ar ID
is a colon-separated hexadecimal sequence where each separated part
must be composed of two hexadecimal values.
This statement is used to identify a particular host by the server
and must be included in a host statement.
.It Ic prefix Ar ipv6-prefix pltime Op Ar vltime ;
This statement specifies an IPv6 prefix to be delegated to the client.
.Ar ipv6-prefix
is a string representing a valid IPv6 prefix
.Pq see the example below .
.Ar pltime
and
.Ar vltime
are preferred and valid lifetimes of the prefix, respectively.
When the latter is omitted, it will be set to the same value of
.Ar pltime.
A positive decimal number or a special string
.Ic infinity
can be specified as a lifetime.
A decimal number provides the lifetime in seconds,
while
.Ic infinity
means the corresponding lifetime never expires.
When both lifetimes are specified,
.Ar pltime
must not be larger than
.Ar vltime .
Multiple prefixes can be specified,
each of which is given by a single
.Ic prefix
statement.
In that case,
all or some of the specified prefixes will be delegated to the client,
based on required parameters by the client.
.It Ic address Ar ipv6-address pltime Op Ar vltime ;
This statement specifies an IPv6 address to be assigned to the client.
Everything is same as 
.Ar prefix
option, except that you do not need specify prefix length.
.It Ic delayedkey Ar keyname ;
This statement specifies a secret key shared with the client for the DHCPv6
delayed authentication protocol.
.Ar keyname
is a string that identifies a particular set of key parameters.
A separate
.Ic keyinfo
statement for
.Ar keyname
must be provided in the configuration file.
When this statement is specified and the client includes an
authentication option for the delayed authentication protocol in a
Solicit message,
.Ic dhcp6s
will perform the authentication protocol for succeeding message
exchanges.
.El
.El
.\"
.Sh Pool statement
A pool statement specifies an address pool for a particular interface.
The generic format of a pool statement is as follows:
.Bl -tag -width Ds -compact
.It Xo
.Ic pool Ar name
{
.Ar substatements ;
};
.Xc
.Ar name
is an arbitrary string.
It does not affect server's behavior but is provided for
readability of log messages.
Possible substatements are as follows.
.Bl -tag -width Ds -compact
.It Ic range Ar min-addr Ic to Ar max-addr
This substatement defines the range of addresses allocated for the pool,
i.e. from 
.Ar min-addr
to
.Ar max-addr.
.El
.El
.\"
.Sh Keyinfo statement
This statement defines a secret key shared with a client to
authenticate DHCPv6 messages.
The format and the description of this statement is provided in
.Xr dhcp6c.conf 5 .
One important difference in the server configuration is,
however,
the
.Ar keyname
is referred from a
.Ic host
statement as described above.
.\"
.Sh Examples
The followings are a sample configuration to provide a DNS server
address for every client as well as to delegate a permanent IPv6
prefix 2001:db8:1111::/48 to a client whose DUID is 00:01:00:01:aa:bb.
.Bd -literal -offset
option domain-name-servers 2001:db8::35;

host kame {
	duid 00:01:00:01:aa:bb;
	prefix 2001:db8:1111::/48 infinity;
};
.Ed
.Pp
If a shared secret should be configured in both the server and the
client for DHCPv6 authentication,
it would be specified in the configuration file as follows:
.Bd -literal -offset
keyinfo kame {
        realm "kame.net";
        keyid 1;
        secret "5pvW2g48OHPvkYMJSw0vZA==";
};
.Ed
.Pp
And the
.Ic host
statement would be modified as follows:
.Bd -literal -offset
host kame {
	duid 00:01:00:01:aa:bb;
	prefix 2001:db8:1111::/48 infinity;
        delayedkey kame;
};
.Ed
.Sh SEE ALSO
.Xr dhcp6c.conf 5
.Xr dhcp6s 8
.\"
.Sh HISTORY
The
.Nm
configuration file first appeared in the WIDE/KAME IPv6 protocol
stack kit.