DNS
Setting Up Bind As a Private DNS Server on RHEL 8
The Domain Name System (DNS) is a method used to translate human-readable domain names (or Fully Qualified Domain Names (FQDN)) to machine-readable IP...
How to Setup Local DNS Using /etc/hosts File in Linux
DNS (Domain Name System or Service) is a hierarchical decentralized naming system/service that translates domain names into IP addresses on the Intern...
Install and Configure Caching-Only DNS Server in RHEL/CentOS 7 - Part 10
DNS servers comes in several types such as master, slave, forwarding and cache, to name a few examples, with cache-only DNS being the one that is easi...
How to Install and Configure 'PowerDNS' (with MariaDB) and 'PowerAdmin' in RHEL/CentOS 7
PowerDNS is a DNS server running on many Linux/Unix derivatives. It can be configured with different backends including BIND style zone files, relatio...
How to Install and Configure 'Cache Only DNS Server' with 'Unbound' in RHEL/CentOS 7
Caching name servers using 'Unbound' ( is a validating, recursive, and caching DNS server software ), back in RHEL/CentOS 6.x (where x is version numb...
Setup Caching-Only DNS Server Using “Bind” in CentOS 6.5
There are several type of DNS servers such as master, slave, forwarding and cache, among them Caching-Only DNS is the one, which is easier to setup. D...
Setup Master-Slave DNS Server Using “Bind” Tools in RHEL/CentOS 6.5
Domain Name Server (DNS) used for name resolving to any hosts. Master DNS servers (Primary Server) are the original zone data handlers and Slave DNS s...
Setting up a Caching DNS Server in Ubuntu Server 14.04
Domain Name Service (DNS) is a Naming service that maps IP addresses and fully qualified domain names to one another. Computers that runs DNS are call...