Articles by rhein.andrea
-
BIND Installation On CentOS
Author: rhein.andrea • Tags: dns, centos, bind • Comments: 11
BIND Installation On CentOS BIND is alternative software for translating domain names into IP addresses. Because domain names are alphabetic, they are easier to remember. So if we will browse the Internet we don’t need to remember IP addresses. For example, the domain name www.yourdomain.com might translate to 192.168.0.1.
-
Installation Of BIND As A Secondary (Slave) DNS Server On CentOS
Author: rhein.andrea • Tags: dns, centos, bind • Comments: 6
Installation Of BIND As A Secondary (Slave) DNS Server On CentOS After we have installed BIND as a master DNS server (NS1), we can now try to set up a secondary DNS server (NS2) with BIND on CentOS. NS2 acts as a backup if there are problems with NS1.
-
Installing PowerDNS With MySQL On CentOS
Author: rhein.andrea • Tags: dns, centos, powerdns • Comments: 7
Installing PowerDNS With MySQL On CentOS PowerDNS is a MySQL-based DNS server, written in C++ and licensed under the GPL. PowerDNS can be managed through a web interface (PowerAdmin). This guide shows how to install it on CentOS.
-