Project

General

Profile

Actions

Bug #4749

closed

DHCPv6 server not disabling after initial setup

Added by Andreas Peetz almost 9 years ago. Updated almost 8 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
DHCP (IPv4)
Target version:
-
Start date:
06/07/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:

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

Actions

Also available in: Atom PDF