<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Constantia,Serif;">
<pre class="tw-data-text tw-text-large XcVN5d tw-ta" data-placeholder="Traduction" id="tw-target-text" style="text-align:left" dir="ltr"><span lang="en">Hello
after installing dnsdist an error message appears: "Fatal error: binding socket to @192.168.1.10:53: Address already in use"</span></pre>
<ul>
<li>OS : centOS 7<br>
</li></ul>
<ul>
<li>dnsdist version : dnsdist 1.3.3</li></ul>
<ul>
<li>My config file </li></ul>
<p>--------<br>
</p>
<p>-- accept DNS queries on UDP/5200 and TCP/5200<br>
setLocal('192.168.1.10')<br>
setACL('0.0.0.0')<br>
<br>
newServer({address="@IPsever1", qps=1000, order=1})<br>
newServer({address="@IPserver2", order=2})<br>
newServer({address="8.8.8.8", pool="abuse"})<br>
-------------<br>
</p>
<p><br>
</p>
<ul>
<li>netstat -tulpn<br>
</li></ul>
<p><br>
</p>
<p>tcp 0 0 192.168.1.10:53 0.0.0.0:* LISTEN 1208/dnsdist <br>
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1115/sshd <br>
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1339/master <br>
tcp 0 0 0.0.0.0:5199 0.0.0.0:* LISTEN 1208/dnsdist <br>
tcp6 0 0 :::22 :::* LISTEN 1115/sshd <br>
tcp6 0 0 ::1:25 :::* LISTEN 1339/master <br>
udp 0 0 192.168.1.10:53 0.0.0.0:* 1208/dnsdist <br>
udp 0 0 127.0.0.1:323 0.0.0.0:* 885/chronyd <br>
udp6 0 0 ::1:323 :::* 885/chronyd
<br>
</p>
<p><br>
</p>
<p>Regards<br>
</p>
</body>
</html>