Chapter 12 - Advance Bind Features Flashcards
List and describe the 4 named address match lists that are predefined in BIND.
- None – matches no hosts
- Any – matches all hosts
- Localhost – matches the ipv4 addresses of all local interfaces on the system
- Localnets – matches the subnet of the ipv4 nw for which the system has an interface
How would you implement the predefined named address match lists (use localnets)?
allow‐query { localnets; };
Who does the allow-query setting restrict to query your DNS server?
allow‐query; from which hosts iterative queries will be serviced – default is on
Who does the allow-query-on setting restrict to query your DNS server?
allow‐query‐on; which local addresses can accept iterative queries – default is all
Who does the allow-query-cache setting restrict to query your DNS server?
allow‐query‐cache; which hosts can get answers form cache. no default value
Who does the allow-recursion setting restrict to query your DNS server?
allow‐recursion; from which hosts recursive queries will be serviced – default localnets localhost
Who does the allow-recursion-on setting restrict to query your DNS server?
allow‐recursion‐on; which local addresses can accept recursive queries
Who does the allow-update setting restrict to query your DNS server?
allow‐update; from which hosts are DDNS updates accepted – default is all
Who does the blackhole setting restrict to query your DNS server?
blackhole; address the server will not accept queries from or sent queries to – default is no
What method of security can you use to restrict processes to a directory so that it will be seen as the root of the file system hierarchy and why would you use this method?
use a chroot env – if the bind daemon is compromised it will not have the ability to access or read other parts of the filesystem.
What file and what command within the file will invoke a chroot environment?
/etc/sysconfig/named
What RPM sets up the chroot environment?
bind-chrootenv
What version of BIND is required to support SRV records?
BIND v 8.2.2 or later
What command should be used to modify records in a zone that allows DDNS updates?
nsupdate