Work has not yet been done on a single LAN with multiple WAN dhcp6, however dhcp6c should still do its thing. Can you post your /var/etc/dhcp6c.conf and /var/dhcpd/etc/dhcpdv6.conf files.
interface igb1 { send ia-na 2; # request stateful address send ia-pd 2; # request prefix delegation request domain-name-servers; request domain-name; script "/var/etc/dhcp6c_opt1_script.sh"; # we'd like some nameservers please};id-assoc na 2 { };id-assoc pd 2 { prefix-interface igb0 { sla-id 0; sla-len 0; };};
option dhcp6.domain-search "home.XXXX.XX";default-lease-time 7200;max-lease-time 86400;log-facility local7;one-lease-per-client true;deny duplicates;ping-check true;update-conflict-detection false;authoritative;subnet6 2a02:2788:XXX:XXX::/64 { range6 2a02:2788:XXX:XXX::1000 2a02:2788:XXX:XXX::2000; option dhcp6.name-servers 2a02:2788:XXX:XXX:XXX:XXX:XXXX:XXXX; prefix6 2a02:2788:XXX:8000:: 2a02:2788:XXX:ff00::/60;}ddns-update-style none;
that would suggest not everything is in place.
what does your version info say, 20.?
I'll try and recreate what you did, but I need to know where to start.
opnsense-update -t opnsense-develcd /usropnsense-code coremake upgradecd /usrgit clone https://github.com/opnsense/dhcp6c.gitcd dhcp6c./configuremakekillall -TERM dhcp6cmake installopnsense-patch c76a729opnsense-patch 88bb423opnsense-patch fa8b4c7reboot
I meant what revision you were on, I assume 20.1.7?
OK. I'm going to install 20.1.7 and do what you did, see where it takes me.
opnsense-update -t opnsense
opnsense-patch - OPNsense patch utility[...]Patches can also be reversed by reapplying them[...]
Nah... looking again the files are OK. So you are seeing multiple dhcp6c instances?Can you do a ps -auxw | grep dhcp6c and post results please.