blob: f95284f10ea152fa375c7007b9721bb352aac56f (
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
|
<?xml version="1.0"?>
<Wizard
name="general"
libScript="__WIZ_HOME__/common/scripts/functions.sh"
wizardTitle="DHCP Wizard"
imagePosition="top"
defaultImage="__WIZ_HOME__/dhcp_wizard/images/DHCP.png"
perlModule="__WIZ_HOME__/dhcp_wizard/scripts/Dhcpconf.pm"
rpm="dhcp-server"
>
<Variable
name="dhcp_range_low"
comment="Low end of the DHCP server IP range"
shellVariable="wiz_ip_range1"
defaultValue="192.168.0.100"
>
</Variable>
<Variable
name="dhcp_range_high"
comment="High end of the DHCP server IP range"
shellVariable="wiz_ip_range2"
defaultValue="192.168.0.254"
>
</Variable>
<Variable
name="varIsAuthoritative"
shellVariable="wiz_authoritative"
>
</Variable>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="welcome"
func="check_dhcp"
executionLevel="NORMAL"
nextFinish="false"
canBack="true"
canCancel="true"
>
<Target
targetName="ask_dhcp_ip_range"
jumpIndex="0"
>
</Target>
<Target
targetName="error_dhcp"
jumpIndex="1"
>
</Target>
<Info
helpText="DHCP Configuration Wizard"
>
</Info>
<Info
helpText="DHCP is a service that automatically assigns networking addresses to your workstations."
>
</Info>
<Info
helpText="This wizard will help you configuring the DHCP services of your server."
>
</Info>
</Page>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="ask_dhcp_ip_range"
comment="Ask the dhcp ip range"
func="check"
executionLevel="NORMAL"
nextFinish="false"
canBack="true"
canCancel="true"
>
<Target
targetName="error_in_dhcp_ip_range"
jumpIndex="1"
>
</Target>
<Target
targetName="doit"
jumpIndex="10"
>
</Target>
<Info
helpText="Range of addresses used by dhcp"
>
</Info>
<Info
helpText="Select the range of addresses assigned to the workstations by the DHCP service; unless you have special needs, you can safely accept the proposed values."
>
</Info>
<Freetext
name="dhcpIpLow"
variableName="dhcp_range_low"
fillfunc="compute_range"
helpText="Lowest IP Address:"
editable="true"
>
</Freetext>
<Freetext
name="dhcpIpHigh"
variableName="dhcp_range_high"
fillfunc="compute_range2"
helpText="Highest IP Address:"
editable="true"
>
</Freetext>
<Boolean
variableName="varIsAuthoritative"
helpText="Is the server authoritative ? Ask your system administrator."
>
</Boolean>
<Info
helpText="IP addresses are a dotted list of four numbers smaller than 256."
>
</Info>
</Page>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-web.html"
name="error_dhcp"
jumpPage="ask_dhcp_ip_range"
executionLevel="NORMAL"
nextFinish="true"
canBack="true"
canCancel="true"
>
<Info
helpText="Warning\nYou are in dhcp, server may not work with your configuration."
>
</Info>
</Page>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="error_in_dhcp_ip_range"
jumpPage="ask_dhcp_ip_range"
nextButtonText="Fix it"
executionLevel="NORMAL"
nextFinish="false"
canBack="true"
canCancel="true"
>
<Info
helpText="The IP range specified is not correct"
>
</Info>
</Page>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="doit"
func="do_it"
nextButtonText="Configure"
executionLevel="NORMAL"
nextFinish="false"
canBack="true"
canCancel="true"
>
<Target
targetName="done"
jumpIndex="10"
>
</Target>
<Target
targetName="system_error"
jumpIndex="1"
>
</Target>
<Info
helpText="Configuring the DHCP Server"
>
</Info>
<Info
helpText="The wizard collected the following parameters
needed to configure your DHCP service:"
>
</Info>
<Freetext
name="freetext"
variableName="dhcp_range_low"
helpText="Lowest IP Address:"
editable="false"
>
</Freetext>
<Freetext
name="freetext1"
variableName="dhcp_range_high"
helpText="Highest IP Address:"
editable="false"
>
</Freetext>
<Info
helpText="To accept these values, and configure your server, click the Next button or use the Back button to correct them."
>
</Info>
</Page>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="done"
nextButtonText="Quit"
executionLevel="NORMAL"
nextFinish="true"
canBack="false"
canCancel="false"
>
<Info
helpText="Congratulations"
>
</Info>
<Info
helpText="The wizard successfully configured the DHCP services of your server."
>
</Info>
</Page>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="server launcher"
jumpPage="ask_dhcp_ip_range"
executionLevel="DEBUG"
nextFinish="false"
canBack="true"
canCancel="true"
>
</Page>
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="system_error"
nextButtonText="OK"
executionLevel="NORMAL"
nextFinish="true"
canBack="false"
canCancel="true"
>
<Info
helpText="System error, no configuration done"
>
</Info>
</Page>
</Wizard>
|