top level zone file transfer fails from the slave

2010-07-23 Thread Prabhat Rana
Hello, I have a BIND 9.7.1 running on a Solaris 10 box. This node is slave to certain zone for PTR records as shown in the named.conf file below zone "10.in-addr.arpa" in { type slave; check-names ignore; file "zones/internal/10.in-addr.arpa"; masters { 10.2.3.4; 10

Re: ACL for forward zone

2010-07-12 Thread Prabhat Rana
orward zone > To: "Prabhat Rana" > Cc: bind-users@lists.isc.org > Date: Monday, July 12, 2010, 4:17 PM > Hi Prabhat, > > I think you don't need this ACL in your forwarder server, > define it on  > the authoritative server (1.2.3.4 and 5.6.7.8, according to > y

ACL for forward zone

2010-07-12 Thread Prabhat Rana
Hello all, I have BIND 9.7.1 installed in Solaris 10. I need to use a forwarder for a certain internal private IP zone to a certain internal DNS severs. In the meantime I need to use certain ACL so that it would forward the queries and reply to them only from certain IP address clients. So I use

out of memory Errors

2010-06-17 Thread Prabhat Rana
I'm running BIND 9.6.1-P1 in a Solaris 10 server. There is a total of 32G of physical memory and at any given time about 20G is free. However, named keeps on throwing "out of memory" errors. When these error occurs in syslog, although named is still running it goes in a hung state. I noticed th

Re: Subdomain delegation only returns SOA on dig

2010-03-29 Thread Prabhat Rana
r, try a > non-recursive query, e.g. dig +norec, against an empty > cache. > >                 >                 >                 >                 >           >                 >                 >                 >              - > Kevin > > On 3/29/2010 3:34 PM, Prabhat Rana wrote: > > Hello all, > > I'm running BIND 9.6.1-P1 on a Solaris box. This DNS > (ns1.s

Subdomain delegation only returns SOA on dig

2010-03-29 Thread Prabhat Rana
Hello all, I'm running BIND 9.6.1-P1 on a Solaris box. This DNS (ns1.spx.net) is authoritative to domain spx.net (this is just example). And I'm trying to delegate nse.spx.net to ns1.nse.spx.net. I think I have configured correctly but when I run a dig from a different DNS node for a subdoamin

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

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; };

Re: DNS server can resolve some domains - BIND 9.4.2-P1

2009-02-26 Thread Prabhat Rana
ry 26, 2009, 12:18 PM > On Thu, Feb 26, 2009 at 1:11 PM, Prabhat Rana > wrote: > > > > > Also you may want to increase the File descriptor > limits in /etc/service > > file > > * Set File descriptor (FD) limits > > set rlim_fd_max= > > > > Its

Re: DNS server can resolve some domains - BIND 9.4.2-P1

2009-02-26 Thread Prabhat Rana
Also you may want to increase the File descriptor limits in /etc/service file * Set File descriptor (FD) limits set rlim_fd_max= --- On Thu, 2/26/09, JINMEI Tatuya / 神明達哉 wrote: > From: JINMEI Tatuya / 神明達哉 > Subject: Re: DNS server can resolve some domains - BIND 9.4.2-P1 > To: comp-protoco

RE: Deny query from a single IP

2009-02-26 Thread Prabhat Rana
sts.isc.org > Subject: Re: Deny query from a single IP > > It is better do this with a real IPS rather than use your > DNS server to > do this. You should avoid having any unwanted traffic hit > you DNS > servers ever. > > Eric > Prabhat Rana wrote: > > Hello

Deny query from a single IP

2009-02-26 Thread Prabhat Rana
Hello, I have BIND 9.5running on a Solaris10 box. It provides recursive DNS service. I'm trying to implement a script where it reads the BIND stats file for all the incoming queries and if there are too many queries from a single user (source IP) it will block queries from that particular IP. I

Re: Multiple SOA

2009-02-12 Thread Prabhat Rana
ocols-dns-b...@isc.org > Date: Wednesday, February 11, 2009, 4:56 PM > In article , > Prabhat Rana wrote: > > > Hello, > > Is it possible to have more than one hosts assigned as > SOA in a given zone > > file? > > I have BIND 9.5 and two UNIX hosts as autho

Multiple SOA

2009-02-11 Thread Prabhat Rana
Hello, Is it possible to have more than one hosts assigned as SOA in a given zone file? I have BIND 9.5 and two UNIX hosts as authoritative servers (host1.com and host2.com) for the domain x.host.com Currently I have host1 as master and host2 configured as slave for x.host.com. In case if host1