Timeline for dhcpd isn't matching this mac address
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Nov 8, 2021 at 10:48 | history | suggested | Melkor333 | CC BY-SA 4.0 |
Fix the mac address format in the if statement
|
| Nov 5, 2021 at 10:16 | review | Suggested edits | |||
| S Nov 8, 2021 at 10:48 | |||||
| Jan 26, 2018 at 0:23 | comment | added | Deathgrip | My point. So instead of accepting my answer as the correct answer, you created your own and marked it as good. Kind of a lame move... | |
| Jan 24, 2018 at 23:20 | comment | added | Andrew Falanga |
Yes, you're correct. I added my comment because, according to what I was told on the ISC dhcpd support mailing list, the function binary-to-ascii truncates leading 0's. This means that matching against 1:00:a0:45 would fail because it's not 1:0:a0:45.
|
|
| Jan 23, 2018 at 23:16 | comment | added | Deathgrip | @AndrewFalanga Umm... my original answer has that exact match line... save the second 00 field. | |
| Jan 23, 2018 at 1:15 | comment | added | Andrew Falanga |
I found from the folks at the ISC dhcp mailing list that the binary-to-ascii function truncates leading 0's. So the rule should be, match if binary-to-ascii(16,8,":",substring(hardware, 0, 4)) = "1:0:a0:45";. A very subtle difference.
|
|
| Jan 17, 2018 at 18:23 | comment | added | Deathgrip | Added change to "controller" pool (the range specification). | |
| Jan 17, 2018 at 18:22 | history | edited | Deathgrip | CC BY-SA 3.0 |
Added modification to "controller" pool.
|
| Jan 17, 2018 at 18:08 | comment | added | Andrew Falanga | That's a great question. There's never more than one on the network at a time, but it's not always the same device. That's why the rule is made as you see it provided. Also, I have attempted what you proposed above but with the same result. I've edited my question and updated. I apologize for this. | |
| Jan 17, 2018 at 17:42 | history | edited | Deathgrip | CC BY-SA 3.0 |
Added suggestion for fixed address configuration.
|
| Jan 17, 2018 at 17:36 | history | answered | Deathgrip | CC BY-SA 3.0 |