System information

Configuring the DHCP Server
80 AlterPath OnBoard Administrator’s Guide
8. Open the /etc/dhcpd.sh file for editing.
9. Change the definition ENABLE=NO to ENABLE=YES.
10. Save and quit the file.
11. Save the configuration file changes by running the saveconf command.
12. Start dhcpd by either restarting the OnBoard or restarting dhcpd.
The following screen example shows the syntax for restarting dhcpd.
# This file defines the dhcpd service configuration
ENABLE=NO # Must be "NO" or "YES" (uppercase)
DNAME=dhcpd # daemon name
DPATH=/usr/sbin # daemon path
ShellInit= # Performs any required
initialization
ConfigFiles=/etc/dhcpd.conf # configuration files
DTYPE=sig # must be "sig" or "cmd"
DSIG=kill # signal to stop/restart the daemon
(lowercase)
# if it's hup term will be used to stop the
daemon
# daemon command line parameters
DPARM="-q priv0"
DSTOP=
ENABLE=YES # Must be "NO" or "YES"(uppercase)
[root@OnBoard /]# saveconf
[root@OnBoard /]# daemon.sh restart DHCPD