bootpd.1m (2010 09)

b
bootpd(1M) bootpd(1M)
This is an example of a /etc/dhcptab
file:
# The first entry is for options which define the server’s operation.
DHCP_SERVER_SETTINGS:\
call-on-unrequited="/tmp/unrequited.script" :\
allow-subnet-selection :\
dhcpdb-write-perf= 3 :\
# The next entry is for options that will be applied to all groups.
# Individual options may be overridden for a specific group if the group
# also configures the option.
DHCP_DEFAULT_CLIENT_SETTINGS:\
hn:\
lease-time=10080:\
# The next entry defines an address pool for devices with the class
# id "xterminal" on subnet 15.14.128. Address lease will also be
# granted to client requests from other subnets, with the subnet
# selection option set to 15.14.128.255. Address leases will be
# granted for up to 1 week. The server will use a broadcast message
# to respond to all client
# requests.
DHCP_DEVICE_GROUP:\
ba:\
class-name=SUBNET_128_XTERMINAL_GROUP:\
class-id="xterminal:"\
allow-subnet-selection:\
subnet-mask=255.255.255.0 :\
addr-pool-start-address= 15.14.128.1 :\
addr-pool-last-address= 15.14.128.254 :\
lease-time=604800 :\
lease-grace-period=5 :\
# The next entry grants IP leases to any device on subnet
# 15.13.128. Address will also be granted to client requests
# from other subnets, with the subnet selection option set
# to 15.13.128.255. The script /usr/local/bin/assignment.script
# will be run whenever a new lease is granted.
DHCP_POOL_GROUP:\
pool-name=RED_SUBNET_POOL:\
call-on-assignment="/usr/local/bin/assignment.script" :\
allow-subnet-selection:\
subnet-mask=255.255.255.0 :\
addr-pool-start-address= 15.13.128.100 :\
addr-pool-last-address= 15.13.128.254 :\
gw=15.13.128.1 :\
This is an example of a /etc/dhcpdeny file:
# Sample /etc/dhcpdeny file
080009000001
0x080009000002
# Above two clients will not be served!
WARNINGS
Individual host entries must not exceed 1024 characters.
HP-UX 11i Version 3: September 2010 13 Hewlett-Packard Company 13