After installing wide-dhcpv6-server on one of my linux boxes to figure out how things are supposed to work I realized DHCPv6 wasn't working at all on my m0n0wall.
The system log never shows dhcp6s starting.My current dhcp6s.conf downloaded from m0n0wall:
option domain-name "local";
option domain-name-servers 2001:470:aaaa:aaa:;
interface sis0 {
preference 255;
address-pool poolsis0 7200 86400;
};
pool poolsis0 {
range 2001:470:aaaa:aaa::1 to 2001:470:aaaa:aaa::f ;
};
host m0n0wall {
duid 00:0d:b9:01:18:d4;
address 2001:470:aaaa:aaa: infinity;
};