Project

General

Profile

Actions

Bug #10823

closed

named.conf "controls" section missing IPv6 localhost on IPv6 enabled PFsense - breaking rndc

Added by Dave Tickem over 3 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
BIND
Target version:
-
Start date:
08/09/2020
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
All

Description

Generator for {/cf/named}/etc/namedb/named.conf needs updating to include ::1 as well as 127.0.0.1 on PFSense instances with IPv6 enabled.

Clean BIND installation - /etc/namedb/named.conf contains:

controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};

If the system has an IPv6 stack, then /etc/hosts has ::1 for localhost as well. RNDC will try to use this address, timeout and fail.

Actions

Also available in: Atom PDF