I have a DHCP server and a DHCP6. For every client in IPv4, I set their IP to static and add a rate limit, which should automatically set a simple queue. I just ignore the DHCP6 server and leave all assigned prefixes as dynamic.
Recently, my logs have been filled with the entry can't add dual-stack queue: dhcp-ds<MAC ADDRESS>, binding and lease queue configuration differs
.
I’m not sure how to resolve this, and the things I have tried have not resolved it. Also, there’s not a single search engine result for “binding and lease queue configuration differs”.
What I’ve tried to do:
- In DHCP server leases, enable “allow dual stack queue” for each client entry
- In both DHCP and DHCP6 severs, enable “allow dual stack queue”
Any help, pointers, or documentation will be appreciated.