Difference between revisions of "PowerDNS: Instalasi DNS Recursor"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 1: | Line 1: | ||
| − | 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   | + | 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 optional bisa authoritive zone data.  | 
| − | + | Install pdns-recursor package  | |
| − | + |  apt-get install pdns-recursor  | |
| − | + | Konfigurasi server untuk mendengar semua interface dan mengijinkan query dari jaringan local-nya  | |
| + | |||
| + |   vi /etc/powerdns/recursor.conf  | ||
| − | + | isi, misalnya local network 192.168.0.0/24  | |
| − |   allow-from=192.168.  | + |   allow-from=192.168.0.0/24  | 
  local-address=0.0.0.0  |   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.  | Replace 192.168.1.0/24 with your local network or the network allowed to query the resolving NS server.  | ||
| − | + | Restart DNS server  | |
  /etc/init.d/pdns-recursor restart  |   /etc/init.d/pdns-recursor restart  | ||
Revision as of 15:12, 1 June 2015
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 optional bisa authoritive zone data.
Install pdns-recursor package
apt-get install pdns-recursor
Konfigurasi server untuk mendengar semua interface dan mengijinkan query dari jaringan local-nya
vi /etc/powerdns/recursor.conf
isi, misalnya local network 192.168.0.0/24
allow-from=192.168.0.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.
Restart DNS server
/etc/init.d/pdns-recursor restart