Specifying the IP parameters
2.6
Specifying the IP parameters using DHCP
53
UM Config GRS
Release
8.0
09/2019
The appendix contains an example configuration of the BOOTP/DHCP-server.
Example of a DHCP-configuration file:
# /etc/dhcpd.conf for DHCP Daemon
#
subnet 10.1.112.0 netmask 255.255.240.0 {
option subnet-mask 255.255.240.0;
option routers 10.1.112.96;
}
#
# Host berta requests IP configuration
# with her MAC address
#
host berta {
hardware ethernet 00:80:63:08:65:42;
fixed-address 10.1.112.82;
}
#
# 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 10.1.112.83;
server-name "10.1.112.11";
filename "/agent/config.dat";
}
Lines beginning with the
#
character, contain comments.
The lines preceding the individually listed devices refer to settings that apply to the following device.
The fixed-address line assigns a permanent IP address to the device.
For further information, please refer to the DHCP server manual.
Содержание GREYHOUND GRS1020
Страница 8: ......
Страница 16: ......
Страница 146: ......
Страница 232: ......
Страница 310: ......
Страница 330: ......
Страница 338: ...Readers Comments 337 RM GUI GRS Release 8 0 09 2019 ...
Страница 339: ......
Страница 340: ......
Страница 350: ......
Страница 354: ......
Страница 617: ...Readers Comments 277 UM Config GRS Release 8 0 09 2019 ...
Страница 618: ......
Страница 619: ......