# DHCPv6 Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd6.conf.example # see dhcpd.conf(5) man page # default-lease-time 2592000; preferred-lifetime 604800; option dhcp-renewal-time 3600; option dhcp-rebinding-time 7200; option dhcp6.bootfile-url "tftp://[2001:0001:0001::0d01]/uefi/shim.efi"; allow leasequery; allow booting; option dhcp6.info-refresh-time 21600; option dhcp6.client-arch-type code 61 = array of unsigned integer 16; #DHCPDARGS=bond0; host host1 { host-identifier option dhcp6.client-id 00:04:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00; fixed-address6 2001:0001:0001::0d02; fixed-prefix6 2001:0001:0001::0d00/120; if packet(0,1) = 1 { log(debug,"sol"); } } subnet6 2001:0001:0001:0000:0000:0000:0000:0d00/120 { # Two addresses available to clients # (the third client should get NoAddrsAvail) range6 2001:0001:0001::0d02 2001:0001:0001::0d03; if packet(0,1) = 1 { log(debug,"sol2");} }