RE: BIND logging in a separate node

2009-03-03 Thread Ben Bridges
ts.isc.org] On Behalf Of Prabhat Rana > Sent: Tuesday, March 03, 2009 11:42 AM > To: Jeremy C. Reed > Cc: bind-users@lists.isc.org > Subject: Re: BIND logging in a separate node > > > Jeremy, > Thanks for the response. Yes I need to change the file name > to avoid con

Re: BIND logging in a separate node

2009-03-03 Thread Prabhat Rana
will continue to log locally. --- On Tue, 3/3/09, Jeremy C. Reed wrote: > From: Jeremy C. Reed > Subject: Re: BIND logging in a separate node > To: "Prabhat Rana" > Cc: bind-users@lists.isc.org > Date: Tuesday, March 3, 2009, 11:08 AM > > What I'm trying

Re: BIND logging in a separate node

2009-03-03 Thread Jeremy C. Reed
> What I'm trying to do is log /var/bind/named.stats in a separate node. Note that file name is commonly used for the "rndc stats" statistics-file. It may be a good idea to use a different name so you don't cause confusion or conflict. > So my question is, can I specify the node IP address and

BIND logging in a separate node

2009-03-03 Thread Prabhat Rana
Hello all, I'm running BIND 9.5.0-P1 on a Solaris 10. My question is I think a combination of BIND logging and the syslog in Solaris. Below is the logging as in the named.conf logging { channel my_syslog { syslog daemon; severity info; };