<div dir="ltr">Hi all,<div>I'm playing around with dnsdist on my raspberry. My idea is to use it as load balancer between 2 server. I had a look around and I have implemented this conf<br><br><div>root@raspberrypi:/etc/dnsdist# cat dnsdist.conf</div><div>newServer{address="192.168.0.3"}</div><div>newServer{address="5.172.1xx.xx"}</div></div><div><br></div><div>When I start dnsdist I get this message Marking downstream <a href="http://192.168.0.3:53">192.168.0.3:53</a> as 'down' and seems not working</div><div><br></div><div><div>Dec 17 14:26:46 raspberrypi dnsdist[2434]: Listening on <a href="http://127.0.0.1:53">127.0.0.1:53</a></div><div>Dec 17 14:26:46 raspberrypi dnsdist[2434]: dnsdist 0.0.523g812632e comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2</div><div>Dec 17 14:26:47 raspberrypi dnsdist[2434]: Marking downstream <a href="http://192.168.0.3:53">192.168.0.3:53</a> as 'down'</div><div>Dec 17 14:26:48 raspberrypi dnsdist[2434]: Marking downstream <a href="http://5.172.120.59:53">5.172.120.59:53</a> as 'down'</div></div><div><br>Questions:<br><ol><li>there is extra conf that I need to do?</li><li>How dnsdist recognizes if a server is UP or DOWN</li></ol><div>Another question. Is it possible to run dnsdist in the same server that running pdns-recursor? My understanding is that both use 127.0.0.1 in order to run and they cannot coexist. maybe there is a way to bind dnsdist to another interface</div></div><div><br>Thanks!!!</div></div>