<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
If using the recorsor setting (such as 'recursor=10.0.0.1' in pdns.conf) is it possible to set multiple recursors ?<br>
<br>
Any option we tried (comma seperated, or for instance ("10.0.0.1","10.0.0.2") etc) fail.<br>
Our goal is to have several auth. nameservers (powerdns) where each
server is able to query up to 5 or 6 other caching/recursing server for
queries that it isn't authorative for.<br>
<br>
Within BIND we can just set something like:<br>
<br>
        forwarders { 10.0.0.1; 10.0.0.2; };<br>
<br>
etc..<br>
<br>
Also, is it possible for multiple caching (recursor) servers to utilize the same cache ?<br>
<br>
Thanks,<br>
Nico van Royen<br></body></html>