Troubleshooting DHCPv6 when it won't start

Started by kryptonian, August 29, 2024, 11:27:15 PM

Previous topic - Next topic
It seems that for whatever reason, DHCPv6 dislikes my DNS address despite it working previously?

The DNS address in question is an ULA,fdbc:baa4:65a9::4

Is there a place where that conf file would be persisteted so I can look at it? I cannot find the file in /etc/dhcpdv6.conf?

Running OPNsense 24.7.3_1


/services_dhcpv6.php: The command '/usr/local/sbin/dhcpd -6 -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpdv6.conf -pf /var/run/dhcpdv6.pid ix0_vlan10 ix0_vlan105 bridge0 ix0_vlan20 ix0_vlan110' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.3-P1 Copyright 2004-2022 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ /etc/dhcpdv6.conf line 20: semicolon expected. option custom-lan-0 fdbc: ^ Configuration file errors encountered -- exiting If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'

Use RADVD to tell your IPv6 neighbours what DNS to use.

> /etc/dhcpdv6.conf line 20: semicolon expected. option custom-lan-0 fdbc:

Well, first check around line 20 of /var/dhcpd/etc/dhcpdv6.conf -- allegedly it only desires a semicolon.


Cheers,
Franco