[Dnsmasq-discuss] config error is REFUSED (EDE: not ready) since v2.86

2021-09-14 Thread Jean-Philippe Lambert
Hello, I am using dnsmasq in various situations, thanks a lot for this very useful work. I noticed that I am not able to use address=/#/ip since v2.86 (it still worked with v2.85). I am now getting an error. dnsmasq: config error is REFUSED (EDE: not ready) Here is the error with v2.86

Re: [Dnsmasq-discuss] srv-host and domain

2021-09-14 Thread Otto Modinos
Running the following command, dig _xmpp-client._tcp.mydomain.home SRV dig responds with ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 51244 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ;

Re: [Dnsmasq-discuss] srv-host and domain

2021-09-14 Thread Geert Stappers via Dnsmasq-discuss
On Tue, Sep 14, 2021 at 07:51:02PM +0300, Otto Modinos wrote: > On Tue, Sep 14, 2021 at 02:02:59PM +, Donald Muller wrote: > > > > > > Something like this: > > > > > >domain=mydomain.home,192.168.1.0/24,local > > >srv-host=_xmpp-client._tcp,myhost.mydomain.home,5222,0,5 > > > > > >

Re: [Dnsmasq-discuss] DHCPv6 - network booting 'address in use'

2021-09-14 Thread Geert Stappers via Dnsmasq-discuss
On Tue, Sep 14, 2021 at 04:58:10PM +0200, Harald Jensas wrote: > Hi, > > We are seeing an issue whit network booting over DHCPv6 is failing. > The UEFI firmware is starting two DHCPv6 transactions, with separate IAID's. > Initially one transactions succeeds, while the other transaction fails >

Re: [Dnsmasq-discuss] srv-host and domain

2021-09-14 Thread Otto Modinos
No result. ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

[Dnsmasq-discuss] DHCPv6 - network booting 'address in use'

2021-09-14 Thread Harald Jensas
Hi, We are seeing an issue whit network booting over DHCPv6 is failing. The UEFI firmware is starting two DHCPv6 transactions, with separate IAID's. Initially one transactions succeeds, while the other transaction fails because the same address (fd42::200) is advertised. On error, the client

Re: [Dnsmasq-discuss] srv-host and domain

2021-09-14 Thread Donald Muller
> -Original Message- > From: Dnsmasq-discuss > On Behalf Of Otto Modinos > Sent: Tuesday, September 14, 2021 4:01 AM > To: dnsmasq-discuss@lists.thekelleys.org.uk > Subject: Re: [Dnsmasq-discuss] srv-host and domain > > Something like this: > >

Re: [Dnsmasq-discuss] rev-server=fe80::/10, 192.168.178.1 no longer accepted (version 2.86)

2021-09-14 Thread Dominik DL6ER
Hey Simon, I'm resubmitting the patch with these changes: 0. Submit the correct patch with the correct memory allocation 1. Rebased onto Petr's change to option.c 2. Removed the explain feature 3. Added failsafe checks to the mallocs 4. Added a hint in network.c when there are more servers

Re: [Dnsmasq-discuss] srv-host and domain

2021-09-14 Thread Otto Modinos
Something like this: domain=mydomain.home,192.168.1.0/24,local srv-host=_xmpp-client._tcp,myhost.mydomain.home,5222,0,5 This should work I believe. Yet, a SRV query for _xmpp-client._tcp.mydomain.home gets no answer. I also tried srv-host=_xmpp-client._tcp.,myhost.mydomain.home, notice