~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to debian/udhcpd.conf.5

  • Committer: mmach
  • Date: 2023-07-06 04:40:25 UTC
  • Revision ID: netbit73@gmail.com-20230706044025-2ia9985i8wzdn2a7
1.36.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH UDHCPD.CONF 5 2001-09-26 GNU/Linux "GNU/Linux Administrator's Manual"
 
2
.SH NAME
 
3
udhcpd.conf \- udhcp server configuration file
 
4
.SH DESCRIPTION
 
5
The file
 
6
.I /etc/udhcpd.conf
 
7
contains configuration information specific to the udhcp server.
 
8
It should contain one configuration keyword per line, followed by
 
9
appropriate configuration information.
 
10
.SH OPTIONS
 
11
.TP
 
12
.BI start\  ADDRESS
 
13
The starting address of the IP lease block is
 
14
.IR ADDRESS .
 
15
The default is
 
16
.BR 192.168.0.20 .
 
17
.TP
 
18
.BI end\  ADDRESS
 
19
The ending address of the IP lease block is
 
20
.IR ADDRESS .
 
21
The default is
 
22
.BR 192.168.0.254 .
 
23
.TP
 
24
.BI interface\  INTERFACE
 
25
The udhcp server should listen on
 
26
.IR INTERFACE .
 
27
The default is
 
28
.BR eth0 .
 
29
.TP
 
30
.BI max_leases\  LEASES
 
31
Offer at most
 
32
.I LEASES
 
33
leases (including those reserved by OFFERs, DECLINEs, and ARP
 
34
conflicts).  The default is
 
35
.BR 254 .
 
36
.TP 
 
37
.BI auto_time\  SECONDS
 
38
Write the lease information to a file every
 
39
.I SECONDS
 
40
seconds.  The default is
 
41
.BR 7200 .
 
42
.TP
 
43
.BI decline_time\  SECONDS
 
44
Reserve an IP for
 
45
.I SECONDS
 
46
seconds if a DHCP decline message is received.  The default is
 
47
.BR 3600 .
 
48
.TP
 
49
.BI conflict_time\  SECONDS
 
50
Reserve an IP for
 
51
.I SECONDS
 
52
seconds if an ARP conflict occurs.  The default is
 
53
.BR 3600 .
 
54
.TP
 
55
.BI offer_time\  SECONDS
 
56
Reserve an IP for
 
57
.I SECONDS
 
58
seconds if it is offered.  The default is
 
59
.BR 60 .
 
60
.TP
 
61
.BI min_lease\  SECONDS
 
62
Reserve an IP for the full lease time if the lease to be given is less than
 
63
.I SECONDS
 
64
seconds.  The default is
 
65
.BR 60 .
 
66
.TP
 
67
.BI lease_file\  FILE
 
68
Write the lease information to
 
69
.IR FILE .
 
70
The default is
 
71
.BR /var/lib/misc/udhcpd.leases .
 
72
.TP
 
73
.BI pidfile\  FILE
 
74
Write the process ID to
 
75
.IR FILE .
 
76
The default is
 
77
.BR /var/run/udhcpd.pid .
 
78
.TP
 
79
.BI notify_file\  FILE
 
80
Execute
 
81
.I FILE
 
82
after the lease information is written.  By default, no file is executed.
 
83
.TP
 
84
.BI siaddr\  ADDRESS
 
85
BOOTP specific option.  The default is
 
86
.BR 0.0.0.0 .
 
87
.TP
 
88
.BI sname\  NAME
 
89
BOOTP specific option.  There is no default.
 
90
.TP
 
91
.BI boot_file\  FILE
 
92
BOOTP specific option.  There is no default.
 
93
.TP
 
94
.BI static_lease\  MACADDRESS\ IPADDRESS
 
95
Issue IPADDRESS statically to a requester with MACADDRESS.
 
96
.TP
 
97
.BI option\  OPTION
 
98
DHCP specific option.
 
99
.RS
 
100
.TP
 
101
.BI subnet\  ADDRESS
 
102
.TP
 
103
.BI timezone\  OFFSET
 
104
.TP
 
105
.BI router\  ADDRESS...
 
106
.TP
 
107
.BI timesvr\  ADDRESS...
 
108
.TP
 
109
.BI namesvr\  ADDRESS...
 
110
.TP
 
111
.BI dns\  ADDRESS...
 
112
.TP
 
113
.BI logsvr\  ADDRESS...
 
114
.TP
 
115
.BI cookiesvr\  ADDRESS...
 
116
.TP
 
117
.BI lprsvr\  ADDRESS...
 
118
.TP
 
119
.BI hostname\  HOSTNAME
 
120
.TP
 
121
.BI bootsize\  SIZE
 
122
.TP
 
123
.BI domain\  DOMAIN
 
124
.TP
 
125
.BI swapsvr\  ADDRESS
 
126
.TP
 
127
.BI rootpath\  PATH
 
128
.TP
 
129
.BI ipttl\  TTL
 
130
.TP
 
131
.BI mtu\  MTU
 
132
.TP
 
133
.BI broadcast\  ADDRESS
 
134
.TP
 
135
.BI ntpsrv\  ADDRESS...
 
136
.TP
 
137
.BI wins\  ADDRESS...
 
138
.TP
 
139
.BI requestip\  ADDRESS
 
140
.TP
 
141
.BI lease\  SECONDS
 
142
.TP
 
143
.BI dhcptype\  TYPE
 
144
.TP
 
145
.BI serverid\  ADDRESS
 
146
.TP
 
147
.BI tftp\  FILE
 
148
.TP
 
149
.BI wpad\ URL
 
150
.TP
 
151
.BI bootfile\  FILE
 
152
The default for
 
153
.B lease
 
154
is
 
155
.BR 864000 .
 
156
There are no defaults for the other options.
 
157
.RE
 
158
.SH SEE ALSO
 
159
.BR udhcpd (8).