dhcp6
[Config]
State=0 # disable/enable DHCPv6 server (default is 0)
RelayState=0 # disable/enable DHCPv6 relay (default is 0)
[Global]
default-ltime=86400 # default lease time: default duration for which stations will keep the same IP address (default is 86400)
max-ltime=604800 # maximum lease time: maximum duration for which stations will keep the same IP address (default is 604800)
min-ltime=3600 # minimum lease time: minimum duration for which stations will keep the same IP address (default is 600)
[Servers]
[Ranges]
#<range>
[Hosts]
#<host>,<duid-ll|duid-en|duid-llt>
[RelayConfig]
RelayServers= # Servers to which the relay will send the queries (can be a host, a range or a hostgroup)
RelayCMDlineOption= # additional DHCP relay command line parameters
# interfaces on which queries will be received from clients or from other relay agents
[RelayReceiveInterfaceList]
# interfaces to which queries from clients and other relay agents will be forwarded
[RelayForwardInterfaceList]
#################################################
# Examples of all sections and tokens available #
#################################################
#[Config]
#State=0|1# disable/enable DHCPv6 server (default is 0)
#RelayState=0|1# disable/enable DHCPv6 relay (default is 0)
#
#[Global]
#port=547# Port number on which the DHCP server will listen for DHCP messages. The default port is 547 (if not 547, must be > 1024)
#lease-filename=<filename>#The specified filename is used to store leases. The default is /var/db/dhcpd6.leases
#dns-update=0|1#Indictates whether dynamic updates should be sent to a DNS server
#dns-use-hostname=0|1 # If Enabled, use the hostname to idendify the client (choose the first available among fqdn.hostname, host-name)
#dns-update-hosts=0|1#If Enabled, DHCP server will perform a DNS update for clients specified with a fixed-address
#dns-allow-client-update=0|1 # Will allow(1)/Ignore(0) client intention to update its A record (default is 0)
#default-ltime=86400# default lease time in seconds: default duration for which stations will keep the same IP address (default is 86400)
#min-ltime=3600# minimum lease time in seconds: minimum duration for which stations will keep the same IP address (default is 600)
#max-ltime=604800# maximum lease time in seconds: maximum duration for which stations will keep the same IP address (default is 604800)
#ping-check=0|1# The server will ping the address to be offered to a client before issuing the offer.
#If no response is received, the offer is delivered; otherwise, the address is abandoned and no response is sent to the client.
#domain-name=# Domain name that client should use when resolving hostnames via DNS
#authoritative=# Indicated if the DHCP Server is authoritave or not
#custom-option1=<name>,<id>,(str|ip|ipv6|iparray|ipv6array),(<string>|<host name>|<host6 name>|<hostgroup name>|<hostgroup6 name>) #Custom user defined DHCP option1
#custom-option2=<name>,<id>,(str|ip|ipv6|iparray|ipv6array),(<string>|<host name>|<host6 name>|<hostgroup name>|<hostgroup6 name>) #Custom user defined DHCP option2
#wpad=0|1# If enabled, will activate web proxy autoconfiguration discovery
#
#[Servers]
#dns1=<host># Primary DNS server
#dns2=<host># Secondary DNS server
#
#[Ranges]
#<range1>
#<range2>
#
#[Hosts]
# Hosts with fixed IPv6
#<host>,<duid-ll|duid-en|duid-llt>
#
#[RelayConfig]
#RelayServers= # Servers to which the relay will send the queries (can be a host, a range or a hostgroup)
#RelayCMDlineOption= # additional DHCP relay command line parameters
#
# interfaces on which queries will be received from clients or from other relay agents
#[RelayReceiveInterfaceList]
#
# interfaces to which queries from clients and other relay agents will be forwarded
#[RelayForwardInterfaceList]