Project

General

Profile

Actions

Bug #5328

closed
WK

Unable to Edit Interface due to DHCPV6 Bug

Bug #5328: Unable to Edit Interface due to DHCPV6 Bug

Added by Wesley Kirkland almost 11 years ago. Updated almost 11 years ago.

Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
Interfaces
Target version:
-
Start date:
10/20/2015
Due date:
% Done:

0%

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

Description

I am trying to build a openvpn tunnel and I keep getting the following error when enabling the interface
"The following input errors were detected:

The DHCP6 Server is active on this interface and it can be used only with a static IPv6 configuration. Please disable the DHCPv6 Server service on this interface first, then change the interface configuration."

The interface does not have any ips I also tried to disable a existing IPV6 interface and I was greeted with the same error.

I did some research and it seems to be related to the bug below.
https://redmine.pfsense.org/issues/2065


Files

2015-10-21 10_13_58-Start.png (132 KB) 2015-10-21 10_13_58-Start.png Wesley Kirkland, 10/21/2015 09:07 AM

CB Updated by Chris Buechler almost 11 years ago Actions #1

  • Status changed from New to Not a Bug
  • Target version deleted (2.2.5)
  • Affected Version deleted (2.2.4)

you had that interface assigned at some point and enabled DHCPv6 server on it. It's not relevant to #2065. You can put a fake static IPv6 IP in there, then disable DHCPv6, then configure the interface as wanted. Or manually edit it out of the config.

WK Updated by Wesley Kirkland almost 11 years ago Actions #2

Chris,

I am just trying to enable the interface and it will not let me enable it due to the error above. I tried modifying and existing interface with IPV6 and it wouldn't let me modify that interface. I do think this is a bug, if there is a file I need to regenerate can you give me a path to it? Please see the attached screenshot.

Thanks

CB Updated by Chris Buechler almost 11 years ago Actions #3

need to remove the config. Disable it as I described earlier after temporarily setting a static v6 IP, manually edit out of the config, or go to Diag>Command and run the following in the PHP execute box.

unset($config['dhcpdv6']);
write_config();

WK Updated by Wesley Kirkland almost 11 years ago Actions #4

Chris,

That fixed it after I got my dhcp v6 scopes working again.

Thanks

Actions

Also available in: Atom