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

2020-04-21 Thread Geert Stappers
On Tue, Apr 21, 2020 at 04:16:43PM +0200, Pali Rohár wrote: > On Friday 07 February 2020 23:08:32 Pali Rohár wrote: > > On Monday 17 December 2018 18:41:09 Pali Rohár wrote: > Hello! > > I have not got any reply about this patch for years. > > So I would like to know, is some spam

Re: [Dnsmasq-discuss] IPv6 host-id

2020-04-21 Thread Geert Stappers
On Tue, Apr 21, 2020 at 09:47:35AM -0400, Jiawen Chen wrote: > On Tue, Apr 21, 2020 at 3:01 AM Geert Stappers wrote: > > On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > > > > > > I'd like to use DHCPv6 and IPv6, using the host-id-only option. > > > > > > ``` > > > # Enable IPv6

Re: [Dnsmasq-discuss] DNS set using dhcp-host expires?

2020-04-21 Thread Geert Stappers
On Tue, Apr 21, 2020 at 09:57:34AM -0400, Jiawen Chen wrote: > On Tue, Apr 21, 2020 at 3:06 AM Geert Stappers wrote: > > On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > > > > > > I'm using dnsmasq for DHCP + DNS on my home LAN and use dhcp-host to > > > statically assign an IP

Re: [Dnsmasq-discuss] DNS set using dhcp-host expires?

2020-04-21 Thread Jiawen Chen
Thanks! That makes sense. I will give that a shot. On Tue, Apr 21, 2020 at 3:06 AM Geert Stappers wrote: > On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > > Hi, > > > ... > > > > I'm using dnsmasq for DHCP + DNS on my home LAN and use dhcp-host to > > statically assign an IP

Re: [Dnsmasq-discuss] IPv6 host-id

2020-04-21 Thread Jiawen Chen
On Tue, Apr 21, 2020 at 3:01 AM Geert Stappers wrote: > On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > > Hi, > > > ... > > > > > > Finally, I'd like to use DHCPv6 and IPv6, using the host-id-only option. > > > > ``` > > # Enable IPv6 Router Advertisement. > > enable-ra > > >

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

2020-04-21 Thread Pali Rohár
Hello! I have not got any reply about this patch for years. So I would like to know, is some spam filter eating my emails and therefore patch was not delivered? Can somebody confirm if Simon got my patch or should I probably resent it from different email address, to prevent spam filter

Re: [Dnsmasq-discuss] IPv6 host-id

2020-04-21 Thread Pali Rohár
On Tuesday 21 April 2020 08:27:49 Geert Stappers wrote: > On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > > # Assign 192.168.0.150 and [::0:1000] to my living room pc > > dhcp-host=,192.168.0.150,[::0:1000],livingroom.internal,12h > > > > # Assign 192.168.0.151 and [::0:1001] to my

[Dnsmasq-discuss] DHCPv6 with IPv4 address in last 32 bits of IPv6 address: ideas?

2020-04-21 Thread William Edwards
Hello, I am working on replacing static IP addresses in our network by static DHCP leases (which is in turn preparation for PXE). For IPv4, this is easily doable, but for IPv6 this is a bit of a challenge because of the following: In our case, all services directly attached to the internet

[Dnsmasq-discuss] Dnsmasq-controller for Kubernetes

2020-04-21 Thread kvaps
Hi, I'm using Dnsmasq in Kubernetes as DNS- and DHCP-server to organize network-booting server farm for long time. At this moment I glad to introduce dnsmasq-controller for Kubernetes, to dynamically reconfigure dnsmasq any time when new hosts and Netboot-servers added. Dnsmasq-controller also

Re: [Dnsmasq-discuss] IPv6 host-id

2020-04-21 Thread Geert Stappers
On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > Hi, > ... > > > Finally, I'd like to use DHCPv6 and IPv6, using the host-id-only option. > > ``` > # Enable IPv6 Router Advertisement. > enable-ra > > # Enable DHCPv6. Serve a range for each VLAN. >

Re: [Dnsmasq-discuss] DNS set using dhcp-host expires?

2020-04-21 Thread Geert Stappers
On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > Hi, > ... > > I'm using dnsmasq for DHCP + DNS on my home LAN and use dhcp-host to > statically assign an IP address and hostname. However, I'm discovering that > while it works most of the time, sometimes, ssh for example, can't

Re: [Dnsmasq-discuss] DNS set using dhcp-host doesn't exist until it connects?

2020-04-21 Thread Geert Stappers
On Mon, Apr 20, 2020 at 10:27:11PM -0400, Jiawen Chen wrote: > Hi, > > I recently started exploring the more advanced features of dnsmasq and have > been very impressed. :-) > ... good reports ... > > Any suggestions would be greatly appreciated! Separate issues should have