Entering the IP parameters
Basic - L3P
Release
3.1
06/07
2.6
System configuration via DHCP
45
#
# Host hugo requests IP configuration
# with his client identifier.
#
host hugo {
# option dhcp-client-identifier "hugo";
option dhcp-client-identifier 00:68:75:67:6f;
fixed-address 149.218.112.83;
server-name "149.218.112.11";
filename "/agent/config.dat";
}
Lines that start with a '#' character are comment lines.
The lines preceding the individually listed devices refer to settings that apply
to all the following devices.
The fixed-address line assigns a permanent IP address to the device.
For further information, please refer to the DHCP server manual.