Internal DNS

Hi,

I’m new to Mikrotik and I have a DNS question…

I’m running a 951G-2HnD Routerboard behind a DSL router. I configured the DSL router as my DNS server and made static entries for my internal devices.

E.g. my NAS got the IP 192.168.50.50, so I made it static in DHCP and DNS.

Unfortunately pinging/resolving internal names is not possible for me.

Do you have an idea? :wink:

Thanks

Post your export compact and maybe a network diagram.

Hi, same problem here. Have you found a solution or alternative solution for your problem?

My problem is posted here: http://forum.mikrotik.com/t/dns-problem-static-entries-dont-work-from-client/71309/1

Are you able to nslookup from client? And able to resolve names “put [resolve dnsname]” on a mikrotik terminal? I am able to do these things but resolve from client doesnt work… :frowning:

Perhaps a bug in the MT software? Should be a basic thing right…

For my case, I have found the problem.

The rule 192.168.1.0/24 - 192.168.1.0/24 only allowed tcp traffic. So I removed tcp from this rule and it. was working.

Hope this helps