Re: [Dnsmasq-discuss] Re-compile DNSMasq with Visual C

2017-11-24 Thread Geert Stappers
h Visual Studio. > Start with it. Learn that you are compiling sources for UNIX system on a Microsoft Windows system. Find a UNIX ( Linux / BSD ) system, have clean compile in no time. Make the code changes that you want to make on the UNIX system. Groeten Geert Stappers -- Le

Re: [Dnsmasq-discuss] Remove upper limit of 10,000 for cache size

2018-05-09 Thread Geert Stappers
ster than when we'd periodically ask > upstream servers. Yes, the benefit of caching. Thing that you might miss is how fast the dnsmasq server for the few hunderd fairly active clients is. I'm trying to tell that the performance penality that Simon wa

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

2018-05-09 Thread Geert Stappers
--- man/dnsmasq.8| 2 +- man/es/dnsmasq.8 | 3 ++- man/fr/dnsmasq.8 | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) Note that this patch contains non-ASCII characters, those might be mangled during transport ... diff --git a/man/dnsmasq.8 b/man/dnsmasq.8 index 21069de..7664e06

Re: [Dnsmasq-discuss] Remove upper limit of 10,000 for cache size

2018-05-09 Thread Geert Stappers
On Wed, May 09, 2018 at 11:21:31AM +0200, Dominik DL6ER wrote: > Geert Stappers wrote: > > [ ... ] I'm trying to tell that the performance penality that Simon > > warns us about, might by canceled by high computing power. > > I agree, but you should probably not be running

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

2018-05-20 Thread Geert Stappers
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, > > those might be mangled during transport ... &

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

2018-06-08 Thread Geert Stappers
On Thu, May 31, 2018 at 02:18:39PM +0200, Geert Stappers wrote: > On Sun, May 20, 2018 at 10:14:34PM +0200, 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

Re: [Dnsmasq-discuss] Working on read-only drive

2018-06-14 Thread Geert Stappers
> * Mount the file somehow to RAM disk > > > > What would be the best solution and how to do it? Any ideas? > Stick it on whatever tmpfs is already mounted. Thats what LEDE/OpenWRT do. How is it done?A symlink? If yes, what. Groeten Geert Stappers -- Leven en laten le

Re: [Dnsmasq-discuss] Help with PXE Proxy Mode

2018-06-15 Thread Geert Stappers
for 90%. We don't know, we can't tell. You might tell us what happens on the network cable. Groeten Geert Stappers -- Leven en laten leven ___ 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 Geert Stappers
to insure that they are working as > you expect them to! Reports like Here is the updated patch of what I found in the archive. It does work for me. do help to get a patch included. Groeten Geert Stappers -- Leven en laten leven ___ Dnsm

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

2018-05-31 Thread Geert Stappers
On Sun, May 20, 2018 at 10:14:34PM +0200, 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

Re: [Dnsmasq-discuss] Implementation of DOH in dnsmasq

2018-06-20 Thread Geert Stappers
rious IETF policies that > applies to anyone participating on the IETF mailing list, which includes > copyright grants, patents disclosure and other things that should be read by a > lawyer. > No new text, just doing the } Please send any re

Re: [Dnsmasq-discuss] domain-needed is ignored

2018-06-21 Thread Geert Stappers
y[MX] inertia from 172.24.0.36 Jun 21 09:41:14 weiss dnsmasq[24942]: forwarded inertia to 172.24.0.10 That un-expected, due 'domain-needed', forward is visible with tcpdump at my upstream DNS :-( Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] No DNS server assigned to dhcp clients if port != 53 in dnsmasq.conf

2018-06-30 Thread Geert Stappers
Groeten Geert Stappers Who thinks that original poster has encountered a good feature -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] No DNS server assigned to dhcp clients if port != 53 in dnsmasq.conf

2018-06-30 Thread Geert Stappers
On Sat, Jun 30, 2018 at 12:19:18PM -0400, B. Cook wrote: > On Sat, Jun 30, 2018, 12:11 PM Geert Stappers wrote: > > On Sat, Jun 30, 2018 at 08:39:56AM -0500, Gordon Hsiao wrote: > > > If in my dnsmasq.conf I used a different port other than 53 for dns, > > > dnsmasq nev

[Dnsmasq-discuss] [PATCH] iPXE is gPXE

2017-12-27 Thread Geert Stappers
Development of EtherBoot gPXE was always development of iPXE core developer Michael Brown. http://git.etherboot.org/?p=gpxe.git was last updated in 2011 https://git.ipxe.org/ipxe.git is well alive This s/gPXE/iPXE/ reflects that. Signed-off-by: Geert Stappers <stapp...@stappers

Re: [Dnsmasq-discuss] Receive your own posts to the list?

2018-01-05 Thread Geert Stappers
On Fri, Jan 05, 2018 at 09:19:54AM +0100, Geert Stappers wrote: > Hi, > > At http://lists.thekelleys.org.uk/mailman/options/dnsmasq-discuss > is option 'Receive your own posts to the list?' set to 'Yes' for me. > > But I don't receive my own posts send to this mailing list.

Re: [Dnsmasq-discuss] [PATCH] iPXE is gPXE

2018-01-04 Thread Geert Stappers
Happy New Year, What is the judgement on the patch below? On Wed, Dec 27, 2017 at 08:55:22PM +0100, Geert Stappers wrote: > Development of EtherBoot gPXE was always development > of iPXE core developer Michael Brown. > > http://git.etherboot.org/?p=gpxe.git was last updated in

Re: [Dnsmasq-discuss] dnsmasq continuous integration

2018-01-05 Thread Geert Stappers
inions would be appreciated. > > > > I don't know of any such testing system, and I don't use one at present, > the best I can do is fairly strict dogfood testing: the latest code is > always running in the network router chez Kelleys. > > If such a thing can be produced, I woul

[Dnsmasq-discuss] Receive your own posts to the list?

2018-01-05 Thread Geert Stappers
don't get my own posts What is needed to get own posts?? Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] [patch] Option to remove A-forA

2018-01-26 Thread Geert Stappers
On Fri, Jan 26, 2018 at 09:03:07AM +0100, Mattias Hellström wrote: > On Thu, Jan 25, 2018 at 9:31 PM, Geert Stappers wrote: > > On Thu, Jan 25, 2018 at 04:03:57PM +0100, Mattias Hellström wrote: > > > Hi, > > > I have made a patch to disable the A-for-A feature. &g

Re: [Dnsmasq-discuss] [patch] Option to remove A-forA

2018-01-25 Thread Geert Stappers
le src/option.c Hunk #1 FAILED at 160. Hunk #3 succeeded at 498 with fuzz 2. 1 out of 3 hunks FAILED -- saving rejects to file src/option.c.rej patching file src/rfc1035.c Hunk #1 FAILED at 1570. 1 out of 1 hunk FAILED -- saving rejects to file src/rfc1035.c.rej against git HEAD Groeten Geert Stap

Re: [Dnsmasq-discuss] Long nslookup times

2018-01-31 Thread Geert Stappers
On Wed, Jan 31, 2018 at 04:44:03PM +, Donald Muller wrote: > boun...@lists.thekelleys.org.uk] On Behalf Of Geert Stappers > Sent: Wednesday, January 31, 2018 4:56 AM > > On Wed, Jan 31, 2018 at 10:22:53AM +0100, Geert Stappers wrote: > > > On Tue, Jan 30, 2018 at 05:

Re: [Dnsmasq-discuss] Long nslookup times

2018-01-31 Thread Geert Stappers
> clear-on-reload > domain-needed > mx-host=djmuller.com,djmuller.com,50 > mx-target=mail.djmuller.com > cache-size=1000 > conf-file=/share/CACHEDEV1_DATA/UserData/Configs/DNSMasq/dnsmasq-adservers.conf > # List of servers that will return no-domain > rebind-domain-ok=/plex.dire

Re: [Dnsmasq-discuss] Long nslookup times

2018-01-31 Thread Geert Stappers
On Wed, Jan 31, 2018 at 10:22:53AM +0100, Geert Stappers wrote: > On Tue, Jan 30, 2018 at 05:08:05PM +, Donald Muller wrote: > > > > Using Microsoft DNS server > > > > [~] # time nslookup www.microsoft.com 192.168.22.200 > > Address 1: 192.168.22.200

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

2018-02-11 Thread Geert Stappers
hat statement as 80% of needed source code already present. Craft the missing source code into a patch, posted to here and see what happens. Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekel

Re: [Dnsmasq-discuss] How to troubleshoot NXDOMAIN for local devices?

2018-02-16 Thread Geert Stappers
g the Raspberry Pi as the DHCP server. There's no other DHCP server on > > my network that I know of. > > > > 5. On a third computer, a Macintosh, I get these results. The third computer, what is the hostname? > > The Raspberry Pi is at 192.168.1.40. > > >

Re: [Dnsmasq-discuss] --synth-domain enhancement

2018-02-19 Thread Geert Stappers
her thing, "rollover" 192.0.2.9 string9 192.0.2.10 string10 Should it be "%03d", so 192.0.2.8 string008 192.0.2.9 string009 192.0.2.10 string010 # 192.0.2.99 string099 192.0.2.100 string100 192.0.2.10

Re: [Dnsmasq-discuss] How to troubleshoot NXDOMAIN for local devices?

2018-02-16 Thread Geert Stappers
e, > neither the previous hostname or the new one. My guess would be | dhcp-host=f4:8e:38:xx:xx:xx,sagan as the original post mentioned. And assuming that dnsmasq is smart enough to not log what is already documented in the (static) configuration. > Maybe this is one of those cases that is so biza

Re: [Dnsmasq-discuss] How to troubleshoot NXDOMAIN for local devices?

2018-02-16 Thread Geert Stappers
On Fri, Feb 16, 2018 at 09:32:45AM -0800, Todd Andrews wrote: > On Thu, Feb 15, 2018 at 11:45 PM, Geert Stappers wrote: > > On Thu, Feb 15, 2018 at 10:46:27PM +, Andy Ruddock wrote: > > > Todd Andrews wrote: > > > > Hi All, > > > > >

Re: [Dnsmasq-discuss] Long nslookup times

2018-02-21 Thread Geert Stappers
On Wed, Feb 21, 2018 at 05:03:34PM +, Donald Muller wrote: > boun...@lists.thekelleys.org.uk] On Behalf Of Geert Stappers > Sent: Wednesday, January 31, 2018 5:33 PM > > On Wed, Jan 31, 2018 at 04:44:03PM +, Donald Muller wrote: > > > boun...@lists.thekelleys.org.u

Re: [Dnsmasq-discuss] Long nslookup times

2018-02-21 Thread Geert Stappers
On Wed, Feb 21, 2018 at 07:02:45PM +0100, Geert Stappers wrote: > On Wed, Feb 21, 2018 at 05:03:34PM +, Donald Muller wrote: > > > > > On Wed, Jan 31, 2018 at 10:22:53AM +0100, Geert Stappers wrote: > > > > > > On Tue, Jan 30, 2018 at 0

Re: [Dnsmasq-discuss] Set environment variable for dhcp-script

2018-08-11 Thread Geert Stappers
On Sat, Aug 11, 2018 at 01:09:53AM +, Daniel Weller wrote: > From: Geert Stappers Sent: Friday, August 10, 2018 7:20:50 AM > > On Fri, Aug 10, 2018 at 09:11:48AM +, Daniel Weller wrote: > > > I am trying to pass a DHCP header value that is read from the client

Re: [Dnsmasq-discuss] Set environment variable for dhcp-script

2018-08-13 Thread Geert Stappers
On Mon, Aug 13, 2018 at 06:17:59PM +, Daniel Weller wrote: > Geert Stappers > >>>>> > >>>>> What is the original problem? > >>>>> > > I am trying to pass DHCP header option 161 OPTION_MUD_URL_V4 to the > dhcp-script. Doing so

Re: [Dnsmasq-discuss] Set environment variable for dhcp-script

2018-08-10 Thread Geert Stappers
; Also I've got my local variable inside the lease struct and passed to > queue_script() in helper.c. > > Any ideas how to debug the dhcp-script child process or where I should > set the environment variable to allow the script called by dhcp-script > to read this environment variable? W

Re: [Dnsmasq-discuss] Set environment variable for dhcp-script

2018-08-10 Thread Geert Stappers
On Fri, Aug 10, 2018 at 09:11:48AM +, Daniel Weller wrote: > From: Geert Stappers, Sent: Friday, August 10, 2018 1:51:26 AM > > On Thu, Aug 09, 2018 at 08:38:33PM +, Daniel Weller wrote: > > > Hello, > > > > > > I am trying to set an environment

Re: [Dnsmasq-discuss] local dns broke

2018-07-23 Thread Geert Stappers
On Mon, Jul 23, 2018 at 06:02:02PM -0500, Carl Karsten wrote: > On Mon, Jul 23, 2018 at 4:16 PM, Geert Stappers wrote: > > > > What do the other client fine that the netplan client doesn't do? > > > > resolve local names. > > xenial box: > carl@twist:~$ ho

Re: [Dnsmasq-discuss] selecting log queries

2018-03-08 Thread Geert Stappers
:06:07 dnsmasq[29158]: query[A] collector.githubapp.com from 10.1.0.163 Mar 7 18:06:07 dnsmasq[29158]: query[A] api.github.com from 10.1.0.163 Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.

Re: [Dnsmasq-discuss] selecting log queries

2018-03-08 Thread Geert Stappers
On Thu, Mar 08, 2018 at 11:03:53AM -0800, John Pearson wrote: > On Thu, Mar 8, 2018 at 12:55 AM, Geert Stappers wrote: > > On Wed, Mar 07, 2018 at 06:09:21PM -0800, John Pearson wrote: > > > > > > What I'm trying to do: grep log files for domains intentionally asked >

Re: [Dnsmasq-discuss] selecting log queries

2018-03-08 Thread Geert Stappers
On Thu, Mar 08, 2018 at 09:28:41PM -0800, John Pearson wrote: > On Thu, Mar 8, 2018 at 12:09 PM, Geert Stappers wrote: > > On Thu, Mar 08, 2018 at 11:03:53AM -0800, John Pearson wrote: > > > ... I meant that in this case collector.githubapp.com & > > > api.git

Re: [Dnsmasq-discuss] Announce : dnsmasq-2.79

2018-03-18 Thread Geert Stappers
ith > internal-0.thekelleys.org.uk being 192.168.0.50 and > internal-20.thekelleys.org.uk being 192.168.0.70 > Thanks to Andy Hawkins for the suggestion. > > Tidy up Crypto code, removing workarounds for ancient > versions of

Re: [Dnsmasq-discuss] Long nslookup times

2018-03-01 Thread Geert Stappers
On Fri, Mar 02, 2018 at 06:14:33AM +, Donald Muller wrote: > Geert Stappers, Sent Wednesday, February 21, 2018 1:18 PM > > On Wed, Feb 21, 2018 at 07:02:45PM +0100, Geert Stappers wrote: > > > On Wed, Feb 21, 2018 at 05:03:34PM +, Donald Muller wrote: > > >

Re: [Dnsmasq-discuss] doc issue: dhcp on multiple interfaces

2018-04-26 Thread Geert Stappers
If there is a deeper problem behind the original question, then please express yourself. Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Authoritative and recursive service from the same interface

2018-09-30 Thread Geert Stappers
oning default, when things go wrong. It terminates locally instead > of whatever root-as-NS will cause. > 7200 IN SOA localhost. nobody.invalid. 1 3600 1200 9600 300 > 7200 IN NS localhost. > And what A record for Name Server 'localhost.' ? Groeten Geert Stappers -- Leven en laten le

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

2018-11-05 Thread Geert Stappers
ce activated. > Nov 05 20:13:51 michael NetworkManager[1319]: [1541441631.6907] > dnsmasq-manager: dnsmasq exited with error: Filesystem problem (missing > file/directory, permissions) (3) > > Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] static lease issues?

2018-11-05 Thread Geert Stappers
any ideas on debugging? Debugging idea: Get involvement of the initial reporter. The above "anyone else seen this?" is the real problem. Which is not understanding the problem. The P in DHCP stands for Protocol. It is between server and c

Re: [Dnsmasq-discuss] No Broadcast Dhcp Offers

2018-09-23 Thread Geert Stappers
te my own DNSMASQ... Then just write your own DHCP server. ;-) Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Initializing DNS ....

2018-11-16 Thread Geert Stappers
eday accidentally changing > the DHCP assignment in dnsmasq.conf and forgetting to update the > corresponding entry in hosts (or vice versa). It feels kludgy. I think the kludgy feeling is that the expected magic didn't work. The trick is knowing that it is high tech, not magic. Groeten G

Re: [Dnsmasq-discuss] test DHCP clients

2018-12-29 Thread Geert Stappers
On Sat, Dec 29, 2018 at 07:49:34PM +0100, Geert Stappers wrote: > Hi, > > What is your favorite / good enough DHCP test client? > I use `dhtest` ( https://sargandh.wordpress.com/2012/02/23/linux-dhcp-client-simulation-tool/ ) Test is `dhtest -m 00:00:11:22:33:44 -i eth0` At

[Dnsmasq-discuss] test DHCP clients

2018-12-29 Thread Geert Stappers
Hi, What is your favorite / good enough DHCP test client? Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Fwd: [PATCH] fix entries in /etc/hosts disabling static leases

2019-01-16 Thread Geert Stappers
On Tue, Jan 15, 2019 at 02:45:19PM -0800, Steven Siloti wrote: > On Tue, Jan 15, 2019 at 12:44 PM Kaas Baichtal wrote: > > > I tried to install this patch manually to my 2.80 and got a segfault that > > prevented dnsmasq running. I also tried git cloning the master and > > installing that instead

Re: [Dnsmasq-discuss] [PATCH] DHCPv6: Honor assigning IPv6 address based on MAC address

2019-01-16 Thread Geert Stappers
can look at MAC address assignment as a smaller and later patch. > Spilting a problem in smaller ones is a good thing. Sending in small patches also. Cheers Geert Stappers -- Rejecting patches is much better for a project than ignoring patches. _

Re: [Dnsmasq-discuss] Solaris specific patches to fix build failures and improve performance

2019-01-17 Thread Geert Stappers
amounts of '#ifdef' Regards Geert Stappers DevOps Engineer ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] 3 secs dhcp delay

2019-01-18 Thread Geert Stappers
e, caching the result? It might examine the local arp table as well: > If there is an entry with matching MAC and IP address, isn't it reasonable > to assume that the IP address is not in use somewhere else? I think that "make dnsmasq a network mo

Re: [Dnsmasq-discuss] Problem with server=/local/127.0.0.1

2018-12-13 Thread Geert Stappers
ocal" still aren't resolved. Tell more how it is done. (programs and computer being used, what should be the result, why) I'm asking because the > listen-address=127.0.0.1 is somewhat strange .. Groeten Geert Stappers -- Leven en laten leven __

Re: [Dnsmasq-discuss] DHCP from dnsmasq in docker container

2018-12-17 Thread Geert Stappers
ou! Please report your milage. > [1] https://docs.docker.com/network/ > [2] > https://github.com/docker/labs/blob/master/networking/concepts/05-bridge-networks.md > [5] > http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/rfc2131.c;h=56dc3d103741baeb68a730f0ce15a10338a2f885;hb=91421cb7575df7bb211dacc30dc7c7c715c38299#l345 > [6] https://en.wikipedia.org/wiki/TUN/TAP#External_links go to http://www.pocketnix.org/posts/Linux%20Networking:%20MAC%20VLANs%20and%20Virtual%20Ethernets Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] [DHCPV4] android devices issue makes able to use a reserved ipv4 address in dnsmasq

2018-12-10 Thread Geert Stappers
WEI_P20_lite-9a7e63d7d > dnsmasq-dhcp: 93920162 DHCPDISCOVER(eth1) 00:be:3b:02:c1:02 no address > available > dnsmasq-dhcp: 93920162 available DHCP range: 10.173.190.51 -- 10.173.190.150 > > Why my device is able to ping with the last saved leased ipv4 address > even if this address

Re: [Dnsmasq-discuss] DNSMASQ wrong addresses allocated after changing DHCP Clients between Neutron vRouters

2018-12-10 Thread Geert Stappers
; > understand what you mean by "LAN changing", perhaps if I knew the > > commands you're using it would be clearer. > > > > Thanks, > > > > -Brian (from the Neutron team) > > Hi Brian, > > Ok, I'll file a bug there. What became the URL of that bug report? Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] DHCP from dnsmasq in docker container

2018-12-16 Thread Geert Stappers
tionality from dnsmasq } docker version of pihole had/has trouble with DHCP server, } their documentation says "host network" Back to > Is there a way to make this work without using host networking? IIRC there wasn't yet a report on this mailinglist saying "FYI dnsmasq (DNS

Re: [Dnsmasq-discuss] Problem with server=/local/127.0.0.1

2018-12-13 Thread Geert Stappers
On Thu, Dec 13, 2018 at 08:47:39PM +0300, Denis wrote: > On Thu, 13 Dec 2018 09:54:44 +0100 Geert Stappers wrote: > > On Thu, Dec 13, 2018 at 07:44:14AM +0300, Denis wrote: > > > Hello, everyone! > > > > > > In my dnsmasq.conf "server=/local/127.0.

Re: [Dnsmasq-discuss] Logging of NXDOMAIN without SOA

2018-12-15 Thread Geert Stappers
.9.9.9 |Address: 9.9.9.9#53 |Aliases: | |Host www.isitblocked.org not found: 3(NXDOMAIN) |$ host -t soa www.isitblocked.org |www.isitblocked.org has no SOA record |$ host -t soa www.isitblocked.org 9.9.9.9 |Using domain server: |Name: 9.9.9.9 |Address: 9.9.9.9#53 |Aliases: | |Host www.isitblocked.

Re: [Dnsmasq-discuss] DNSMASQ wrong addresses allocated after changing DHCP Clients between Neutron vRouters

2018-11-30 Thread Geert Stappers
On Wed, Nov 28, 2018 at 08:49:57AM -0200, Luis Kleber wrote: > Em ter, 27 de nov de 2018 às 20:12, Geert Stappers escreveu: > > On Mon, Nov 26, 2018 at 04:42:05PM -0200, Luis Kleber wrote: > > > > > dhcp-range=set:infra-70-subnet,100.101.1.11,100.101.1.64,600s > &

Re: [Dnsmasq-discuss] PXE boot in proxy mode not working

2018-11-30 Thread Geert Stappers
erver * info about the UEFI PXE client * how the obseration from > I can observe dhcp discover and dhcp offer coming from the real dhcp > server, no dhcp request is sending. was made Groeten Geert Stappers -- Leven en laten leven ___ D

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

2018-12-04 Thread Geert Stappers
n in my words: } Who helps me understanding VLANs? } Where do I need to change what? At Operating System? Router? Both?? Seen the question. On the 'Problem / Subject: Re: [Dnsmasq-discuss] Help with dnsmasq and vlans tags' start with focus on just 'VLAN'. After that, add dnsmasq. Groeten Geert Stappers -- Leven en laten leven ___ 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-05 Thread Geert Stappers
your liking. > > > Hello john doe, Hello Mailinglist, > > Send the data: > -- Router mikrotik RB1100 AH > -- Ubuntu 16.04 > -- Using vconfig with 3 VLANs > > Yes, the router have capabilitie to dhcp, > you recommend to use that instead of dnsmasq for dhcp ?. What I did read in the reply from john doe: Other options might resolve the original problem. But, yes, it is possible to replace three NICs with single NIC plus three VLANs. Surely for DHCP stuff. If three NICs were choose due high bandwidth usage, that can't be solved by "VLAN". Cheers Geert Stappers ___ 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-05 Thread Geert Stappers
On Wed, Dec 05, 2018 at 10:35:50AM -0300, jmperrote wrote: > With three nics and one IP for each are working since longtime fine, > now we try to reconvert the solution using VLANS and one nic. start with focus on just 'VLAN'. After that, add dnsmasq. Cheers Geert St

Re: [Dnsmasq-discuss] Multiple instances of dnsmasq on Debian with systemd

2018-12-01 Thread Geert Stappers
same targets. That feels odd to me. Groeten Geert Stappers -- Leven en laten leven ___ 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 Geert Stappers
with dhclient: > > $ dhclient -r && dhclient > > Where is the name of the interface on which the lease need to > be released and acquired. No, start with a static address at the clients. Then check if connecting the "dnsmasq host with 3 VLANID" works. Me and Murphy say that it doesn't work. I say that the switch needs additional configuration. Feel free to proof me wrong. Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] DNSMASQ wrong addresses allocated after changing DHCP Clients between Neutron vRouters

2018-11-27 Thread Geert Stappers
On Mon, Nov 26, 2018 at 04:42:05PM -0200, Luis Kleber wrote: > dhcp-range=set:infra-70-subnet,100.101.1.11,100.101.1.64,600s > dhcp-option=tag:infra-70-subnet,3,100.101.1.1 > dhcp-range=set:infra-71-subnet,100.101.2.11,100.101.2.64,600s > dhcp-option=tag:infra-71-subnet,3,100.101.2.1 >

Re: [Dnsmasq-discuss] debugging dhcpv6 requests forwarded via relay agent

2019-01-10 Thread Geert Stappers
the reply to the relay actually sends a zero-length > > option, instead of eliding it entirely.) > > > > I will be happy to be your tester :) > > Its fairly a simple setup with two hosts and a switch. I can create this > any time you want. > > Please provide me the instruc

Re: [Dnsmasq-discuss] dnsmasq 2.78 is failing to respond to dhcpv6 requests forwarded via relay agent

2019-01-07 Thread Geert Stappers
On Mon, Jan 07, 2019 at 01:09:11PM +0530, Sandeep K M wrote: > On Fri, Jan 4, 2019 at 7:32 PM Geert Stappers wrote: > > On Fri, Jan 04, 2019 at 05:34:03PM +0530, Sandeep K M wrote: > > > > > Please let me know if any other information is needed. > > > > Not yet

Re: [Dnsmasq-discuss] dnsmasq 2.78 is failing to respond to dhcpv6 requests forwarded via relay agent

2019-01-04 Thread Geert Stappers
On Fri, Jan 04, 2019 at 05:34:03PM +0530, Sandeep K M wrote: > Hi, > > On Fri, Jan 4, 2019 at 3:59 PM Geert Stappers wrote: > > On Fri, Jan 04, 2019 at 02:47:11PM +0530, Sandeep K M wrote: > > > On Fri, Jan 4, 2019 at 2:30 PM Geert Stappers wrote: > > > > On F

Re: [Dnsmasq-discuss] dnsmasq 2.78 is failing to respond to dhcpv6 requests forwarded via relay agent

2019-01-04 Thread Geert Stappers
On Fri, Jan 04, 2019 at 02:47:11PM +0530, Sandeep K M wrote: > On Fri, Jan 4, 2019 at 2:30 PM Geert Stappers wrote: > > On Fri, Jan 04, 2019 at 11:55:49AM +0530, Sandeep K M wrote: > > > [ ] > > > > > > Please let me know if any other information is

Re: [Dnsmasq-discuss] dnsmasq 2.78 is failing to respond to dhcpv6 requests forwarded via relay agent

2019-01-04 Thread Geert Stappers
; > Please let me know if any other information is required. At the server ip link # what interfaces are there ip -6 address ip -6 route Cheers Geert Stappers DevOps Engineer ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.t

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

2019-01-11 Thread Geert Stappers
> > > > > > You previously said that the hostname is always the same, as ilustrated > > by the above they are not (win-vm vs linux-vm)? > > > > That are 2 different systems. (1 Windows and 1 Linux VM). It's just a > example > Thing I would like to known

Re: [Dnsmasq-discuss] test DHCP clients

2018-12-30 Thread Geert Stappers
On Sun, Dec 30, 2018 at 03:36:29PM +0100, Geert Stappers wrote: > On Sat, Dec 29, 2018 at 10:00:50PM +0100, Geert Stappers wrote: > > On Sat, Dec 29, 2018 at 07:49:34PM +0100, Geert Stappers wrote: > > > Hi, > > > > > > What is your favorite / good enough DHC

Re: [Dnsmasq-discuss] test DHCP clients

2018-12-30 Thread Geert Stappers
On Sat, Dec 29, 2018 at 10:00:50PM +0100, Geert Stappers wrote: > On Sat, Dec 29, 2018 at 07:49:34PM +0100, Geert Stappers wrote: > > Hi, > > > > What is your favorite / good enough DHCP test client? > > > > I use `dhtest` ( > https://sargandh.wordpr

Re: [Dnsmasq-discuss] test DHCP clients

2018-12-30 Thread Geert Stappers
On Sun, Dec 30, 2018 at 07:30:42PM +, Roy Marples wrote: > On 29/12/2018 18:49, Geert Stappers wrote: > > What is your favorite / good enough DHCP test client? > > dhcpcd - if there's a relevant DHCP RFC it doesn't support, it's a bug. > https://roy.marples.name/project

Re: [Dnsmasq-discuss] Curious with default upstream server and /etc/resolv.conf

2018-09-16 Thread Geert Stappers
127.0.0.1 if > that's > what configured in /etc/resolv.conf. Why is log saying "forwarded google.com > to > 192.168.1.2" instead of "forwarded google.com to 127.0.0.1"? The thing Original Poster probably missed: '# Generated by resolvconf' And the '# Generated by r

Re: [Dnsmasq-discuss] Odd caching behaviour...

2019-03-20 Thread Geert Stappers
g hints: Currently is the suspected trigger of the bug a DNS that doesn't respond within good time. So make a "chain" of DNServers where you control the response time of one. Good luck with it. And feel welcome to report back. > Cheers, > John Groeten Geert Stappers

Re: [Dnsmasq-discuss] The order of nameservers provided by `server=`

2019-03-25 Thread Geert Stappers
eys.org.uk/dnsmasq.git ( or http://thekelleys.org.uk/git/dnsmasq.git ) After your changes `git format-patch` plus `git send-email` and see what happens. Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-dis

Re: [Dnsmasq-discuss] Netboot drops DNSMasq DHCP offer

2019-04-04 Thread Geert Stappers
e anything, which > it shouldn't work. > > https://www.bl4ckb0x.de/files/dnsmasq.pcap (works not) > https://www.bl4ckb0x.de/files/fritzbox.pcap (works) The fritzbox is 192.168.178.1,  dnsmasq machine is 192.168.32.1. Both hand out subnet mask 255.255.255.0, none provides a client

Re: [Dnsmasq-discuss] DHCP tag being ignored?

2019-04-06 Thread Geert Stappers
ll in ccc.ddd.X.nnn Extending it to ccc.ddd.A.nnn and ccc.ddd.B.nnn will take extra effort. > Thank you very much, > > Dave Looking forward to the report of the success story. Yes, even little success stories are welcome. Groeten Geert Stappers -- Leven en laten leven _

Re: [Dnsmasq-discuss] [PATCH] DHCPv6: Honor assigning IPv6 address based on MAC address

2019-04-06 Thread Geert Stappers
On Mon, Apr 01, 2019 at 01:02:20AM +0200, Pali Rohár wrote: > On Tuesday 12 February 2019 13:41:43 Geert Stappers wrote: > > On 06-02-2019 21:29, Pali Rohár wrote: > > > On Friday 11 January 2019 17:52:43 Pali Rohár wrote: > > >> On Monday 17 December

Re: [Dnsmasq-discuss] Reverse of option 121

2019-02-16 Thread Geert Stappers
On Thu, Jan 31, 2019 at 06:59:25PM +0100, Daniel Huhardeaux wrote: > Le 31/01/2019 à 17:51, Geert Stappers a écrit : > > On Tue, Jan 29, 2019 at 01:51:39PM +0100, Daniel Huhardeaux wrote: > > > Le 28/01/2019 à 20:11, Geert Stappers a écrit : > > > > On Mon, Jan 28, 20

Re: [Dnsmasq-discuss] Bug with conf file

2019-02-18 Thread Geert Stappers
Dnsmasq version 2.76 Copyright (c) 2000-2016 Simon Kelley Testing with 2.80 would also be good. Groeten Geert Stappers -- Leven en laten leven ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] [PATCH] DHCPv6: Honor assigning IPv6 address based on MAC address

2019-02-12 Thread Geert Stappers
Another request for Hey, could this patch get reviewed? On 06-02-2019 21:29, Pali Rohár wrote: > PING > > On Friday 11 January 2019 17:52:43 Pali Rohár wrote: >> Hello, can somebody look at this patch? >> >> I remember that more people asked for ability to assign IPv6 address >> based on MAC

Re: [Dnsmasq-discuss] Referring the PXE GUID / UUID in dhcp script

2019-02-20 Thread Geert Stappers
er-classes, DNSMASQ_USER_CLASS0..DNSMASQ_USER_CLASSn and see if DNSMASQ_USER_CLASS97 is indeed GUID/UUID Hope this helps, Regards Geert Stappers Devops Engineer Hendrikx ITC ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Reverse of option 121

2019-01-28 Thread Geert Stappers
kManager are all routes over a device deleted whenever the device is disconnected. So when you have a disconnect upon VLAN hop-over you are fine. Upon connect happens another DHCP including option 121 static routes. Groeten Geert Stappers -- Leven en laten leven ___

Re: [Dnsmasq-discuss] Minimal capabilities for options

2019-01-24 Thread Geert Stappers
m/pi-hole/FTL/issues/432 > > A similar request was made in 2013: > http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q2/007188.html > Some how I did read that as "Before I spend time on improving dnsmasq source code, I would like to known how if changes again

Re: [Dnsmasq-discuss] Reverse of option 121

2019-01-31 Thread Geert Stappers
On Tue, Jan 29, 2019 at 01:51:39PM +0100, Daniel Huhardeaux wrote: > Le 28/01/2019 à 20:11, Geert Stappers a écrit : > > On Mon, Jan 28, 2019 at 06:44:22PM +0100, Daniel Huhardeaux wrote: > > > Hi, > > > > > > I have a setup where 3 VLANs are involved and sta

Re: [Dnsmasq-discuss] Can mulitple --conf-dir be specified?

2019-05-30 Thread Geert Stappers
pecify multiple --conf-dir and does this work? Either > via console parameter or via .conf file. > The man page only talks from a single directory, but does not explicitly > deny or allow multiple ones. Groeten Geert Stappers -- Leven en laten leven ___

Re: [Dnsmasq-discuss] Can mulitple --conf-dir be specified?

2019-05-31 Thread Geert Stappers
On Fri, May 31, 2019 at 12:45:01AM +0200, M. Buecher wrote: > On 2019-05-30 23:37, Geert Stappers wrote: > > On Thu, May 30, 2019 at 09:47:34PM +0200, M. Buecher wrote: > > > Hi all, > > > > > > just thinking about a new dnsmasq setup, > > > > O

Re: [Dnsmasq-discuss] Server Statement with regex possible?

2019-06-05 Thread Geert Stappers
On Sun, Jun 02, 2019 at 02:01:23PM +0200, Stefan Wiederoder wrote: > Am Mo., 27. Mai 2019 um 12:48 Uhr schrieb Geert Stappers: > > On 27-05-2019 09:40, Stefan Wiederoder wrote: > > > > > Hello list, > > > I need to configure dnsmasq to query some zones (approx 700

Re: [Dnsmasq-discuss] Noisy DHCPv6 DHCPADVERTISE

2019-06-02 Thread Geert Stappers
:16:5c:xx:xx:xx,set:Clients-v6,[::91],peel,peel.example.com > dhcp-host=7e:44:1c:xx:xx:xx,set:Clients-v6,[::126],solium,solium.example.com > dhcp-host=fa:76:fc:xx:xx:xx,set:Clients-v6,[::222],fenestram,fenestram.example.com > dhcp-host=id:00:01:00:01:23:f2:35:79:6c:0b:84:xx:xx:xx,set:Clients-v6,[::25

Re: [Dnsmasq-discuss] Server Statement with regex possible?

2019-05-27 Thread Geert Stappers
On 27-05-2019 09:40, Stefan Wiederoder wrote: > Hello list,  > I need to configure dnsmasq to query some zones (approx 700 to be > precise) from another DNS server. Is it possible to use regex within > the server statement? > > I saw some mails/patches, Such as? > but nothing within the

Re: [Dnsmasq-discuss] DNSMASQ used to force redirection for testing. IPv6 transport issue.

2019-06-17 Thread Geert Stappers
ress and I haven’t been able to figure out how to force it to > do so. > FWIW    I haven't been able to figure out what the use case is. >   > > Anyone who has already tackled this and could enlighten me from this list? > >   > > Regards Geert Stappers _

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies

2019-06-12 Thread Geert Stappers
dso.so.1 => (0x2aaab000) > libc.so.6 => /lib64/libc.so.6 (0x003ed480) > /lib64/ld-linux-x86-64.so.2 (0x003ed4400000) > > > On linux 2.6.18 I tried to download and compile libnettle3, but there are > too many broken dependenc

Re: [Dnsmasq-discuss] Lease comes back after removing

2019-06-23 Thread Geert Stappers
kely will it bite me another time. Meanwhile send your report of (successfull) mapping of IPv4 address on MAC address through  /etc/ethers Cheers Geert Stappers ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] Lease comes back after removing

2019-06-23 Thread Geert Stappers
On Sun, Jun 23, 2019 at 09:33:21AM -0700, A C wrote: > On 2019-06-23 03:32, Geert Stappers wrote: > > On 23-06-2019 08:06, A C wrote: > > > >> I'm having trouble removing leases from my system. I have a client that > >> accepted a lease in my DHCP range before I

Re: [Dnsmasq-discuss] Starting as non-root

2019-05-13 Thread Geert Stappers
ch it is >> allowed to not start as root? > > The whole world is not Linux. Most other OS's don't have these caps. > > In other words:    The _normally_  in  'Dnsmasq must normally be started as root' is correct. Cheers Geert Stappers __

  1   2   3   4   5   6   7   8   >