[dnsdist] Fatal error: binding socket
SAMI RAHAL
Sami.Rahal at topnetpro.tn
Sat Jan 23 16:26:32 UTC 2021
Hello
after installing dnsdist an error message appears: "Fatal error: binding socket to @192.168.1.10:53: Address already in use"
* OS : centOS 7
* dnsdist version : dnsdist 1.3.3
* My config file
--------
-- accept DNS queries on UDP/5200 and TCP/5200
setLocal('192.168.1.10')
setACL('0.0.0.0')
newServer({address="@IPsever1", qps=1000, order=1})
newServer({address="@IPserver2", order=2})
newServer({address="8.8.8.8", pool="abuse"})
-------------
* netstat -tulpn
tcp 0 0 192.168.1.10:53 0.0.0.0:* LISTEN 1208/dnsdist
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1115/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1339/master
tcp 0 0 0.0.0.0:5199 0.0.0.0:* LISTEN 1208/dnsdist
tcp6 0 0 :::22 :::* LISTEN 1115/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1339/master
udp 0 0 192.168.1.10:53 0.0.0.0:* 1208/dnsdist
udp 0 0 127.0.0.1:323 0.0.0.0:* 885/chronyd
udp6 0 0 ::1:323 :::* 885/chronyd
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/dnsdist/attachments/20210123/c2758fa9/attachment.htm>
More information about the dnsdist
mailing list