Need help with forcing DNS with PCC setup

Hello,

I set up dual pppoe load balancing using the official PCC guide:

http://wiki.mikrotik.com/wiki/Manual:PCC

And try to force all client to use internal dnsmasq server as their DNS server by following the official guide:

http://wiki.mikrotik.com/wiki/Force_users_to_use_specified_DNS_server

But i never get forcing dns worked.

Any one have any idea?

Thank you.

You have to add this in mangle rules :

/ip firewall mangle
add chain=prerouting dst-port=53 protocol=udp place-before=0
add chain=prerouting dst-port=53 protocol=tcp place-before=0

All DNS traffic should be redirected to 192.168.88.1.