Installing and Configuring DHCPv6 2

Configuring DHCPv6 2.001
Configuring the Server
Chapter 334
NOTE You need to complete these steps only once, when you install the
DHCPv6 2.001 server.
Sample dhcpv6tab File
You can use the sample dhcpv6tab file, available in the /etc/ directory,
as your server configuration file. The sample dhcpv6tab file is as follows:
##
#
# @(#)dhcpv6tab $Revision: 1.002 $ $Date: 06/02/04 18:49:16 $
#
# dhcpv6d reads its configuration information from this file
# upon execution.
#
# See the dhcpv6d(1M) manual page for more information.
##
##
# DHCP Client Default Settings
##
DHCP_CLIENT_DEFAULT_SETTINGS;\
client-settings-name = VENUS;\
DNS-server-address = 5ffe:1234::1234:1 5ffe:1234::5678:2;\
DNS-server-domain-list = hp.com;\
SIP-server-address = 5ffe:1234::1234:3;\
SIP-server-domain-list = hp.com;
##
# DHCP Pool Group : YELLOW group
##
DHCP_POOL_GROUP;\
pool-group-name = YELLOW;\
default-settings = VENUS;\
address-pool-names = APPLE;\
elapsed-time = 100;\ # in 1/100 of the second
preference = 255;\
T1 = 5000;\
T2 = 8000;\
preferred-life-time = 10000;\
valid-life-time = 12000;\
reconf-grace-period = 10000;\
DNS-server-address = 5ffe:1234::5678:1;\
renumber-complete-time = Mon Mar 8 17:01:55 IST 2004;