How to see the DNS activity in Lubuntu (Bind9)
tcpdump -n "host enovision.local and (udp port 53 or tcp port 53)" -v
where enovision.local is the name of a zone in your DNS
where 53 is the DNS tcp and udp port
tcpdump -n "host enovision.local and (udp port 53 or tcp port 53)" -v
where enovision.local is the name of a zone in your DNS
where 53 is the DNS tcp and udp port