[Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread Roy Marples
Hi List dnsmasq has this lovely piece of code http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/option.c;h=462796996ef208bd013eece70fce51e7dc1a45ad;hb=HEAD#l3240 This effectively stops me using dnsmasq to give the same IP address to wired and wireless interfaces (which are on the same

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread M. Buecher
Hi Simon, sorry for this "Me too" mail, but +1. Never got to request that feature myself. Regards Maddes On 2018-11-12 16:12, Roy Marples wrote: Hi List dnsmasq has this lovely piece of code http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/option.c;h=462796996ef208bd013eece70fce51e

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread Donald Muller
You could put a reservation in dnsmasq for the wired and wireless MAC addresses and give them the same IP address. > -Original Message- > From: Dnsmasq-discuss > On Behalf Of Roy Marples > Sent: Monday, November 12, 2018 10:13 AM > To: DNSMASQ Mailing List > Subject: [Dnsmasq-discuss] d

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread john doe
On 11/12/2018 4:12 PM, Roy Marples wrote: > Hi List > > dnsmasq has this lovely piece of code > http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/option.c;h=462796996ef208bd013eece70fce51e7dc1a45ad;hb=HEAD#l3240 > > > This effectively stops me using dnsmasq to give the same IP address

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread Roy Marples
On 12/11/2018 16:11, Donald Muller wrote: You could put a reservation in dnsmasq for the wired and wireless MAC addresses and give them the same IP address. How? ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.t

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread Jan Psota
> On 12/11/2018 16:11, Donald Muller wrote: > > You could put a reservation in dnsmasq for the wired and wireless > > MAC addresses and give them the same IP address. > > How? > In /etc/dnsmask.hosts I have: ee:33:99:99:cc:dd,88:33:99:88:ee:00,192.168.1.10,hostname ethernet

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread Roy Marples
On 12/11/2018 19:09, Jan Psota wrote: On 12/11/2018 16:11, Donald Muller wrote: You could put a reservation in dnsmasq for the wired and wireless MAC addresses and give them the same IP address. How? In /etc/dnsmask.hosts I have: ee:33:99:99:cc:dd,88:33:99:88:ee:00,192.168.1.10,hostn

Re: [Dnsmasq-discuss] duplicate dhcp-host IP address

2018-11-12 Thread Donald Muller
See john doe's response. > -Original Message- > From: Dnsmasq-discuss > On Behalf Of Roy Marples > Sent: Monday, November 12, 2018 12:57 PM > To: dnsmasq-discuss@lists.thekelleys.org.uk > Subject: Re: [Dnsmasq-discuss] duplicate dhcp-host IP address > > On 12/11/2018 16:11, Donald Muller