Hi all,
I’m having trouble with my first MikroTik.
I’ve read some basic docuemnts in the wiki and some threads on the forum but I’m confused about this problem.
I want to configure the DNS server so the LAN PCs could:
a. resolve IP addresses outside the LAN with static hostnames
b. resolve the LAN PCs IP addresses with the relative hostnames
I’ve setup the DHCP server with the MikroTik IP address as DNS server for the LAN PCs.
I’ve setup the DNS in the MikroTik with the Google DNS servers and I added two static DNS entries to test point a. and b.
Then it means that your computer does not ask for Mikrotik as first DNS.
Have you checked that you don’t block by mistake the MT DNS port (53/udp)?
Have you checked that MT DNS is first on the DNS list of client computer, or that MT is the only DNS on the computer?
Have you done a traceroute from the client computer to check where the request goes?
Do you mean in the firewall?
I’ve addes this lines:
/ip firewall filter
add chain=input protocol=udp dst-portaction=53 accept comment=“DNS-UDP”
add chain=input protocol=tcp dst-portaction=53 action=accept comment=“DNS-TCP”
Yes, it’s the first and the only one.
Yes: nslookup -debug hostname stops at routerboard IP address with nothing more.