summaryrefslogtreecommitdiffstats
path: root/dhcp_wizard/dhcp.wiz
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp_wizard/dhcp.wiz')
-rw-r--r--dhcp_wizard/dhcp.wiz324
1 files changed, 0 insertions, 324 deletions
diff --git a/dhcp_wizard/dhcp.wiz b/dhcp_wizard/dhcp.wiz
deleted file mode 100644
index 93164559..00000000
--- a/dhcp_wizard/dhcp.wiz
+++ /dev/null
@@ -1,324 +0,0 @@
-<?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"
- summaryFunc="do_it"
->
-
- <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="range_not_in_network"
- jumpIndex="2"
- >
- </Target>
-
- <Target
- targetName="server_in_range"
- jumpIndex="3"
- >
- </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"
- 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="range_not_in_network"
- jumpPage="ask_dhcp_ip_range"
- nextButtonText="Fix it"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="The IP range specified is not in server network address range"
- >
- </Info>
- </Page>
-
- <Page
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
- name="server_in_range"
- jumpPage="ask_dhcp_ip_range"
- nextButtonText="Fix it"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="The IP of the server must not be in range"
- >
- </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>