Ehud
Basic Pleskian
Username:
TITLE
dnssec-enable + filter-aaaa-on-v4 yes; used in /etc/bind/named.conf.options while a new string should be used: dnssec-validation yes;
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Obsidian 18.0.52.3
OS version: Ubuntu 22.04 x86_64
Build date: 2023/05/16 12:00
apache2 -v
Server version: Apache/2.4.57 (Ubuntu)
Server built: 2023-04-08T12:56:02
nginx version: nginx/1.22.1
BIND 9.18.12-0ubuntu0.22.04.1-Ubuntu (Extended Support Version) <id:>
(failing...)
PROBLEM DESCRIPTION
The /etc/bind/named.conf.options file, seems to contain a phrase not used any more in BIND causing named not to start.
dnssec-enable
should most liely be:
dnssec-validation yes;
filter-aaaa-on-v4 yes;
kb.isc.org
options { minimal-responses yes; edns-udp-size 512; };
the include was for a missing file
include "/etc/named-user-options.conf";
I have generated it, and placed in it:
options {
minimal-responses yes;
edns-udp-size 512;
};
How come I had all of this OLD configuration?
STEPS TO REPRODUCE
failed to start the service
failed to gain access to DNS port 53
ACTUAL RESULT
working to fix in progress
EXPECTED RESULT
a fix
ANY ADDITIONAL INFORMATION
please let me know of your opinion.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Help with sorting out
TITLE
dnssec-enable + filter-aaaa-on-v4 yes; used in /etc/bind/named.conf.options while a new string should be used: dnssec-validation yes;
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Obsidian 18.0.52.3
OS version: Ubuntu 22.04 x86_64
Build date: 2023/05/16 12:00
apache2 -v
Server version: Apache/2.4.57 (Ubuntu)
Server built: 2023-04-08T12:56:02
nginx version: nginx/1.22.1
BIND 9.18.12-0ubuntu0.22.04.1-Ubuntu (Extended Support Version) <id:>
(failing...)
PROBLEM DESCRIPTION
The /etc/bind/named.conf.options file, seems to contain a phrase not used any more in BIND causing named not to start.
dnssec-enable
should most liely be:
dnssec-validation yes;
filter-aaaa-on-v4 yes;

Filter AAAA option in BIND 9
When acting as a resolver, BIND 9 has an option to filter AAAA (IPv6 address) records returned to the client, based on the transport used for the query (IPv4 or IPv6) and other filtering conditions. This filtering does not affect the recursive queries made by the server (if any) as a result of...

the include was for a missing file
include "/etc/named-user-options.conf";
I have generated it, and placed in it:
options {
minimal-responses yes;
edns-udp-size 512;
};
How come I had all of this OLD configuration?
STEPS TO REPRODUCE
failed to start the service
failed to gain access to DNS port 53
ACTUAL RESULT
working to fix in progress
EXPECTED RESULT
a fix
ANY ADDITIONAL INFORMATION
please let me know of your opinion.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Help with sorting out