HP Insight Control for Linux 6.0 Installation Guide

# Static Address Assignment
#dhcp-host=11:22:33:44:55:66,mercury,192.168.0.60,45m
dhcp-host=aa:bb:cc:dd:ee:ff,mystatichost,172.1.1.201,24h
dhcp-host=00:11:12:13:14:15,myotherhost,172.1.1.202,24h
A.4 Configuring a static IP address using ISC DHCP
Example A-3 provides an example of how to configure two hosts with static addresses. You must
assign IP addresses that are outside of the pool of addresses configured in the range option.
Example A-3 Sample ISC DHCP configuration file with static IP addresses
#
# DHCP Configuration for modified for Insight Control for Linux
#
ddns-update-style interim;
ignore client-updates;
deny duplicates;
# Insight Control for Linux Settings
option option-140 code 140 = text; # set option 140 to "text"
option option-140 "172.1.1.1"; # IP address of the Insight Control for Linux CMS
next-server 172.1.1.1; # IP address of the Insight Control for Linux CMS
filename "pxelinux.bin"; # name of the pXe boot image file
# log-servers
option log-servers 172.1.1.1;
subnet 172.1.1.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
range dynamic-bootp 172.1.1.100 172.1.1.200;
default-lease-time 50000;
max-lease-time 100000;
host mystatichost.example.com {
hardware ethernet aa:bb:cc:dd:ee:ff;
fixed-address 172.1.1.201;
option host-name " mystatichost";
}
host myotherhost.example.com {
hardware ethernet 11:12:13:14:15:16;
fixed-address 172.1.1.202;
option host-name " myotherhost";
}
}
A.5 Configuring a multiple subnetwork topology
In addition to the basic two-tier and the single flat-network configuration described in the HP
Insight Control for Linux Installation Guide, Insight Control for Linux also supports the ability to
address a routed network infrastructure behind its management interface.
Because HP Insight Control for Linux relies heavily on DHCP and PXE and TFTP to control the
managed systems, the ability to manage a routed infrastructure lies with the ability of most
routers and layer III switches to forward DHCP requests for a network to a remote address. This
ability is most commonly called dhcp-helper, dhcp-relay, or dhcp-forward depending on your
specific router or switch vendor.
Figure A-9 provides an example of what a routed management or production network might
look like.
82 Alternative network configurations