I have a DNS Server which runs on a virtual linux box with several IPs. Bind provides some pretty detailed debug logs, however, one piece of information that doesn't seem to be logged is the requested IP address.
For example, if I operated google's DNS servers 8.8.8.8 and 8.8.4.4 on the same box, I would be looking to see if the user requested the DNS record via 8.8.8.8 or 8.8.4.4.
Ideally, I would like not to involve other network traffic monitoring tools, and stick solely with BIND. Another interest of mine is to vary the response based on the requested server ip similar to the view clause in bind, but if the former can be achieved, that seems like it would be much simpler.
Thanks!