Introduction
27
DHCP on the OnBoard
T
To Configure DHCP for Managing IP
Addresses of Connected Devices
1.
Log into the OnBoard console as root.
2.
Open the
/etc/dhcpd.con
f file for editing.
3.
Copy and paste the
## SAMPLE CONFIGURATION ####
section.
4.
Remove the comment (#) signs at the beginning of the lines.
5.
Configure a hostname and fixed address for each device by performing
the following steps.
a.
Find the line that begins “host MySP,” and replace “MySP” with a
hostname/alias for the device, for example, “host sp1.”
# ######## SAMPLE CONFIGURATION ###############
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.110 192.168.0.119;
default-lease-time 86400;
max-lease-time 172800;
option broadcast-address 192.168.0.255;
option routers 192.168.0.10;
option subnet-mask 255.255.255.0;
option domain-name-servers 192.168.0.11;
option domain-name “cyclades.com.au”;
host MySP {
hardware ethernet 00:e0:4c:ec:12:26;
fixed-address 192.168.0.211;
}
}
# ##############################################
Summary of Contents for AlterPath OnBoard
Page 36: ...xxxvi AlterPath OnBoard Administrator s Guide...
Page 108: ...Understanding How Configuration Changes Are Handled 72 AlterPath OnBoard Administrator s Guide...
Page 116: ...Overview of Web Manager Menus 80 AlterPath OnBoard Administrator s Guide...
Page 146: ...Configuring Regular Users Wizard 110 AlterPath OnBoard Administrator s Guide...
Page 160: ...Upgrading AlterPath PM IPDU Software 124 AlterPath OnBoard Administrator s Guide...
Page 194: ...Configuring an Alternate Help File Location 158 AlterPath OnBoard Administrator s Guide...
Page 292: ...Configuring Private Subnets and Virtual Networks 256 AlterPath OnBoard Administrator s Guide...
Page 344: ...Using the create_cf Command When Troubleshooting 308 AlterPath OnBoard Administrator s Guide...