summaryrefslogtreecommitdiff
path: root/usr/src/man/man4/dhcpsvc.conf.4
blob: 821a5c14cf0fa8789d1b09ca70434a5a891759b9 (plain)
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
'\" te
.\"  Copyright (c) 2003 Sun Microsystems, Inc. All rights reserved.
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
.TH DHCPSVC.CONF 4 "Jun 26, 2003"
.SH NAME
dhcpsvc.conf \- file containing service configuration parameters for the DHCP
service
.SH DESCRIPTION
.sp
.LP
The \fBdhcpsvc.conf\fR file resides in directory \fB/etc/inet\fR and contains
parameters for specifying Dynamic Host Configuration Protocol (\fBDHCP\fR)
service configuration settings, including the type and location of \fBDHCP\fR
data store used.
.sp
.LP
The description of the \fBdhcpsvc.conf\fR file in this man page is
informational only. The preferred method of setting or modifying values within
the \fBdhcpsvc.conf\fR file is by using \fBdhcpconfig\fR(1M) or the
\fBdhcpmgr\fR(1M) utility. Do not edit the \fBdhcpsvc.conf\fR file.
.sp
.LP
The \fBdhcpsvc.conf\fR file format is \fBASCII\fR; comment lines begin with the
crosshatch (\fB#\fR) character. Parameters consist of a keyword followed by an
equals (\fB=\fR) sign followed by the parameter value, of the form:
.sp
.in +2
.nf
\fIKeyword\fR=\fIValue\fR
.fi
.in -2
.sp

.sp
.LP
The following \fIKeyword\fR and \fIValue\fR parameters are supported:
.sp
.ne 2
.na
\fBBOOTP_COMPAT\fR
.ad
.RS 28n
String. \fBautomatic\fR or \fBmanual\fR. Enables support of \fBBOOTP\fR
clients. Default is no \fBBOOTP\fR. Value selects \fBBOOTP\fR address
allocation method. \fBautomatic\fR to support all BOOTP clients, \fBmanual\fR
to support only registered \fBBOOTP\fR clients. \fBserver\fR mode only
parameter.
.RE

.sp
.ne 2
.na
\fBCACHE_TIMEOUT\fR
.ad
.RS 28n
Integer. Number of seconds the server caches data from data store. Used to
improve performance. Default is 10 seconds. \fBserver\fR mode only parameter.
.RE

.sp
.ne 2
.na
\fBCONVER\fR
.ad
.RS 28n
Integer. Container version. Used by DHCP administrative tools to identify which
version of the public module is being used to administer the data store.
\fBCONVER\fR should \fBnot\fR be changed manually.
.RE

.sp
.ne 2
.na
\fBDAEMON_ENABLED\fR
.ad
.RS 28n
\fBTRUE\fR/\fBFALSE\fR. If \fBTRUE\fR, the DHCP daemon can be run. If
\fBFALSE\fR, DHCP daemon process exits immediately if the daemon is started.
Default is \fBTRUE\fR. Generic parameter.
.RE

.sp
.ne 2
.na
\fBHOSTS_DOMAIN\fR
.ad
.RS 28n
String. Defines name service domain that DHCP administration tools use when
managing the hosts table. Valid only when \fBHOSTS_RESOURCE\fR is set to
\fBnisplus\fR or \fBdns\fR.
.RE

.sp
.ne 2
.na
\fBHOSTS_RESOURCE\fR
.ad
.RS 28n
String. Defines what name service resource should be used by the DHCP
administration tools when managing the hosts table. Current valid values are
\fBfiles\fR, \fBnisplus\fR, and \fBdns\fR.
.RE

.sp
.ne 2
.na
\fBICMP_VERIFY\fR
.ad
.RS 28n
\fBTRUE\fR/\fBFALSE\fR. Toggles \fBICMP\fR echo verification of IP addresses.
Default is \fBTRUE\fR. \fBserver\fR mode only parameter.
.RE

.sp
.ne 2
.na
\fBINTERFACES\fR
.ad
.RS 28n
String. Comma-separated list of interface names to listen to. Generic
parameter.
.RE

.sp
.ne 2
.na
\fBLOGGING_FACILITY\fR
.ad
.RS 28n
Integer. Local facility number (\fB0\fR-\fB7\fR inclusive) to log \fBDHCP\fR
events to. Default is not to log transactions. Generic parameter.
.RE

.sp
.ne 2
.na
\fBOFFER_CACHE_TIMEOUT\fR
.ad
.RS 28n
Integer. Number of seconds before \fBOFFER\fR cache timeouts occur. Default is
\fB10\fR seconds. \fBserver\fR mode only parameter.
.RE

.sp
.ne 2
.na
\fBOWNER_IP\fR
.ad
.RS 28n
String. List of supplemental ownership addresses  that will be used by the DHCP
server in determining the \fBdhcp_network\fR records that are under its
management. Addresses are in the dotted Internet form of an IPv4 address.
Primary value is the IP address associated with the system's primary interface
(\fInodename\fR == \fIhostname\fR). Server-mode-only parameter. Note that using
\fBOWNER_IP\fR has some performance impact, thus using a large number might not
be advisable.
.RE

.sp
.ne 2
.na
\fBPATH\fR
.ad
.RS 28n
Path to DHCP data tables within the data store specified by the RESOURCE
parameter. The value of the \fBPATH\fR keyword is specific to the RESOURCE.
.RE

.sp
.ne 2
.na
\fBRELAY_DESTINATIONS\fR
.ad
.RS 28n
String. Comma-separated list of host names and/or \fBIP\fR addresses of relay
destinations. \fBrelay\fR mode only parameter.
.RE

.sp
.ne 2
.na
\fBRELAY_HOPS \fR
.ad
.RS 28n
Integer. Max number of \fBBOOTP\fR relay hops before packet is dropped. Default
is \fB4\fR. Generic parameter.
.RE

.sp
.ne 2
.na
\fBRESCAN_INTERVAL\fR
.ad
.RS 28n
Integer. Number of minutes between automatic \fBdhcptab\fR rescans. Default is
not to do rescans. \fBserver\fR mode only parameter.
.RE

.sp
.ne 2
.na
\fBRESOURCE\fR
.ad
.RS 28n
Data store resource used. Use this parameter to name the public module. See the
\fBPATH\fR keyword in \fBdhcp_modules\fR(5).
.RE

.sp
.ne 2
.na
\fBRESOURCE_CONFIG\fR
.ad
.RS 28n
String. The private layer provides for module-specific configuration
information through the use of the \fBRESOURCE_CONFIG\fR keyword. See
\fBdhcp_modules\fR(5).
.sp
Providers can access \fBRESOURCE_CONFIG\fR using the configure function by
specifying an optional service provider layer API function:
.sp
.in +2
.nf
int configure(const char *configp);
.fi
.in -2

If this function is defined by the public module provider, it is called during
module load time by the private layer, with the contents of the
\fBRESOURCE_CONFIG\fR string acquired by the administrative interface (in the
case of the \fBdhcpmgr\fR, through the use of a public module-specific java
bean extending the \fBdhcpmgr\fR to provide a configuration dialog for this
information.
.RE

.sp
.ne 2
.na
\fBRUN_MODE\fR
.ad
.RS 28n
\fBserver\fR or \fBrelay\fR. Selects daemon run mode. Default is \fBserver\fR.
.RE

.sp
.ne 2
.na
\fBSECONDARY_SERVER_TIMEOUT\fR
.ad
.RS 28n
Integer. The number of seconds a secondary server waits for a primary server to
respond before responding itself. Default is \fB20\fR seconds. This is a server
mode only parameter.
.RE

.sp
.ne 2
.na
\fBUPDATE_TIMEOUT\fR
.ad
.RS 28n
Integer. Number of seconds to wait for a response from the DNS server before
timing out. If this parameter is present, the DHCP daemon updates DNS on behalf
of DHCP clients, and waits the number of seconds specified for a response
before timing out. You can use \fBUPDATE_TIMEOUT\fR without specifying a number
to enable DNS updates with the default timeout of 15 seconds. If this parameter
is not present, the DHCP daemon does not update DNS for DHCP clients.
.RE

.sp
.ne 2
.na
\fBVERBOSE\fR
.ad
.RS 28n
\fBTRUE\fR/\fBFALSE\fR. Toggles verbose mode, determining amount of status and
error messages reported by the daemon. Default is \fBFALSE\fR. Set to
\fBTRUE\fR only for debugging. Generic parameter.
.RE

.SH SEE ALSO
.sp
.LP
\fBdhcpmgr\fR(1M), \fBin.dhcpd\fR(1M), \fBdhcp\fR(5), \fBdhcp_modules\fR(5)
.sp
.LP
\fISystem Administration Guide: IP Services\fR