Am 18.05.2012 12:48, schrieb Muhammad Yousuf Khan:
any one can help plz?
Now I am using reporting tool sarg which i hope your are aware of, that is generating reports against SQUID log by default sarg generates IP base reports, further more there is an option in sarg report by which we can convert IP address to FQDN to make it more user-friendly to understand . but for that it is necessary that Squid box must communicate with Local DNS in order to resolve these IP (reverse lookup) and convert it back to FQDN, and also for other purposes I need my Squid box to recognize my local DNS and send all the concern query only to the local DNS which is 10.51.100.8.
forward-zones=abc.com=10.51.100.8
PTR RRs are stored in the "in-addr.arpa." zone. So you will need to have an additional entry:
forward-zones=<REPLACE_ME>.in-addr.arpa=10.51.100.8 _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
