Community discussions

MikroTik App
 
timemojomj
just joined
Topic Author
Posts: 1
Joined: Wed Dec 03, 2014 2:50 pm

Need help with forcing DNS with PCC setup

Wed Dec 03, 2014 2:55 pm

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.
 
error216216
newbie
Posts: 25
Joined: Fri May 23, 2014 2:07 am

Re: Need help with forcing DNS with PCC setup

Fri Dec 05, 2014 12:56 am

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.