Need help on DNS reporter

2011-03-19 Thread babu dheen
Hi,   Can anyone let me know is there any open source software available to generate report for DNS service based on DNS BIND query logs.   We have BIND DNS running RHEL 5.0. Would like to generate report based on its logs so that we can identify list of clients quering external domains and its

Re: force to flush from jnl to zone files

2011-03-19 Thread terry
2011/3/20 Evan Hunt : >> My BIND has been using dynamic updates for zone update. >> My question is, how to force to flush updated data from the *.jnl >> files to zone files? >> I know restarting bind can do that, but is there another better way? > > "rndc freeze " will do that.  Run "rndc thaw" aft

Re: force to flush from jnl to zone files

2011-03-19 Thread Evan Hunt
> My BIND has been using dynamic updates for zone update. > My question is, how to force to flush updated data from the *.jnl > files to zone files? > I know restarting bind can do that, but is there another better way? "rndc freeze " will do that. Run "rndc thaw" afterward to re-enable DDNS. Ra

Re: force to flush from jnl to zone files

2011-03-19 Thread Anand Buddhdev
On 19/03/2011 15:57, terry wrote: > Hello, > > My BIND has been using dynamic updates for zone update. > My question is, how to force to flush updated data from the *.jnl > files to zone files? > I know restarting bind can do that, but is there another better way? You can freeze and then thaw th

Re: force to flush from jnl to zone files

2011-03-19 Thread Dan Durrer
Terry, rndc freeze zonename disables dynamic updates and syncs up the current zone data to the zone file. rndc thaw zone name when your done editing then file. Dan Sent from my iPad On Mar 19, 2011, at 7:57 AM, terry wrote: > Hello, > > My BIND has been using dynamic updates for zone upda

force to flush from jnl to zone files

2011-03-19 Thread terry
Hello, My BIND has been using dynamic updates for zone update. My question is, how to force to flush updated data from the *.jnl files to zone files? I know restarting bind can do that, but is there another better way? Thanks. Regards. ___ bind-users m