From 393ac724c4569836aab95e3870fd3c7536efc5ce Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 2 May 2014 09:53:58 +0300 Subject: Sync docs with Calenco --- docs/mcc-help/en/drakwizard_dhcp.xml | 275 ++++++++++++++++++++++++----------- 1 file changed, 193 insertions(+), 82 deletions(-) (limited to 'docs/mcc-help/en/drakwizard_dhcp.xml') diff --git a/docs/mcc-help/en/drakwizard_dhcp.xml b/docs/mcc-help/en/drakwizard_dhcp.xml index acda9b41..eab06e30 100644 --- a/docs/mcc-help/en/drakwizard_dhcp.xml +++ b/docs/mcc-help/en/drakwizard_dhcp.xml @@ -1,94 +1,205 @@ -
+ +
- Configure DHCPdrakwizard dhcp + Configure DHCP + + drakwizard dhcp - + - This toolYou can start this tool from the command line, by typing drakwizard dhcp as root. can help you to set up a DHCP server. - + This tool + You can start this tool from the command line, by typing drakwizard dhcp as root. + can help you to set up a DHCP server. It is + a component of drakwizard which should be installed before you can access to + it. +
What is DHCP? - - The Dynamic Host Configuration Protocol (DHCP) is a standardized networking protocol used on IP networks that dynamically configures IP addresses and other information that is needed for Internet communication. (From Wikipedia) - + + The Dynamic Host Configuration Protocol (DHCP) is + a standardized networking protocol used on IP networks that dynamically + configures IP addresses and other information that is needed for Internet + communication. (From Wikipedia) +
+ +
+ Setting up a DHCP server with drakwizard dhcp + + Welcome to the DHCP server wizard. + + + + Introduction + + + + + + + + The first page is just an introduction, click + Next. + + + + Selecting Adaptor + + + + + + + + Choose the network interface, which is connected to the subnet, + and for which DHCP will assign IP addresses, and then click + Next. + + + + Select IP range + + + + + + + + Select the beginning and ending IP addresses of the range of IPs + you want the server to offer, along with the IP of the gateway machine + connecting to some place outside the local network, hopefully close to + the Internet, then click Next. + + + + Summary + + + + + + + + Take a second to check these options, then click + Next. + + + + Hold on... + + + + + + + + This can be fixed. Click Previous a few + times and change things around. + + + + Hours later... + + + + + + + + +
+ +
+ What is done + + + + Installing the package dhcp-server if needed; + + + + Saving /etc/dhcpd.conf in + /etc/dhcpd.conf.orig; + + + + Creating a new dhcpd.conf starting from + /usr/share/wizards/dhcp_wizard/scripts/dhcpd.conf.default + and adding the new parameters: + + + + hname + + + + dns + + + + net + + + + ip + + + + mask + + + + rng1 + + + + rng2 + + + + dname + + + + gateway + + + + tftpserverip + + + + dhcpd_interface + + + + + + Also modifying Webmin configuration file + /etc/webmin/dhcpd/config + + + + Restarting dhcpd. + +
-
- Setting up DHCP server with drakwizard dhcp - - Welcome to the DHCP server wizard. - - - - Introduction - - - - - - - The first page is just an introduction, click Next. - - - - Selecting Adaptor - - - - - - - Choose network interface connected to the subnet DHCP will assign IPs for, then click Next. - - - - Select IP range - - - - - - - Select the beginning and ending IP addresses of the range of IPs you want the server to offer, along with the IP of the gateway machine connecting to someplace outside the local net, hopeful close to the Internet, then click Next. - - - - Summary - - - - - - - Take a second to check these options, then click Next. - - - - Hold on... - - - - - - - This can be fixed. Click Previous a few times and change things around. Don't keep track. - - - - Hours later... - - - - - - - Another lesson learned. - - - -
-- cgit v1.2.1