Nslookup Command Examples To Check DNS Records

Nslookup Command Examples To Check DNS Records  Find out the domain IP address / A record [root@web ~]# nslookup arstech.net Server: 213.136.95.11 Address: 213.136.95.11#53 Non-authoritative answer: Name: arstech.net Address: 213.136.71.197   Find out the domain MX record [root@web ~]# nslookup… Continue Reading

How to Setup PowerDNS PowerAdmin Web GUI

How to Setup PowerDNS PowerAdmin

How to Setup PowerDNS PowerAdmin Web GUI   In this article i will show how to install PowerDNS PowerAdmin Web GUI. First I will show how to install PowerDNS on CentOS. Our PowerDNS setup will use MySQL database in backend.… Continue Reading

Install PowerDNS and powerdns-webinterface on CentOS

Install PowerDNS and powerdns-webinterface on CentOS 6.x x64 1. Install REMI and EPEL Repositories and PHP, PDNS, MySQL Packages: rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum -y install php php-mcrypt php-pdo php-mysql pdns pdns-backend-mysql mysql-server httpd Start MySQL, httpd, pdns… Continue Reading