In comp.os.linux.networking <(E-Mail Removed). com>
(E-Mail Removed) wrote:
> answer. Both sources would return an answer eventually. This didn't
> appear to be the direct cause, but it was odd because I only wanted the
> Linux box to answer DNS queries - so I think I have mis-configured my
> router. When things inevitably started failing, the sniffer program
Sounds like your DHCP server for your LAN is configured to give out
too many DNS servers. You need to configure it to just give out the
address of your Linux box as a DNS server, then configure named on
that box to forward to your ISP's servers (or to go directly to the
roots, if you want that).
> name, rather than IP. So something had happened at that point - then a
> lot of requests also starting going to a service called NBNS (which I
> gather is some NetBIOS equivalent for name resolution) which never
That's a Windows behavior: query both DNS and NetBIOS Name Service
for name-to-address translations. MacOS and Linux only query DNS.
If you don't have Samba running on the Linux box, you won't have
anything that can respond to NBNS queries. I'm recalling there were
some tweaks you could do with gpedit.msc to make WinXP behave better
when it comes to name resolution, but I can't recall what they
were and I don't have an XP machine within reach to check.
--
death.net: because for some problems there's only one solution.