Please help me to explore why Mikrotik router is constntly asking DNS about www.mikrotik.com domain ?
From DNS logs I see that this traffic is generating by router constantly:
MT-DNS: local query: #84709 www.mikrotik.com. A
How to stop this proces ?
/ip cloud
/ip cloud> print
ddns-enabled: no
update-time: yes
status: updated
After changing update-time to no
ip cloud set update-time=no
/ip cloud> print
ddns-enabled: no
update-time: no
status: updated
I see in DNS logs traffic to http://www.mikrotik.com
Mar 3 20:36:10 192.XXX.YY.ZZZ Mar 3 20:36:10 NameRouter MT-DNS: done query: #127898 www.mikrotik.com 159.148.147.196
How to stop this trafic from Mikrotik router to Mikrotik Server ???
R1CH
March 3, 2017, 9:43pm
4
Disable auto timezone too in system / clock.
/system clock> print
time: 01:32:39
date: mar/04/2017
time-zone-autodetect: no
time-zone-name: Europe/Warsaw
gmt-offset: +01:00
dst-active: no
… and still is doing that, what is responsible for this traffic ?
Sob
March 4, 2017, 12:10pm
6
Do you use Dude for monitoring? Its default DNS probe also asks for www.mikrotik.com .
Yes I’m using DUDE.
I wondering why I need this DUDE DNS ?
I have changed Dude configuration
Dude → Probes → DNS and change it from http://www.mikrotik.com to my local DNS on mikrotik router ip.
Is this right ?
Maybe should I delete this record ?
Sob
March 4, 2017, 10:37pm
8
DNS probe checks if DNS resolver works, so it tries to resolve some hostname. I don’t see any harm in using www.mikrotik.com , but if you don’t like it for any reason, change it to something else. Or get rid of that probe completely, if you don’t want to monitor DNS resolvers.