[Dnsmasq-discuss] config error is REFUSED (EDE: not ready) for dnsmasq version
Purushotham P
Purushotham.P1 at ibm.com
Fri Feb 23 06:07:20 UTC 2024
Hi Team,
When we upgrade dnsmasq to 2.89 on our docker container has stopped responding and showing error message as config error is REFUSED (EDE: not ready). But if we try using dnsmasq version 2.85 our docker container is responding and working good. We are supposed to use 2.89-r3 version to avoid vulnerabilities.
Can someone please help us resolve this blocking issue?
2.85 Configuration is as below:
dnsmasq -k -q \
--log-facility=- \
--cache-size=0 \
--no-hosts \
--no-resolv \
--log-debug \
--log-queries \
--server=/#/my_IPaddress1 \
--server=/#/ my_IPaddress2
2.89 configuration is as below:
dnsmasq -k -q \
--log-facility=- \
--cache-size=0 \
--no-hosts \
--no-resolv \
--log-debug \
--log-queries \
--server= my_IPaddress1 \
--server= my_IPaddress2
(or)
dnsmasq -k -q \
--log-facility=- \
--cache-size=0 \
--no-hosts \
--no-resolv \
--log-debug \
--log-queries \
--server=/#/my_IPaddress1 \
--server=/#/ my_IPaddress2
For 2.89 we tried with and without /#/ both times we are getting config error is REFUSED (EDE: not ready) error.
Thanks & Regards,
Purushotham P
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20240223/36a02bd1/attachment.htm>
More information about the Dnsmasq-discuss
mailing list