We have several CCR deployed in our network. Each CCR has PPPoE and Hotspot server running (around 1500 users in both PPPoE and hotspot). Using open dns in CCR and DHCP server. PPPoE users are not facing any issue of DNS but hotspot users are facing DNS issue intermittently. We have large subscriber base and this intermittent DNS issue is driving us crazy. Struggling since long to get it resolved but no luck so far.
If the CCR can handle it, try giving users it as DNS, and just forward to Open DNS from then on… I’m thinking maybe the packets are sometimes timing out between the CCR and the client’s devices.
Alternatively, use “/ip firewall mangle” to increase the TTL of each packet sent to Open DNS and/or each packet received from Open DNS.
I’ve had a similar issue with much fewer customers, when users have their own CPE routers. As a “catch all”, I increased the TTL of all packets exiting the router, and that fixed everyone… Though I think given your larger customer base, increasing the TTL of all packets may be a little too taxing on the CCR ultimately.
(replace “WAN” with the actual name of your internet facing interface)
although it may need some refinement to limit its scope if it turns out to be too taxing on the CCR.