
How to Setup Bind Chroot DNS Server on CentOS 6.3 x86_64
BIND (the Berkeley Internet Name Domain) also known as NAMED is the most widely used DNS server in the internet. Bind DNS helps to resolve domain name to ip address…
How to Setup Bind Chroot DNS Server on CentOS 6.3 x86_64
BIND (the Berkeley Internet Name Domain) also known as NAMED is the most widely used DNS server in the internet. Bind DNS helps to resolve domain name to ip address…
How to Check or Test Reverse DNS on Linux and Windows
Reverse Domain Name System (DNS) lookup (also known as rDNS) is a process to determine the hostname associated with a given IP address. It is part of the behavior of…
How to Install and Configure Bind 9 DNS on CentOS 6.3
This post covers the steps on how to install Bind DNS server on CentOS 6.3. Bind is the most popular software and the most widely used Domain Name System (DNS)…
How to Install and Configure Bind Chroot DNS Server on Fedora 16
DNS is the Domain Name System that maintains a database that can help user’s computer to translate domain names such as www.ehowstuff.com to IP addresses such as 184.173.214.97. DNS on…
How to Configure Bind Chroot DNS Server on Linux CentOS 5.7 Server
In this post, i will guide you on how to configure Bind Chroot DNS server on Linux CentOS 5.7 Server. DNS is the Domain Name System that maintains a database…
How to Install Bind Chroot DNS Server on Linux CentOS 5.7 Server
DNS is the Domain Name System that maintains a database that can help user’s computer to translate domain names such as www.ehowstuff.com to IP addresses such as 184.173.214.97. DNS on…
How to Install and Configure Bind9 DNS on Ubuntu 11.10
Bind is the most popular software and the most widely used Domain Name System (DNS) software on the Internet for providing DNS services. The name BIND stands for “Berkeley Internet…
How to Install and Configure Bind 9 as a Caching Server on Ubuntu 11.10
Bind is the most popular software and the most widely used Domain Name System (DNS) software on the Internet for providing DNS services. The name BIND stands for “Berkeley Internet…
How to Fix “/etc/rndc.key: permission denied” for named Service Error
Symptoms : I keep getting this error every time I try to start the named daemon service : [root@centos62 ~]# service named start Starting named: [FAILED] Then i checked at…
How to Configure Bind Chroot DNS Server on CentOS 6.2
In this post, i will show you on how to configure Bind Chroot DNS Server on CentOS 6.2. Assumed that you have installed Bind Chroot DNS. 1. Install Bind Chroot…
How to Install Bind Chroot DNS Server on CentOS 6.2
In this post, i will guide you on how to install Bind Chroot DNS server on CentOS 6.2. DNS is the Domain Name System that maintains a database that can…
How to Install nslookup on CentOS
nslookup is a part of the bind-utils package. Without bind-utils package installed, you will get the following error when you try to nslookup any domain: [root@centos6 ~]# nslookup -bash: nslookup:…