Community discussions

MikroTik App
 
jbaird
newbie
Topic Author
Posts: 48
Joined: Tue May 10, 2011 6:11 am

Offloading DNS for hotspot

Fri Apr 05, 2013 2:04 am

I am trying to prevent the MT from intercepting DNS requests for hotspot users. I don't want the MT to cache or do anything. I thought this rule may prevent this:

/ip firewall nat add action=accept chain=pre-hotspot dst-port=53 protocol=udp

However, it looks like the MT's DNS cache is still populating. What is the best way to stop the MT from doing any DNS interception at all, and just to use the DNS servers that the hotspot clients receive via DHCP? I do see two additional NAT rules that redirect DNS traffic on the hotspot chain, but I'm not quite sure I understand what they are doing.

Any help would be appreciated.

Thanks.
 
spire2z
Long time Member
Long time Member
Posts: 516
Joined: Mon Feb 14, 2005 2:48 am

Re: Offloading DNS for hotspot

Fri Apr 05, 2013 4:21 am

I think it's ip firewall filter you need. Not nat.