Re: [Dnsmasq-discuss] Local dnsmasq server not utilized by Ubuntu

2019-08-04 Thread john doe
I had been asking such questions at the > Ubuntu and NetworkManager side multiple times at multiple places, but > have never been able to get a straight/working answer. > https://askubuntu.com/questions/2321/what-is-the-proper-way-to-change-the-dns-ip -- John Doe __

Re: [Dnsmasq-discuss] Some MAC addresses recognised, others not, in dhcp lines

2019-08-04 Thread john doe
On 8/4/2019 12:33 PM, john doe wrote: > On 8/3/2019 10:50 PM, Chris Green wrote: >> I'm running dnsmasq version 2.76 on a raspberry pi to provide DNS and >> DHCP services on my LAN. >> >> I have some dhcp-host lines in my configuration file to give names to >&g

Re: [Dnsmasq-discuss] Some MAC addresses recognised, others not, in dhcp lines

2019-08-04 Thread john doe
ably these static IPs must be put into /etc/hosts on the dnsmasq > system, is this the only way of handling this? > If you can move away from fix addresses, static leases might be an option. If you can't move away from fix addresses, as you hinted out you wil

Re: [Dnsmasq-discuss] dnsmaq on OpenWRT, configuration question

2019-07-28 Thread john doe
roku, can you specify the DNS server(s) manually? The URL (2) was found when googling. 1) https://developer.roku.com/en-gb/docs/developer-program/debugging/debugging-channels.md 2) https://lifehacker.com/all-the-roku-secret-commands-and-menus-in-one-graphic-1779010902 -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] dnsmaq on OpenWRT, configuration question

2019-07-27 Thread john doe
n the network for dnsmasq if I can avoid it. > Not strictly an answer, but don't forget that Dnsmasq is normaly configured using OpenWRT. So, if you were able to get everything working previously, there is no reason why you can't do it here. In other words, OpenWrt might be the culprit and not Dnsmasq. -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] leases file only contains a single entry

2019-07-25 Thread john doe
asefile=/home/jmuro/dnsmasq/10.20.102/dnsmasq.leases >> >> # Log options >> log-facility=/home/jmuro/dnsmasq/10.20.102/dnsmasq.log >> log-queries=extra >> log-dhcp > > > I attached log file. > > What am I missing? > > Thanks, > Is the lease fi

Re: [Dnsmasq-discuss] dnsmasq compilation and --help not matching

2019-06-14 Thread john doe
; > dnsmasq --help | grep tftp > > > > Why does dnsmasq show these options? > > This is counter-intuitive, I never see other programs where the help doesn't > match the compiled features. > Simply put, dnsmasq does not support what you want. Feel free to remediate th

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies: compilation macros and help

2019-06-13 Thread john doe
out end users. > Example, I disabled dhcp. > I expect for the users running > dnsmasq --help > they don't see any help about dhcp features. > As far as I can tell, help message by invoking '-h|--help' is not tailored to what is actually installed. -- John Doe

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies

2019-06-12 Thread john doe
n linux 2.6.18 I tried to download and compile libnettle3, but there are > too many broken dependencies. > Is it possibile to use dnsmasq 2.80 without this library? > Looks like you are out of luck here. -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Separate dhcp ranges using dnsmasq

2019-05-21 Thread john doe
ng to (not tested): http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html dhcp-range: "It is always allowed to have more than one --dhcp-range in a single subnet." Did you try your test case, it should work! :) -- John Doe ___ Dnsm

Re: [Dnsmasq-discuss] Cannot send dhcp option 12 hostname to clients

2019-05-15 Thread john doe
On 5/15/2019 6:10 PM, Kevin Flynn wrote: > On 5/15/19 10:56 AM, john doe wrote: >> On 5/15/2019 4:27 PM, Kevin Flynn wrote: >>> On 5/15/19 1:25 AM, Geert Stappers wrote: >>>> Share that dhcp-host lines with your audience here. >>>> Make it possib

Re: [Dnsmasq-discuss] Cannot send dhcp option 12 hostname to clients

2019-05-15 Thread john doe
gt; >From dnsmasq.conf: # Always give the host with Ethernet address 11:22:33:44:55:66 # the name fred and IP address 192.168.0.60 and lease time 45 minutes #dhcp-host=11:22:33:44:55:66,fred,192.168.0.60,45m So 'MAC,hostname,IP,...' and not 'MAC,IP,hostname,...'. -- Joh

Re: [Dnsmasq-discuss] Cannot send dhcp option 12 hostname to clients

2019-05-14 Thread john doe
On 5/15/2019 12:21 AM, Kevin Flynn wrote: > > > On 5/14/19 3:15 PM, john doe wrote: >> On 5/14/2019 6:42 PM, Kevin Flynn wrote: >>> >>> hostnames to clients. I've tried all the obvious methods, including >>> /etc/ethers, dhcp-hostsfile entries, dhcp-

Re: [Dnsmasq-discuss] Cannot send dhcp option 12 hostname to clients

2019-05-14 Thread john doe
a client reliably, everytime, regardless of what the client > is sending ? > Why not using the MAC address of those devices in dnsmasq? "--dhcp-host=[][,id:|*][,set:][,][,][,][,ignore" http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html -- John Doe ___

Re: [Dnsmasq-discuss] Strategies for DNS and DHCP backup

2019-04-06 Thread john doe
rk_as/ https://github.com/jiasir/dnsmasq-ha The above could help you getting up 'dhcp failover'. For DNS you would need to use zone transfer. -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Determine wireless SSID

2019-02-01 Thread john doe
he ability to change the stock FW to something else (OpenWrt, DD-WRT ...). 1) https://openwrt.org/toh/netgear/r7800 -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Determine wireless SSID

2019-01-31 Thread john doe
e model of your Netgear router? -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] DHCP, how to ignore the client MAC address?

2019-01-11 Thread john doe
On 1/11/2019 8:48 PM, Michael Schleicher wrote: > Hi Geert, > > thanks for you mail. > > On 1/11/19 6:50 PM, Geert Stappers wrote: >> On Fri, Jan 11, 2019 at 11:29:13AM +0100, MIchael Schleicher (smicha) wrote: >>> On 11.01.19 10:53, john doe wrote: >>>>

Re: [Dnsmasq-discuss] DHCP, how to ignore the client MAC address?

2019-01-11 Thread john doe
.198.10.37 linux-vm 01:00:50:56:85:f1:86 > > As you see the Client-ID (5th field) is the MAC + "01:" as prefix. > You previously said that the hostname is always the same, as ilustrated by the above they are not (win-vm vs linux-vm)? -- John Doe _

Re: [Dnsmasq-discuss] DHCP, how to ignore the client MAC address?

2019-01-10 Thread john doe
On 1/9/2019 11:38 AM, MIchael Schleicher wrote: > > On 09.01.19 08:14, john doe wrote: >> On 1/8/2019 11:31 AM, smicha wrote: >>> Hi John, >>> >>> thanks for your reply. >>> >>> I did some tests with your hints. >>> >>>

Re: [Dnsmasq-discuss] DHCP, how to ignore the client MAC address?

2019-01-08 Thread john doe
On 1/8/2019 11:31 AM, smicha wrote: > Hi John, > > thanks for your reply. > > I did some tests with your hints. > > On 7.1.2019 17:41, john doe wrote: >> >> Some hints from dnsmasq.conf: >> >> # Give the machine which says its name is "bert&q

Re: [Dnsmasq-discuss] DHCP, how to ignore the client MAC address?

2019-01-07 Thread john doe
address given for "judge" in /etc/hosts # to be given to a machine presenting the name "judge" when # it asks for a DHCP lease. #dhcp-host=judge See also (1) for more info on 'dhcp-host'. 1) http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] what do the contents of /var/lib/misc/dnsmasq.leases mean?

2019-01-02 Thread john doe
d. New entries are added at the top of the file, I guess that the file is read from top to bottom (oposit behavior for dhcpd.leases). Note that the daemon needs to be stopped to modify the lease file. The lease file is a database of known client(s) to the server, that way, the same IP is gi

Re: [Dnsmasq-discuss] DHCP problem when moving from one WiFi SSID to another

2018-12-26 Thread john doe
n anyone explain what might be wrong and/or a fix or workaround? > > How is this issue different from the one you posted a fiew mounths back (1)? Did you try what Simon Kellie suggested then? 1) http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2018q2/012225.html -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Documentation error (minor)

2018-12-26 Thread john doe
fely or not. > If you have only one DHCP server on your network, you should be fine trying '--dhcp-authoritative'. -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Patch to cache SRV records - version (#4)

2018-12-21 Thread john doe
er valgrind and it seems robust. > Git 'send-email' ([ '--compose ]) to send signed commits is very useful, especially when you do a 'reroll'! :) -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] DNS entry without DHCP

2018-12-09 Thread john doe
On 12/9/2018 2:50 PM, dnsmasqyq@neverbox.com wrote: > On Sun, Dec 9, 2018 at 1:47 AM john doe wrote: >> >> On 12/9/2018 4:26 AM, Michael wrote: >>>> >>>> Hi, >>>> >>>> If I'm using dnsmasq just as a DNS caching server, not a D

Re: [Dnsmasq-discuss] DNS entry without DHCP

2018-12-08 Thread john doe
read automatically. See --dhcp-hostsdir for details." 1) http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Help with dnsmasq and vlans tags

2018-12-06 Thread john doe
On 12/6/2018 3:50 PM, jmperrote wrote: > El 2018-12-05 12:59, john doe escribió: >> On 12/5/2018 1:58 PM, Geert Stappers wrote: >>> On Wed, Dec 05, 2018 at 09:09:25AM -0300, jmperrote wrote: >>>> El 2018-12-04 12:26, john doe escribió: >>>&g

Re: [Dnsmasq-discuss] Help with dnsmasq and vlans tags

2018-12-05 Thread john doe
On 12/5/2018 1:58 PM, Geert Stappers wrote: > On Wed, Dec 05, 2018 at 09:09:25AM -0300, jmperrote wrote: >> El 2018-12-04 12:26, john doe escribió: >>> On 12/4/2018 12:02 PM, jmperrote wrote: >>>> >>>>  John Doe, sorry for my mistake, my actual configurati

Re: [Dnsmasq-discuss] Help with dnsmasq and vlans tags

2018-12-05 Thread john doe
On 12/5/2018 1:09 PM, jmperrote wrote: > El 2018-12-04 12:26, john doe escribió: >> On 12/4/2018 12:02 PM, jmperrote wrote: >>> El 2018-12-03 13:30, john doe escribió: >>>> On 12/3/2018 4:27 PM, jmperrote wrote: >>>>> We need help to configure dnsmas

Re: [Dnsmasq-discuss] Help with dnsmasq and vlans tags

2018-12-04 Thread john doe
On 12/4/2018 12:02 PM, jmperrote wrote: > El 2018-12-03 13:30, john doe escribió: >> On 12/3/2018 4:27 PM, jmperrote wrote: >>> We need help to configure dnsmasq with vlans tagged on router. >>> >>> We actually have a dnsmasq server serving dns and dhcp

Re: [Dnsmasq-discuss] Help with dnsmasq and vlans tags

2018-12-03 Thread john doe
s far as dnsmasq is concerned, there is no differences between 3 physical "nicks" and 3 VLAN tagged interfaces (802.1Q). So for a start you could simply try: # Specify DHCP range with a tag dhcp-range=set:vlan99,172.23.100.200,172.23.100.230,12

Re: [Dnsmasq-discuss] DHCP Clients not being registered in DNS

2018-11-16 Thread john doe
when you use the default value. > root@ubuntu:/etc/dnsmasq.d# cat /var/lib/misc/dnsmasq.leases > 1542425553 70:88:6b:83:XX:XX 192.168.1.57 A17062407 01:70:88:6b:83:XX:XX > What do you get if you do: $ host A17062407 P.S. I'm assuming that you're the owner of '

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread john doe
that these two Ethernet interfaces will never be in use at the same # time, and give the IP address to the second, even if it is already # in use by the first. Useful for laptops with wired and wireless # addresses. #dhcp-host=11:22:33:44:55:66,12:34:56:78:90:12,192.168.0.

Re: [Dnsmasq-discuss] Chainloading a more featureful iPXE from a limited iPXE

2018-11-05 Thread john doe
this and have a config they > can share? > > Work around: a newer iPXE can be obtained by booting ipxe.iso instead of > using the built-in iPXE. (But I would like to figure out how to do it > strictly over the network.) > Not strictly an answer; have you con

Re: [Dnsmasq-discuss] NM - dnsmasq, shared conn. no IP to client

2018-11-05 Thread john doe
evice (wlp2s0f0u10): Activation: successful, device activated. > Nov 05 20:13:51 michael NetworkManager[1319]: [1541441631.6907] > dnsmasq-manager: dnsmasq exited with error: Filesystem problem (missing > file/directory, permissions) (3) > Is it working if you start dnsmasq

Re: [Dnsmasq-discuss] uefi booting with different MAC

2018-09-10 Thread john doe
is only possible if the client is in the local network or obtained a DHCP lease from us. " -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Ignore DHCP request based on "client name"?

2018-08-04 Thread john doe
-dhcp-script=': http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] local dns broke

2018-07-24 Thread john doe
local private test Also have a look online for private TLDS, there is more to this. -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.

Re: [Dnsmasq-discuss] local dns broke

2018-07-23 Thread john doe
, which is zero or the value of --local-ttl." HTH -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Just listen on one interface

2018-07-10 Thread john doe
-- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] [PATCH 1/3] Fix some mistakes in french translation of the manual

2018-07-07 Thread john doe
eeded, your reviewed is here on the list and the OP will simply need to resend a 'reroll' of the set of patches.: git send-email --reroll-count n -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.th

Re: [Dnsmasq-discuss] cannot start dnsmasq

2018-06-29 Thread john doe
init.d/dnsmasq'? Can you change the language of your system to English and see if the error is fixed?: $ dpkg-reconfigure locales -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Regex patch

2018-06-17 Thread john doe
version 2.62 and use it in production envs If you want to use features that are not in the official version of dnsmasq it is your responsability to insure that they are working as you expect them to! -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq

Re: [Dnsmasq-discuss] [PATCH] Warn about the impact of cache-size on performance

2018-05-31 Thread john doe
! Hopefully 'git/dnsmasq' points to a bare repository (missing '.git'). -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] [PATCH] Warn about the impact of cache-size on performance

2018-05-21 Thread john doe
.tar.gz They mabey some reason why the patch is not merged in the oficial repository! :) To the maintainer of dnsmasq; could tags and commit be gpg signed and the '--sign-off' option be used while committing? -- John Doe ___ Dnsmasq-discu

Re: [Dnsmasq-discuss] [PATCH] Warn about the impact of cache-size on performance

2018-05-21 Thread john doe
On 5/21/2018 8:46 AM, john doe wrote: On 5/20/2018 10:14 PM, Geert Stappers wrote: On Fri, May 11, 2018 at 11:43:02PM +0100, Simon Kelley wrote: On 09/05/18 12:13, Geert Stappers wrote:   3 files changed, 5 insertions(+), 3 deletions(-) Note that this patch contains non-ASCII characters

Re: [Dnsmasq-discuss] DHCP leases on multiple interfaces with different subnet mask

2018-05-01 Thread john doe
the tags set anywhere else in your configuration? If no, the following example could help: dhcp-range=set:,... -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo

Re: [Dnsmasq-discuss] Can tags be used with the address directive?

2018-04-21 Thread john doe
with the '--address=' option: $ dnsmasq --test dnsmasq: error at line 1 of /etc/dnsmasq.conf $ awk 'NR==1' /etc/dnsmasq.conf address=tag:kids,/youtube.com/127.0.0.1 -- John Doe ___ Dnsmasq-discuss mailing list Dnsm

Re: [Dnsmasq-discuss] Error when declaring multiple cnames to a target in a single line

2018-04-17 Thread john doe
On 4/17/2018 12:16 AM, Simon Kelley wrote: On 11/04/18 12:30, john doe wrote: Hi, I can no longer declare multiple cnames in a single line with the current version of Dnsmasq on Debian 9. The error I'm getting is: Apr 11 13:11:07 dnsmasq[1135]: dnsmasq: syntax check OK. Apr 11 13:

[Dnsmasq-discuss] Error when declaring multiple cnames to a target in a single line

2018-04-16 Thread john doe
13:11:07 dnsmasq[1138]: bad TTL at line 2 of /etc/dnsmasq.d/try.conf Line 2 of /etc/dnsmasq.d/try.conf resemble the following: cname=,,target Is this syntax deprecated or is it a regression? Note that this e-mail is folded by my mailer. -- Joh

Re: [Dnsmasq-discuss] Error when declaring multiple cnames to a target in a single line

2018-04-16 Thread john doe
Hi, I'm not sure this e-mail went through the list the first time I sent it, my appologies if it was the case. On 4/11/2018 1:30 PM, john doe wrote: Hi, I can no longer declare multiple cnames in a single line with the current version of Dnsmasq on Debian 9. The error I'm gettin

Re: [Dnsmasq-discuss] Dnsmasq dhcp-optsdir remove options problem

2018-03-07 Thread john doe
e (also seen in dhcpdump of package) I stop the dhclient and remove the config file with this option and send SIGHUP to pid for dnsmasq Why stopping dhclient and not releasing the lease?: $ dhclient -r && dhclient -- John Doe ___ Dnsma

Re: [Dnsmasq-discuss] Extension to hosts-dir and dhcohosts-dir

2018-02-12 Thread john doe
w to contribute to dnsmasq. It will have Andy's name, but no sign-off. Is that something I need to do? Idealy, you would clone the dnsmasq repository, then you would do your changes then commit (git commit -s) them and finaly send the patch. -- John Doe

Re: [Dnsmasq-discuss] Extension to hosts-dir and dhcohosts-dir

2018-02-11 Thread john doe
0] == '#' && in->name[strlen(in->name) - 1] == '#') || in->name[0] == '.') continue; Hope that helps. Andy ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://li

Re: [Dnsmasq-discuss] Max num of concurrent dns reached troubleshootting

2018-01-27 Thread john doe
Hi Simon, bottom posting On 1/21/2018 12:55 AM, Simon Kelley wrote: Sounds like you're just tickling the limit. Maybe just increase it with --dns-forward-max Cheers, Simon. On 19/01/18 07:30, john doe wrote: Hi Simon, bottom posting. On 1/18/2018 11:16 PM, Simon Kelley wrote: Us

Re: [Dnsmasq-discuss] DHCP for pairs MAC:IP only

2018-01-25 Thread john doe
On 1/25/2018 6:57 PM, v...@iptrans.net wrote: 2018-01-25 18:42, john doe написав: On 1/25/2018 4:55 PM, v...@iptrans.net wrote: Good day I have a DHCP-router based on dnsmasq with interface eth2 and networks 192.168.100.1/24 192.168.102.1/24 10.0.0.1/27 on this interface. There are

Re: [Dnsmasq-discuss] DHCP for pairs MAC:IP only

2018-01-25 Thread john doe
t you can use the 'static' keyword: dhcp-range=192.168.100.2,static,12h In case it is not what you want dhcp-host should have the form: dhcp-range=192.168.100.2,192.168.100.253,12h dhcp-host=ab:cd:ef:gh:ij:kl,fix-ip-to-be-given-to-host -- John Doe _

Re: [Dnsmasq-discuss] Max num of concurrent dns reached troubleshootting

2018-01-18 Thread john doe
Hi Simon, bottom posting. On 1/18/2018 11:16 PM, Simon Kelley wrote: Use log-queries to see what's happening. You should be looking for outgoing queries which don't see an answer. Cheers, Simon. On 16/01/18 15:34, john doe wrote: Hi, First of all a big thank you for dnsmasq. It

[Dnsmasq-discuss] Max num of concurrent dns reached troubleshootting

2018-01-16 Thread john doe
messages. Both the gateway and the perimeterfirewall are on Debian 9 using: dnsmasq, systemd-resolved and resolvconf(8). -John -- John Doe ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailma

<    1   2