PowerDNS: Instalasi DNS Recursor
Revision as of 10:50, 1 June 2015 by Onnowpurbo (talk | contribs)
PowerDNS Recursor adalah sebuah resolving DNS server, yang berjalan sebagai proses yang berbeda. Sebuah authoritative pdns_server dapat di konfigurasi untuk proxy recursive query ke recursor, dan and optionally overlay authoritative zone data.
The Recursor is used by several of the largest Internet providers of the world, including AOL, Shaw Cable and Neuf Cegetel.
1. Install the pdns-recursor package
apt-get install pdns-recursor
2. Configure the server to listen to all interfaces and allow queries from the local network (pico /etc/powerdns/recursor.conf)
allow-from=192.168.1.0/24 local-address=0.0.0.0
Replace 192.168.1.0/24 with your local network or the network allowed to query the resolving NS server.
3. Restart the DNS server
/etc/init.d/pdns-recursor restart