Experts,
I have wired issue - I cannot access some website using Mikrotik gateway DNS. On my MT I have DNS pointed to 8.8.8.8 and default vlan is pointing to MT which is 192.168.168.1.
I would like to somehow make DNS redirection www to specific local IP so when I host www inside I would like to tell MT DNS when use www to point to specific internal IP. How can I achieve that.
Thx
By adding static entries in the DNS server of the MikroTik. Did you do that? These entries will be supplied to the requesting clients locally.
yes, I added static DNS > NAME mywebsite.com and local IP of my www server - still no luck even nslookup on my computer shows right redirection
as soon as I change DNS on my computer to Windows DNS DC1 all works fine.
ok did flushdns and looks like it works now !!! Thank you