[Dnsmasq-discuss] dnsmasq v2.20 SOA records

Simon Kelley simon@thekelleys.org.uk
Sat, 19 Mar 2005 08:55:46 +0000


Dennis DeDonatis wrote:
> When running nslookup from bind-utils-9.2.5-1(FC3 RPM) and 
> looking for SOA records, it says it can't find 'em when going 
> through dnsmasq v2.20 (I didn't try any other version).
> 
> 
>>set q=soa
>>yahoo.com
> 
> Server:         127.0.0.1
> Address:        127.0.0.1#53
> 
> *** Can't find yahoo.com: No answer
> 
> It works if I choose a non dnsmasq nameserver (including any of 
> the ones dnsmasq points to).
> 
> I rarely do this from home (where dnsmasq is running), so it's no 
> big deal, but I thought I had better let someone know.
> 
> dnsmasq is a GREAT program and has helped me out quite a bit.  I 
> appreciate everything you guys are doing.  If you need ANY more 
> information, please don't hesitate to email me directly as I'm not on 
> this email list.
> 
> Dennis
> 
> 
> _______________________________________________
> Dnsmasq-discuss mailing list
> Dnsmasq-discuss@lists.thekelleys.org.uk
> http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
> 

This works for me:

srk@vaio:~$ nslookup
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
 > set q=soa
 > yahoo.com
Server:         127.0.0.1
Address:        127.0.0.1#53

Non-authoritative answer:
yahoo.com
         origin = ns1.yahoo.com
         mail addr = hostmaster.yahoo-inc.com
         serial = 2005031824
         refresh = 3600
         retry = 300
         expire = 604800
         minimum = 600

Authoritative answers can be found from:
 >

It's possible that you hit a transient error in the upstream server(s), 
so worth checking again. If you still see the problem, the best way to 
proceed is to use ethereal to grab the DNS packets to and from dnsmasq 
and send the dump files to me. I'll take a look and see what's going on.


Cheers,

Simon.