Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-02-03 Thread Simon Kelley
t;> allcowsgomoo...@hotmail.com; dnsmasq-disc...@thekelleys.org.uk >> Subject: RE: [Dnsmasq-discuss] No caching unless recursion >> enabled? Date: Mon, 25 Jan 2016 16:01:54 -0700 >> >>> /* Don't put stuff from a truncated packet into the cache. Don't >>> cache replies from non

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-26 Thread bob tatus
il.com; > dnsmasq-disc...@thekelleys.org.uk > Subject: RE: [Dnsmasq-discuss] No caching unless recursion enabled? > Date: Mon, 25 Jan 2016 16:01:54 -0700 > > > /* Don't put stuff from a truncated packet into the cache. > > Don't cache replies from non-recursive

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-25 Thread Brad Morgan
> /* Don't put stuff from a truncated packet into the cache. > Don't cache replies from non-recursive nameservers, since we may get a > reply containing a CNAME but not its target, even though the target > does exist. */ > if (!(header->hb3 & HB3_TC) && > !(header->hb4 & HB4_CD)

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-25 Thread Simon Kelley
port 53 traffic, and I can see > the cache hits of dnsmasq rising quickly. > > Thanks. > >> To: dnsmasq-discuss@lists.thekelleys.org.uk From: >> si...@thekelleys.org.uk Date: Sat, 23 Jan 2016 09:24:08 + >> Subject: Re: [Dnsmasq-discuss] No caching unless r

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-24 Thread Matthias Andree
Am 24.01.2016 um 23:11 schrieb bob tatus: > The current package installed lists as 2.66-14.el7_1, which I believe is > latest for CentOS 7. > > I'm using this via NetworkManager, that is I've enabled dnsmasq via the > /etc/NetworkManager/NetworkManager.conf file, not sure if this matters > much

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-24 Thread bob tatus
y possible option to allow caching from a non-recursive nameserver, as this is desirable behaviour in our environment. > To: dnsmasq-discuss@lists.thekelleys.org.uk > From: matthias.and...@gmx.de > Date: Mon, 25 Jan 2016 01:20:11 +0100 > Subject: Re: [Dnsmasq-discuss] No caching un

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-24 Thread bob tatus
the cache hits of dnsmasq rising quickly. Thanks. > To: dnsmasq-discuss@lists.thekelleys.org.uk > From: si...@thekelleys.org.uk > Date: Sat, 23 Jan 2016 09:24:08 + > Subject: Re: [Dnsmasq-discuss] No caching unless recursion enabled? > > -BEGIN PGP SIGNED MESSAGE- >

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-24 Thread bob tatus
. > To: dnsmasq-discuss@lists.thekelleys.org.uk > From: matthias.and...@gmx.de > Date: Sat, 23 Jan 2016 03:03:21 +0100 > Subject: Re: [Dnsmasq-discuss] No caching unless recursion enabled? > > Am 22.01.2016 um 00:16 schrieb bob tatus: > > > > Hi there, > > > >

Re: [Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-22 Thread Matthias Andree
Am 22.01.2016 um 00:16 schrieb bob tatus: > > Hi there, > > I've been using Dnsmasq for a few days now with no problems, it was > caching well and helping a lot. > > Yesterday I disabled recursive DNS queries on my DNS server (Bind 9) as > this is not required within the environment, since

[Dnsmasq-discuss] No caching unless recursion enabled?

2016-01-21 Thread bob tatus
Hi there, I've been using Dnsmasq for a few days now with no problems, it was caching well and helping a lot. Yesterday I disabled recursive DNS queries on my DNS server (Bind 9) as this is not required within the environment, since doing this it appears that the caching is no longer working