Browsing tag

bind

How To Configure DNS (BIND) Server On CentOS 8 / RHEL 8

The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the internet or a private network. It associates various information with domain names assigned to each of the participating entities. Most importantly, it translates domain names meaningful to humans into the numerical identifiers associated with networking […]

How To Configure DNS Server On Debian 10 / Debian 9

Domain Name System (in short, DNS) is an internet service that is used to resolve Domain Name to IP Address and vice versa. BIND (Berkeley Internet Name Domain) provides the functionality of the name to ip conversion. This post will help you configure DNS server on Debian 10 / Debian 9. THIS DOCUMENT IS ALSO […]

How To Configure Slave DNS (BIND) on CentOS 7 / RHEL 7

BIND can be configured as master or slave to serve the DNS request for each zone. When the BIND is configured as a slave, it obtains the copy of zone data from the master server by using the zone transfer method. In the previous post, we had configured the DNS server on CentOS 7 which […]

How To Configure DNS (BIND) Server on CentOS 7 / RHEL 7

The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities. Most importantly, it translates domain names meaningful to humans into the numerical identifiers associated with networking […]