Feature #2016
closedDHCPv6 Server doesn't load if NTP server specified
0%
Description
Error message in log:
php: /services_dhcp.php: The command '/usr/local/sbin/dhcpd 6 -user dhcpd -group _dhcp -chroot /var/dhcpd -cf /etc/dhcpdv6.conf -pf /var/run/dhcpdv6.pid vr0' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.2.1-P1 Copyright 2004-2011 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ /etc/dhcpdv6.conf line 23: semicolon expected. option ntp-servers 2001: ^ Configuration file errors encountered - exiting
Removing NTP server fixes problem
Updated by Chris Buechler about 13 years ago
- Target version set to 2.1
- Affected Version set to 2.1-IPv6
Updated by Seth Mos about 13 years ago
- Tracker changed from Bug to Feature
- Priority changed from Normal to Low
Hurrah, it appears there is a draft, but no support.
http://tools.ietf.org/html/draft-ietf-ntp-dhcpv6-ntp-opt-06
Commenting the code out for the mean time.
Updated by Seth Mos over 12 years ago
- Status changed from New to Resolved
Checked in a fix that enabled the NTP fields for the DHCP6 server again.