dhcpd6.conf 258 B

123456789101112131415
  1. authoritative;
  2. subnet6 fc62:5265:6448:6174::/64 {
  3. range6 ;
  4. option dhcp6.name-servers ;
  5. option dhcp6.domain-search ;
  6. default-lease-time 600;
  7. max-lease-time 7200;
  8. }
  9. host serverc {
  10. host-identifier option
  11. dhcp6.client-id ;
  12. fixed-address6 ;
  13. }