<div dir="ltr"><div><div><div>Hello to all, i have just discovered this great dnsdist package, im testing it with a resolver serving several thousands cablemodems, i configured two resolver instances, pdns-recursor and unbound. Using a simple configuration:<br><br>controlSocket("0.0.0.0")<br>webserver("<a href="http://0.0.0.0:8083">0.0.0.0:8083</a>", "J4s0n2015")<br>addLocal("<a href="http://127.0.0.1:53">127.0.0.1:53</a>")<br>setKey("MXNeLFWHUe4363BBKrY06cAsH8NWNb+Se2eXU5+Bb74=")<br>carbonServer("37.252.122.50", "J4s0nDNSDIST", 30)<br><br>warnlog(string.format("Script starting %s", "up!"))<br><br>-- define the good servers<br>newServer {address="<a href="http://127.0.0.1:5353">127.0.0.1:5353</a>", name="unbound"}<br>newServer {address="<a href="http://127.0.0.1:5454">127.0.0.1:5454</a>", name="pdns-recursor"}<br><br></div>What i just discovered after ruuning dnsdistis a obscene amount of drops, i am not clear about what is the meaning of this, are server fail errors?, timeouts?, etc.<br></div>What do you recommend me to check?<br></div>Because of this im running  recursor instances with trace on but i dont see any droping packet error.<br><br>> showServers()<br>#   Name                 Address                       State     Qps    Qlim Ord Wt    Queries   Drops Drate   Lat Pools<br>0   unbound              <a href="http://127.0.0.1:5353">127.0.0.1:5353</a>                   up    57.0       0   1  1    6219959   93631   1.0 119.9<br>1   pdns-recursor        <a href="http://127.0.0.1:5454">127.0.0.1:5454</a>                   up    74.0       0   1  1    3736215  250433   2.0 228.8<br>All                                                            129.0                   9956174  344064<br><br><br></div>