Tuesday, 6 June 2017

MIKROTIK:-Hotspot DNS Bypass

According to my experience and as I have seen sometimes in mikrotik router the mikroitk is blocking the DNS IP address and DNS Port itself when we are running the hotspot in our mikroitk .

So if you are facing this problem in your in live scenario then you can go for this solution if hotspot is blocking the DNS IP and DNS Port .

Lets Bypass all the DNS IP

Go To IP>Hotspot>IP Binding 




/ip hotspot walled-garden ip

add action=accept disabled=no !dst-address dst-port=53 protocol=udp \
    !src-address
add action=accept disabled=no !dst-address dst-port=53 protocol=tcp \
    !src-address

/ip hotspot ip-binding

add address=8.8.8.8 type=bypassed
add address=4.2.2.2 type=bypassed

No comments:

Post a Comment