Results 1 to 7 of 7
I am seeing lots of the failed lookups in fast succession in my logs and want a way of finding out which client ip is requesting those records from my ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-29-2007 #1
Bind DNS - Find machine requesting lots of failing lookups
I am seeing lots of the failed lookups in fast succession in my logs and want a way of finding out which client ip is requesting those records from my Bind DNS servers. Any ideas how I can do this?
The Human Equation:
value(geeks) > value(mundanes)
- 11-29-2007 #2
- 11-29-2007 #3
yes but I think this is much more effort than it's worth.
plus this behaviour is sporadic so I can't just run this forever until I notice it again.
I've increased logging one Bind server to see if I get any more info.The Human Equation:
value(geeks) > value(mundanes)
- 11-30-2007 #4
Turn on "query_log" in your named.conf.
This should show you who is quering what. Then you should be able to grep it for the information you are looking for.
- 11-30-2007 #5
yes I did effectively this but using rndc while bind was running instead.
I didn't see it happen again, but will investigate the next time this happens.
Thanks.The Human Equation:
value(geeks) > value(mundanes)
- 12-01-2007 #6
I would still enable the logging and restart bind. At least you'll have some sort of history file to look back on.
- 12-02-2007 #7


Reply With Quote

