I had a funny issue today - A user reported that he couldn't get to a website that he knew wasn't malfunctioning.
Curious, I tried a nslookup from my machine:
Code: Select all
# nslookup domain.com
Server: 192.168.1.1
Address: 192.168.1.1#53
** server can't find domain.com: NXDOMAIN
Code: Select all
nslookup domain.com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: domain.com
Address: 208.113.134.XXX
Next thing I tried was logging into our router, to see if there is a problem with DNS:
Code: Select all
[admin@router] > /ip dns print
servers: 220.233.0.3,220.233.0.4
allow-remote-requests: yes
max-udp-packet-size: 4096
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 2048KiB
Code: Select all
[admin@router] > /ip dns cache flush
1. Is this normal/expected behaviour?
2. What is the recommended DNS cache size?
RouterOS 5.12 on RB1100AH.
Thanks
Jeremy