Re: slave not updating or creating ofd zone files

2012-03-29 Thread RYAN M. vAN GINNEKEN
Hello all i have what is to me a very strange bind 9 master slave transfer issue. When i update a zone file on the master the file updates correctly the notifies are sent and every thing seems to work perfectly except it transfers 0 bytes to the slave. Checking the slave confirms that i

query issue

2012-03-29 Thread Paul A
Hi hoping someone with more DNS experience then me can help me figure out this strange issue. I have a domain kingstonmass.org that I'm having problems resolving anything for from one NS server but it work from the other. The issue seems to be when I query for kingstonmass.org I get stuck on th

Re: query issue

2012-03-29 Thread Anand Buddhdev
On 29/03/2012 17:35, Paul A wrote: Hi Paul, > However when I query kingstonmass.org I don't see any returned answer and it > eventually times out. > > 11:03:34.310559 2002:c690:8cc6:c:206:5bff:fe8e:334d.54795 > > b2.org.afilias-nst.org.domain: 54297 NS? kingstonmass.org. (34) > > Again when qu

RE: query issue

2012-03-29 Thread Paul A
Looking further into this I do have an ipv6 on that server, a 6to4 ip (which I didn't configure and I have to figure out how it got there). However I notice sometimes the query goes out as ipv6 6to4 ip and sometimes as an ipv4 but I'm not sure why that is if anyone can explain why some queries ar

Re: slave not updating or creating ofd zone files

2012-03-29 Thread Sten Carlsen
It has sometimes been seen that the files that are updated are not the files actually loaded, this could be such a case? On 29/03/12 10:58, RYAN M. vAN GINNEKEN wrote: > > Hello all i have what is to me a very strange bind 9 master slave > transfer issue. > > When i update a zone file

Re: query issue

2012-03-29 Thread Kevin Darcy
On 3/29/2012 11:45 AM, Anand Buddhdev wrote: On 29/03/2012 17:35, Paul A wrote: Hi Paul, However when I query kingstonmass.org I don't see any returned answer and it eventually times out. 11:03:34.310559 2002:c690:8cc6:c:206:5bff:fe8e:334d.54795> b2.org.afilias-nst.org.domain: 54297 NS? king

Re: query issue

2012-03-29 Thread SM
At 08:45 29-03-2012, Anand Buddhdev wrote: I also note that kingstonmass.org has delegation to 2 name servers in the ORG zone, but 3 name servers at its apex. The additional name server, mns01.domaincontrol.com, gives a REFUSED response to a query for the domain. From mns01.domaincontrol.com:

Re: slave not updating or creating ofd zone files

2012-03-29 Thread Computer King
OK but how do I correct the issue Sent from my Nexus 1 Sten Carlsen wrote: It has sometimes been seen that the files that are updated are not the files actually loaded, this could be such a case? On 29/03/12 10:58, RYAN M. vAN GINNEKEN wrote: > > Hello all i have what is to me a very stran

Re: A large number of "ANY" query type queries

2012-03-29 Thread Stephane Bortzmeyer
On Wed, Mar 28, 2012 at 04:08:33PM +0800, ShanyiWan wrote a message of 104 lines which said: > On the DNS server, a large number of "ANY" type queries occur,why? > The same IP address, produced a large number of requests within a > very short period of time. Can I block these IPs? Many techni

RE: query issue

2012-03-29 Thread Paul A
Aside from the NS issue the problem was def related to having an 6to4 ipv6 address on the eth0 interface of my name server. Once I removed that ipv6 ip all is working well. Which leaves me with some questions, Does bind try on an ipv6 addr 1st? I suspect it does. The name servers for the doma

Re: slave not updating or creating ofd zone files

2012-03-29 Thread Sten Carlsen
First find out if that IS the case: on master, is SOA serial updated when FILE serial is (after reload)? If so, no problem. If not, chroot is oneof the usual culprits, you update file in /var/named/..., but bind loads file in /var/named/chroot/var/named/data/... So in your filesystem, find ALL "z

Re: query issue

2012-03-29 Thread Mark Andrews
In message <012901cd0de7$fcf45590$f6dd00b0$@net>, "Paul A" writes: > Aside from the NS issue the problem was def related to having an 6to4 ipv6 > address on the eth0 interface of my name server. Once I removed that ipv6 ip > all is working well. > > > Which leaves me with some questions, > >

Re: slave not updating or creating ofd zone files

2012-03-29 Thread Mark Andrews
In message , Computer King writes: > OK but how do I correct the issue > Sent from my Nexus 1 First of all you need to find out what the issue is. One way to do this is to simulate what the slave is doing. Use dig to make a ixfr request from the slave and report what it returns to the list. I

Re: slave not updating or creating ofd zone files

2012-03-29 Thread RYAN M. vAN GINNEKEN
Not sure what serial to use the one on the master or the one on the slave so i did both here is the serial that is on the master note this command has been run on the slave. dig ixfr=2012032802 computerking.ca @ns1.canmail.org ; <<>> DiG 9.7.0-P1 <<>> ixfr=2012032802 computerking.ca @ns1.canmai

Re: slave not updating or creating ofd zone files

2012-03-29 Thread RYAN M. vAN GINNEKEN
I think what you are asking is if i update a file (changing a serial #) on the master does it get updated on the master? if this is the question then yes the file on the master updates correctly. So i do not think i have to go searchin my file system but i might just to make sure as both machin