HowtoForge provides user-friendly Linux tutorials.
-
Installing PowerDNS (With MySQL Backend) And Poweradmin On CentOS 5.2
Author: Falko Timme • Tags: centos, dns, powerdns • Comments: 2
Installing PowerDNS (With MySQL Backend) And Poweradmin On CentOS 5.2 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a CentOS 5.2 system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.
-
Installing PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 8.10
Author: Falko Timme • Tags: dns, ubuntu, powerdns • Comments: 4Installing PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 8.10 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on an Ubuntu 8.10 system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.
-
Installing PowerDNS (With MySQL Backend) And Poweradmin On Fedora 10
Author: Falko Timme • Tags: dns, fedora, powerdns • Comments: 0
Installing PowerDNS (With MySQL Backend) And Poweradmin On Fedora 10 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Fedora 10 system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.
-
-
Installing MyDNS-NG & MyDNSConfig 3 On Debian Lenny
Author: Falko Timme • Tags: control panels, debian, dns, mydns • Comments: 3
Installing MyDNS-NG & MyDNSConfig 3 On Debian Lenny In this tutorial I will describe how to install and configure MyDNS-NG and MyDNSConfig 3 on Debian Lenny. MyDNS-NG is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. MyDNSConfig is an easy to use web-based interface to MyDNS-NG. MyDNSConfig can create all types of DNS records that are available in MyDNS and adds features like user management and access privileges.
-
Installing MyDNS & MyDNSConfig 3 On Fedora 10
Author: Falko Timme • Tags: control panels, dns, fedora, mydns • Comments: 1
Installing MyDNS & MyDNSConfig 3 On Fedora 10 In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig 3 on Fedora 10. MyDNS is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver. MyDNSConfig is an easy to use web-based interface to MyDNS. MyDNSConfig can create all types of DNS records that are available in MyDNS and adds features like user management and access privileges.
-
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.
-
Installing PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 9.10
Author: Falko Timme • Tags: dns, powerdns, ubuntu • Comments: 0
Installing PowerDNS (With MySQL Backend) And Poweradmin On Ubuntu 9.10 This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on an Ubuntu 9.10 system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.
-
Installation And Setup Guide For DRBD, OpenAIS, Pacemaker + Xen On OpenSUSE 11.1
Author: bhellman • Tags: high-availability, linux, suse, virtualization, xen • Comments: 4
Installation And Setup Guide For DRBD, OpenAIS, Pacemaker + Xen On OpenSUSE 11.1 The following will install and configure DRBD, OpenAIS, Pacemaker and Xen on OpenSUSE 11.1 to provide highly-available virtual machines. This setup does not utilize Xen's live migration capabilities. Instead, VMs will be started on the secondary node as soon as failure of the primary is detected. Xen virtual disk images are replicated between nodes using DRBD and all services on the cluster will be managed by OpenAIS and Pacemaker. The following setup utilizes DRBD 8.3.2 and Pacemaker 1.0.4. It is important to note that DRBD 8.3.2 has come a long way since previous versions in terms of compatibility with Pacemaker. In particular, a new DRBD OCF resource agent script and new DRBD-level resource fencing features. This configuration will not work with older releases of DRBD.