9c63bd9
default-lease-time 600;
9c63bd9
max-lease-time 7200; 
9c63bd9
log-facility local7; 
9c63bd9
subnet6 2001:db8:0:1::/64 {
9c63bd9
        # Range for clients
9c63bd9
        range6 2001:db8:0:1::129 2001:db8:0:1::254;
9c63bd9
        # Additional options
9c63bd9
        option dhcp6.name-servers fec0:0:0:1::1;
9c63bd9
        option dhcp6.domain-search "domain.example";
9c63bd9
        # Prefix range for delegation to sub-routers
9c63bd9
        prefix6 2001:db8:0:100:: 2001:db8:0:f00:: /56;
9c63bd9
        # Example for a fixed host address
9c63bd9
        host specialclient {
9c63bd9
                host-identifier option dhcp6.client-id 00:01:00:01:4a:1f:ba:e3:60:b9:1f:01:23:45;
9c63bd9
                fixed-address6 2001:db8:0:1::127;
9c63bd9
        } 
9c63bd9
}