Page 1 of 1

Need help with forcing DNS with PCC setup

Posted: Wed Dec 03, 2014 2:55 pm
by timemojomj
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_use ... DNS_server

But i never get forcing dns worked.

Any one have any idea?

Thank you.

Re: Need help with forcing DNS with PCC setup

Posted: Fri Dec 05, 2014 12:56 am
by error216216
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.