tcc
October 14, 2013, 7:45am
1
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?
Thanks
efaden
October 14, 2013, 6:52pm
2
tcc:
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?
Thanks
Post your export compact and maybe a network diagram.
dfine
November 8, 2013, 10:42pm
3
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…
Perhaps a bug in the MT software? Should be a basic thing right…
tcc
November 9, 2013, 7:53am
4
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