Re: [Dnsmasq-discuss] dnsmasq is offering ip from different pool

2023-08-05 Thread 0zl
I've encountered this issue as well, I ended up working around it by creating bridges that have those vlans as their bridge port. This way the bridge stays up to dnsmasq even when I take one of these vlans down. On 8/4/23 09:24, shashikumar Shashi wrote: Hi, Observing that dnsmasq (version

Re: [Dnsmasq-discuss] Behavior on DHCP denied

2023-04-19 Thread 0zl
On 4/19/23 13:35, 0zl wrote: On 4/19/23 11:38, Buck Horn wrote: Yes this is proxy ARP in https://en.wikipedia.org/wiki/Proxy_ARP. HostAPd has an option called proxy_arp which setups up proxy_arp with additional requirements to meet the Hotspot 2.0 standards. It comes built

Re: [Dnsmasq-discuss] Behavior on DHCP denied

2023-04-19 Thread 0zl
On 4/19/23 11:38, Buck Horn wrote: Yes this is proxy ARP in https://en.wikipedia.org/wiki/Proxy_ARP. HostAPd has an option called proxy_arp which setups up proxy_arp with additional requirements to meet the Hotspot 2.0 standards. It comes built in with a couple of snoopers, including a DHCP

Re: [Dnsmasq-discuss] Behavior on DHCP denied

2023-04-19 Thread 0zl
On 4/19/23 08:37, Geert Stappers wrote: On Wed, Apr 19, 2023 at 03:16:37AM +0300, 0zl wrote: On 4/18/23 22:51, Geert Stappers wrote: On Tue, Apr 18, 2023 at 08:24:17PM +0100, Simon Kelley wrote: On 18/04/2023 16:35, 0zl wrote: Hello, This is an issue I've experienced with ESP8266 and proxy

Re: [Dnsmasq-discuss] Behavior on DHCP denied

2023-04-19 Thread 0zl
On 4/19/23 11:38, Buck Horn wrote: Yes this is proxy ARP in https://en.wikipedia.org/wiki/Proxy_ARP. HostAPd has an option called proxy_arp which setups up proxy_arp with additional requirements to meet the Hotspot 2.0 standards. It comes built in with a couple of snoopers, including a DHCP

Re: [Dnsmasq-discuss] Behavior on DHCP denied

2023-04-18 Thread 0zl
On 4/18/23 22:51, Geert Stappers wrote: On Tue, Apr 18, 2023 at 08:24:17PM +0100, Simon Kelley wrote: On 18/04/2023 16:35, 0zl wrote: Hello, This is an issue I've experienced with ESP8266 and proxy ARP on my WiFi network. Please confirm that it is proxy ARP as in https://en.wikipedia.org

[Dnsmasq-discuss] Behavior on DHCP denied

2023-04-18 Thread 0zl
to allocate a different address because MCU has rejected it already. Not sure what people in this mailing list think, but it feels like dnsmasq shouldn't be doing this. All the best, 0zl. ___ Dnsmasq-discuss mailing list Dnsmasq-discuss

Re: [Dnsmasq-discuss] --script-arp question

2023-04-12 Thread 0zl
On 4/12/23 09:09, 0zl wrote: On 4/12/23 08:19, Geert Stappers wrote: On Wed, Apr 12, 2023 at 02:03:22AM +0300, 0zl wrote: On 4/12/23 01:59, 0zl wrote: Second I don't understand how this works exactly, I intend to create a script that adds a permanent arp entry to make me more resilient

Re: [Dnsmasq-discuss] --script-arp question

2023-04-12 Thread 0zl
On 4/12/23 08:19, Geert Stappers wrote: On Wed, Apr 12, 2023 at 02:03:22AM +0300, 0zl wrote: On 4/12/23 01:59, 0zl wrote: Second I don't understand how this works exactly, I intend to create a script that adds a permanent arp entry to make me more resilient to ARP spoofing attacks, should I

[Dnsmasq-discuss] --script-arp question

2023-04-11 Thread 0zl
Hello, Apologies if this was clear but I'm having trouble understanding the `--script-arp` entry in the man page. It says:    --script-arp   Enable the "arp" and "arp-old" functions in the --dhcp-script and --dhcp-luascript. Firstly when I tried to use I got no arp or

Re: [Dnsmasq-discuss] --script-arp question

2023-04-11 Thread 0zl
Replying to myself because I made a typo in this paragraph. I meant to say: "should I create the ARP entry on the add/old action and remove on del" Thank you! On 4/12/23 01:59, 0zl wrote: Second I don't understand how this works exactly, I intend to create a script that adds a per

Re: [Dnsmasq-discuss] dhcp-fqdn bug

2023-04-01 Thread 0zl
On 4/1/23 01:18, Simon Kelley wrote: The problem is that -domain=mydomain.com,local is being parsed by the dnsmasq code as being a domain which only applies to hosts which have an address in the same range as a network interface called "local". That's not a default domain, hence the problem.

Re: [Dnsmasq-discuss] dhcp-fqdn bug

2023-04-01 Thread 0zl
What I intended to do was:     domain=mydomain.com     local=/mydomain.com/ I wanted to have this be done in a single line so I simply did domain=mydomain,local which I thought was the equivalent of the above. On 4/1/23 01:18, Simon Kelley wrote: On 30/03/2023 22:00, 0zl wrote: Greetings

[Dnsmasq-discuss] dhcp-fqdn bug

2023-03-30 Thread 0zl
Greetings, I believe this might be a bug in dnsmasq. When using the shorthand `domain=mydomain.com,local` and `dhcp-fqdn`, dnsmasq fails with: `there must be a default domain when --dhcp-fqdn is set` I'm not sure if this is intended behavior or not, but from what I could gather this

Re: [Dnsmasq-discuss] Method to get Dnsmasq serve address of a host from interface address

2023-03-13 Thread 0zl
uot; in pre-2.88 releases from suffering a regression when they upgrade. For that last reason alone, I propose option 3. Comments? Cheers, Simon. On 13/03/2023 00:31, 0zl wrote: Well, it seems like dnsmasq just ignores addresses with /32s. I see in src/network.c for some reason if an interface has

Re: [Dnsmasq-discuss] Method to get Dnsmasq serve address of a host from interface address

2023-03-12 Thread 0zl
for the noise! On 3/13/23 02:08, 0zl wrote: Hi everyone, Previously on Debian Stable, I was using dynamic-host as a weird hack to get Dnsmasq to serve my PPPOE interface's IP address however this no longer seems to work with the Dnsmasq supplied in Debian Testing. It was OK to just specify

[Dnsmasq-discuss] Method to get Dnsmasq serve address of a host from interface address

2023-03-12 Thread 0zl
Hi everyone, Previously on Debian Stable, I was using dynamic-host as a weird hack to get Dnsmasq to serve my PPPOE interface's IP address however this no longer seems to work with the Dnsmasq supplied in Debian Testing. It was OK to just specify 0.0.0.0 as my ISP would allocate for me a /32