Can someone help me from this blocker?






Thanks & Regards,
Purushotham P

From: Purushotham P <purushotham...@ibm.com>
Date: Friday, 23 February 2024 at 11:37 AM
To: dnsmasq-discuss@lists.thekelleys.org.uk 
<dnsmasq-discuss@lists.thekelleys.org.uk>
Cc: Saumya Singh <saumya.sing...@ibm.com>
Subject: config error is REFUSED (EDE: not ready) for dnsmasq version
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
_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to