Bug #4749
closedDHCPv6 server not disabling after initial setup
0%
Description
Fresh install of pfSense 2.2.2 with 1x LAN and 1x WAN interface.
Used the console menu to (#1) assign interfaces and (#2) set interfaces IP addresses.
During (#2) disabled DHCP and DHCPv6 server on the LAN interface, but DHCPv6 server keeps starting after every reboot.
Service shows up as NOT enabled in the WebGUI, but the processes run:
# ps waux| grep dhc dhcpd 31851 0.0 2.2 20724 10840 - Is 9:26PM 0:00.00 /usr/local/sbin/dhcpd -6 -user dhcpd -group _dhcp -chroot /var/dhcpd -cf /etc/dhcpdv6.conf -pf /var/run/dhcpdv6.pid em0 root 32378 0.0 0.4 8316 1880 - Is 9:26PM 0:00.00 /usr/local/sbin/dhcpleases6 -c /usr/local/bin/php -f /usr/local/sbin/prefixes.php|/bin/sh -l /var/dhcpd/var/db/dhcpd6.leases root 50926 0.0 0.5 14664 2336 - Ss 9:26PM 0:00.01 /usr/sbin/syslogd -s -c -c -l /var/dhcpd/var/run/log -P /var/run/syslog.pid -f /var/etc/syslog.conf
The dhcpdv6 section in config.xml looks like this:
<dhcpdv6>
<wan>
<ramode>router</ramode>
<rapriority>low</rapriority>
<rainterface/>
<radomainsearchlist/>
</wan>
<lan>
<ramode>managed</ramode>
<rapriority>high</rapriority>
<rainterface/>
<radomainsearchlist/>
</lan>
</dhcpdv6>
Found similar bug report in 2.1, but that was closed as not reproducable(?): https://redmine.pfsense.org/issues/3408