My local router serves my network as a DNS server and logs show lots of queries started from itself and another host from the network, mostly from the router itself.
I tryed to follow the router's "dnsmasq.log" and saw a huge amount of constant DNS querys for A and AAAA values for my Zabbix server host (192.168.1.6).
They all seem to come from the router itself
And sometimes from another host.
So, I stopped my router's Zabbix agent and the queries stopped as well.
My server comunicates fine with the router's agent and all items seem to work fine.
I reviewed the agent's configuration and it seems to have nothing wrong.
Looking at the agent log, there's nothing at all, just that it started.
I'm not sure what's that about.
Why would the agent keep querying so much for the server's ip?
I tryed to follow the router's "dnsmasq.log" and saw a huge amount of constant DNS querys for A and AAAA values for my Zabbix server host (192.168.1.6).
They all seem to come from the router itself
Code:
Feb 3 23:20:11 dnsmasq[16662]: query[A] [zabbix_server_hostname] [B]from 127.0.0.1[/B] Feb 3 23:20:11 dnsmasq[16662]: query[A] [zabbix_server_hostname] [B]from 127.0.0.1[/B] Feb 3 23:20:11 dnsmasq[16662]: /etc/hosts.dnsmasq [zabbix_server_hostname] is 192.168.1.6 Feb 3 23:20:11 dnsmasq[16662]: /etc/hosts.dnsmasq [zabbix_server_hostname] is 192.168.1.6 Feb 3 23:20:11 dnsmasq[16662]: query[AAAA] [zabbix_server_hostname] [B]from 127.0.0.1[/B] Feb 3 23:20:11 dnsmasq[16662]: query[AAAA] [zabbix_server_hostname] [B]from 127.0.0.1[/B] Feb 3 23:20:11 dnsmasq[16662]: config [zabbix_server_hostname] is NODATA-IPv6 Feb 3 23:20:11 dnsmasq[16662]: config [zabbix_server_hostname] is NODATA-IPv6
Code:
Feb 3 23:20:13 dnsmasq[16662]: query[A] [zabbix_server_hostname] [B]from 192.168.1.5[/B] Feb 3 23:20:13 dnsmasq[16662]: query[A] [zabbix_server_hostname] [B]from 192.168.1.5[/B] Feb 3 23:20:13 dnsmasq[16662]: /etc/hosts.dnsmasq [zabbix_server_hostname] is 192.168.1.6 Feb 3 23:20:13 dnsmasq[16662]: /etc/hosts.dnsmasq [zabbix_server_hostname] is 192.168.1.6 Feb 3 23:20:13 dnsmasq[16662]: query[AAAA] [zabbix_server_hostname] [B]from 192.168.1.5[/B] Feb 3 23:20:13 dnsmasq[16662]: query[AAAA] [zabbix_server_hostname] [B]from 192.168.1.5[/B] Feb 3 23:20:13 dnsmasq[16662]: config [zabbix_server_hostname] is NODATA-IPv6 Feb 3 23:20:13 dnsmasq[16662]: config [zabbix_server_hostname] is NODATA-IPv6
My server comunicates fine with the router's agent and all items seem to work fine.
I reviewed the agent's configuration and it seems to have nothing wrong.
Looking at the agent log, there's nothing at all, just that it started.
I'm not sure what's that about.
Why would the agent keep querying so much for the server's ip?

, therefore, generating huge amounts of dnsmasq logs.
Comment