#
# DHCP for IPv6 Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd6.conf.sample
# see 'man 5 dhcpd.conf'
# run 'service dhcpd6 start' or 'dhcpd -6 -cf /etc/dhcp/dhcpd6.conf'
#
subnet6 3002::/64 {
option dhcp6.name-servers 3002::1;
option dhcp6.domain-search "sqa2.com";
range6 3002::1000 3002::2000;
#range6 3002:: temporary;
#prefix6 3003:: 4005::/64;
prefix6 4005:: 3003::/64;
#3001:0000:0000:0000::/64
}
option dhcp6.rapid-commit;
default-lease-time 2592000;
preferred-lifetime 604800;
option dhcp-renewal-time 360;
option dhcp-rebinding-time 720;
allow leasequery;
option dhcp6.name-servers 3002::1;
option dhcp6.domain-search "sqa2.com", "www.sqa2.com";
option dhcp6.info-refresh-time 21600;