dhcpd6.conf 997 B

123456789101112131415161718192021222324252627282930313233
  1. # DHCP for IPv6 Server Configuration file.
  2. # see /usr/share/doc/dhcp/dhcpd6.conf.sample
  3. # see 'man 5 dhcpd.conf'
  4. # run 'service dhcpd6 start' or 'dhcpd -6 -cf /etc/dhcp/dhcpd6.conf'
  5. #
  6. #############################################
  7. # ddns-update-style none;
  8. #
  9. # default-lease-time 21600;
  10. # max-lease-time 21600;
  11. #
  12. # option subnet-mask 255.255.255.0;
  13. # option broadcast-address 10.0.0.255;
  14. # option routers 10.0.0.1;
  15. # option domain-name-servers 10.0.0.1;
  16. # option domain-name "pisilinux";
  17. #
  18. # next-server 10.0.0.1;
  19. # get-lease-hostnames on;
  20. #
  21. # option root-path "10.0.0.1:/opt/ptsp";
  22. #
  23. # subnet 10.0.0.0 netmask 255.255.255.0 {
  24. # range 10.0.0.1 10.0.0.99;
  25. #Send this file for pxe file requests
  26. #filename "/pts/latest-ptsp/pxelinux.0";
  27. # }
  28. # host AccessPoint {
  29. # hardware ethernet XX:XX:XX:XX:XX:XX;
  30. # fixed-address 10.0.0.120;
  31. #}