Re: [Dnsmasq-discuss] Wrong dhcp-renewal-time

2020-02-20 Thread Simon Kelley
On 20/02/2020 10:49, Andrija Panic wrote: > Hi all, > > first time posting to this ML. > > We are using dnsmasq with CloudStack to provide DNS/DHCP services. > > Recently we've changed the lease duration to 36250 days (98y, i.e. > closer to infinity) to make sure that the clients will not

Re: [Dnsmasq-discuss] Wrong dhcp-renewal-time

2020-02-20 Thread Andrija Panic
Thanks Simon, "infinite" seems to be working fine - I guess something with the year 2038 (?) as it seems that 36250days x 86400sec = ‭3.132.000.000 ‬which is less than 2^32 (4.294.967.296). I'll see into incorporating the "infinite" stuff in the code. Best, Andrija On Thu, 20 Feb 2020 at

Re: [Dnsmasq-discuss] DNS/host lookup delay, how to diagnose?

2020-02-20 Thread Geert Stappers
> > Here is the result of a query that took 5 seconds in 'host':- > > > > Feb 20 09:24:05 newdns dnsmasq[465]: 15 192.168.1.92/52420 query[A] > > esprimo.zbmc.eu from 192.168.1.92 > > Feb 20 09:24:05 newdns dnsmasq[465]: 15 192.168.1.92/52420 /etc/hosts > > esprimo.zbmc.eu is

Re: [Dnsmasq-discuss] DNS/host lookup delay, how to diagnose?

2020-02-20 Thread Geert Stappers
On Thu, Feb 20, 2020 at 09:54:44AM +, Chris Green wrote: > Here is the result of a query that took 5 seconds in 'host':- > > Feb 20 09:24:05 newdns dnsmasq[465]: 15 192.168.1.92/52420 query[A] > esprimo.zbmc.eu from 192.168.1.92 > Feb 20 09:24:05 newdns dnsmasq[465]: 15

Re: [Dnsmasq-discuss] dnsmasq using 100% of cpu

2020-02-20 Thread Simon Kelley
On 17/02/2020 14:37, Geert Stappers wrote: > On 17-02-2020 14:31, Donald Sharp wrote: > >> Running: >> >> sharpd@eva:~/dnsmasq$ /sbin/dnsmasq --version >> Dnsmasq version 2.80  Copyright (c) 2000-2018 Simon Kelley > > 2018,  no  short-git-hashes nor simular indicators on source version. > > >>

Re: [Dnsmasq-discuss] [PATCH] Add new extensible D-Bus signal

2020-02-20 Thread Simon Kelley
On 13/02/2020 13:58, Victorien Molle wrote: > Hello Simon, > > this is not the final patch. I rewrote the way to build extensible dictionary > to be able to > add a vendorclass n times when in IPv6 mode. > > Moreover, as I don't really work with IPv6, I don't know if the IPv6 part of > the

Re: [Dnsmasq-discuss] [PATCH] Say it is homemade when we can't tell

2020-02-20 Thread Simon Kelley
On 17/02/2020 21:10, Geert Stappers wrote: > From: Geert Stappers > > bld/get-version yields UNKNOWN in case no tarball version > or no git commit information is found. > > That UNKNOWN does scare those who are not familiar > with compling / building source code themself. > > Replaced the

Re: [Dnsmasq-discuss] DNSSEC + No Cache not possible

2020-02-20 Thread Simon Kelley
On 17/02/2020 04:14, Marc Dirsus wrote: > Reffering to this github issue it seems that dnsmasq cant disable > caching when dnssec is enabled. I and other would love to see this > changed. I have a unbound server installed and get statistics from there > that ar way to low because pi-hole or better

[Dnsmasq-discuss] Wrong dhcp-renewal-time

2020-02-20 Thread Andrija Panic
Hi all, first time posting to this ML. We are using dnsmasq with CloudStack to provide DNS/DHCP services. Recently we've changed the lease duration to 36250 days (98y, i.e. closer to infinity) to make sure that the clients will not renew its lease for a lng time (for reasons known to us).

Re: [Dnsmasq-discuss] DNS/host lookup delay, how to diagnose?

2020-02-20 Thread Chris Green
On Thu, Feb 20, 2020 at 07:36:02AM +0100, Geert Stappers wrote: > On Wed, Feb 19, 2020 at 10:16:17PM +, Chris Green wrote: > > I have a small home LAN with a number of machines running (mostly) > > xubuntu versions 19,10 and 18.04. > > > > I have a local DNS/DHCP server machine (a Raspberry

Re: [Dnsmasq-discuss] DNS/host lookup delay, how to diagnose?

2020-02-20 Thread Chris Green
On Thu, Feb 20, 2020 at 09:22:05AM +, Chris Green wrote: > > P.S. > > Here is assumed that original poster found in manual page: > > > > --log-queries > > Log the results of DNS queries handled by dnsmasq. > > Yes, thanks, I'll be trying that but I wasn't sure how much timing >