<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
To answer the question, the host doesn't get the same address because<br>
"multiple MAC addresses on the same line" is NOT the same as a MAC<br>
address with wildcards in it. If you had<br>
<br>
dhcp-host=96:8d:d4:d0:4d:e3,a4:50:46:d0:4d:e3,192.168.0.217<br>
<br>
then it would work, but<br>
<br>
dhcp-host=*:*:*:d0:4d:e3,192.168.0.217<br>
<br>
doesn't.<br>
<br>
I can't see why the code shouldn't  be altered to make this work, this<br>
is just a case that nobody anticipated.<br></blockquote><div><br></div><div>I tried with explicit mac-addresses (it's annoying to write 4 versions, but not a big deal if it works), and I got the same result. It's true that I tried this using 2.75, now that I am running 2.85 I can try again (yes, I updated again with the current code from <a href="http://thekelleys.co.uk">thekelleys.co.uk</a>).</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
A possibly more tidy solution to this problem is to configure your<br>
clients to send client-IDs in their DHCP requests. If client-IDs are<br>
present, they totally override MAC addresses, so a client which always<br>
send the same clienr-ID will always be identified and keep the same IP<br>
address, even if its MAC address changes. Of course this only works if<br>
you're OS/DHCP client combination allows configuration of client-IDs.<br>
AFAIK all the common Linux ones do.<br>
<br></blockquote><div><br></div><div>That would be really great, but unfortunately I don't control all the devices, some of them being mobile phones with very little room to configure.</div><div><br></div><div> Thanks!</div></div></div>