Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
- Forward policy: Select a policy for forwarding queries. If you select Forward first, your Synology NAS queries root servers when forwarders do not respond. If you select Forward only, your Synology NAS will not attempt to query its root servers even if forwarders do not respond.
It will be fixed after upgrading the BIND binary next time since the root DNS list is hard coded in the BIND binary.
Currently, please ignore these logs since it will not affect the DNS server running.[/INDENT]
named resolver to use this file for root zone hints. Here are the commands:named configuration foldersudo su -
cd /var/packages/DNSServer/target/named/etc/default
ls -l
named.root file from iana's web site, adjust permissionswget https://www.internic.net/domain/named.root
chown DNSServer:DNSServer named.root
chmod 755 named.root
ls -l
named.conf under a new name for editing, rename the original and create a symbolic link to allow easy switching between the two versionscd ..
cp -p named.conf named.conf.use_named_root
mv named.conf named.conf.original; ln -s named.conf.use_named_root named.conf
ls -l
// zone file for the root servers
// Added to handle the change of IP for the b.root-servers.net in November 2023.
zone "." {
type hint;
file "/var/packages/DNSServer/target/named/etc/default/named.root";
};
vi named.conf
cat named.conf
[ Run ] ),[ Open ] it,[ Repair ]. In my experiments, repairing did not affect my DNS configuration.rm commands while running as root are involved. Be sure you understand the commands and type them without errors.sudo su -
cd /var/packages/DNSServer/target/named/etc
ls -l . default
rm named.conf; mv named.conf.original named.conf
rm named.conf.use_named_root default/named.root
ls -l . default
Thank you for your response, and I appreciate your suggestion regarding the resolution of this issue.
To clarify, our development team is already aware of this issue and plans to address it in a future release. However, I currently do not have a specific timeline for when this update will be implemented.
Installed the latest update, "DSM 7.1.1-42962 Update 9", so I'm watching my dns logs to see if anything has changed. This update doesn't mention any dns updates, so hopefully it hasn't overwritten this fix.For the record, further clarification from Synology.
We use essential cookies to make this site work, and optional cookies to enhance your experience.