Re: [Dnsmasq-discuss] way to inject static host wireguard ip into dnsmasq.leases untill dhcp renewal

2020-03-11 Thread Jelle de Jong
Hi Simon, On 2020-03-05 23:24, Simon Kelley wrote: On 04/03/2020 18:54, Jelle de Jong wrote: Hello everybody, I have a setup with wireguard vpn clients that sadly need a static IP. I got a script running to detect if the host is connected. I want to tell dnsmasq the IP of the host so I can u

Re: [Dnsmasq-discuss] dnsmasq and option 78

2020-03-11 Thread Kristian Evensen
Hi Simon & Geert, Thanks a lot for your replies! On Tue, Mar 10, 2020 at 11:46 PM Simon Kelley wrote: > dhcp-option-force=78,01:c0:a8:05:0e I just tried this and it works great, thanks a lot for pointing me in this direction. As a temporary work-around, I patched dnsmasq to treat the first part

Re: [Dnsmasq-discuss] stop-dns-rebind and IPv6

2020-03-11 Thread Dominik
Hey Buck, dnsmasq blocks all IPv4 address replies in the "private" subnets when enabling stop-dns-rebind. For IPv6, it blocks only the IPv4-mapped address ranges matching said private subnets. Neither ULAs nor LLs (link-locals) are blocked in the IPv6 range. I agree this should be added. I ca