Re: BIND9 fails resolving after connecting to VPN

2011-04-12 Thread kapetr
Hello, Kevin Darcy WROTE: > > Do You thing, that this VPN provider > > - blocks direct (not recursive) DNS questions > > and > > > - manipulates recursive queries ? [catch them, > > make query itself and > > > answers with manipulated server IP] > > > > ??? > None of your queries were non-recurs

NS record, nameserver down.

2011-04-12 Thread fddi
Hello, I have a domain.com with w nameservers defined, for example ;; ANSWER SECTION: domain.com.86400INNSns1.domain.com. domain.com.86400INNSns2.domain.com. ;; ANSWER SECTION: ns1.domain.com.86400INA172.16.16.1 ns2.domain.com.86400

Re: NS record, nameserver down.

2011-04-12 Thread terry
于 2011-4-12 16:34, fddi 写道: if a remote host does a query for www.domain.com will the query always be succesful even if ns1 is down ? or the NS records are just round-robin so that if the query arrives to the one which is down, the query will fail ? The clients will always try the second alive

AW: ipv6 PTR in zone file

2011-04-12 Thread Walter.Jontofsohn
Hello, you could use ipv6calc (ftp://ftp.bieringer.de/pub/linux/ipv6/ipv6calc) to calculate the reverse strings. Then you can put them into the zone file. With Best regards, Walter Im Auftrag von Michel de Nostredame >Gesendet: Montag, 11. April 2011 20:44 >An: bind-users >Betreff: ipv6 PTR

Re: AW: ipv6 PTR in zone file

2011-04-12 Thread Marco Davids (SIDN)
On 04/12/11 10:50, walter.jontofs...@t-systems.com wrote: > you could use ipv6calc (ftp://ftp.bieringer.de/pub/linux/ipv6/ipv6calc) to > calculate the reverse strings. Yes. Or do it 'the BIND way': dig -x 2001:7b8:c05::80:1 | grep ip6.arpa | tail -1 | awk '{print $1}' -- Marco > Im Auftrag

Re: AW: ipv6 PTR in zone file

2011-04-12 Thread Michel de Nostredame
On Tue, Apr 12, 2011 at 2:21 AM, Marco Davids (SIDN) wrote: > On 04/12/11 10:50, walter.jontofs...@t-systems.com wrote: >> you could use ipv6calc (ftp://ftp.bieringer.de/pub/linux/ipv6/ipv6calc) to >> calculate the reverse strings. > Yes. > Or do it 'the BIND way': >  dig  -x 2001:7b8:c05::80:1 |

Re: AW: ipv6 PTR in zone file

2011-04-12 Thread Marco Davids (SIDN)
On 04/12/11 11:49, Michel de Nostredame wrote: >>> you could use ipv6calc (ftp://ftp.bieringer.de/pub/linux/ipv6/ipv6calc) to >>> calculate the reverse strings. >> Yes. >> Or do it 'the BIND way': >> dig -x 2001:7b8:c05::80:1 | grep ip6.arpa | tail -1 | awk '{print $1}' > Beside them, is any p

Re: AW: ipv6 PTR in zone file

2011-04-12 Thread Niall O'Reilly
On 12 Apr 2011, at 10:49, Michel de Nostredame wrote: > Thanks Walter and Marco. Those two tool/method do resolve short term > needs. Thanks again. > (btw, the URL form Walter should be > ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ ) > > Beside them, is any potential possibility to have some

Re: AW: ipv6 PTR in zone file

2011-04-12 Thread Chris Thompson
On Apr 12 2011, Marco Davids (SIDN) wrote: On 04/12/11 10:50, walter.jontofs...@t-systems.com wrote: you could use ipv6calc (ftp://ftp.bieringer.de/pub/linux/ipv6/ipv6calc) to calculate the reverse strings. Yes. Or do it 'the BIND way': dig -x 2001:7b8:c05::80:1 | grep ip6.arpa | tail -1

Job opening at ISC -- come work with us!

2011-04-12 Thread Alan Clegg
We are currently looking for someone to jump into the fray that is support here at ISC... https://www.isc.org/about/jobs/open-source-sw-sup-eng If you have any questions about the position, feel free to send me e-mail (please not to the list -- that wouldn't work out well for anyone). AlanC

notify send by Master zones

2011-04-12 Thread hugo hugoo
Dear all, I would appreciate if someone can explain me why a notify is present on my logs (bind9) for a master zone: zone fbtest07.be/IN: loaded serial==> zone loades after a reload fbtest07.be/IN: sending notifies (serial 8)==> notify sent (but what is the destination?)

named crashed (mem.c:1099: INSIST(ctx->stats[i].gets == 0U) failed)

2011-04-12 Thread Khuu, Linh Contractor
Hi, Last night, our named crashed with the following errors: daemon:crit named[221184]: mem.c:1099: INSIST(ctx->stats[i].gets == 0U) failed daemon:crit named[221184]: exiting (due to assertion failure) named restarted fine and running without any problem. Does anyone have any idea why named cra

Re: named crashed (mem.c:1099: INSIST(ctx->stats[i].gets == 0U) failed)

2011-04-12 Thread Alan Clegg
On 4/12/2011 8:32 AM, Khuu, Linh Contractor wrote: > Last night, our named crashed with the following errors: > > daemon:crit named[221184]: mem.c:1099: INSIST(ctx->stats[i].gets == 0U) > failed > daemon:crit named[221184]: exiting (due to assertion failure) > > named restarted fine and runnin

Re: Job opening at ISC -- come work with us!

2011-04-12 Thread Alan Clegg
On 4/12/2011 7:18 AM, Alan Clegg wrote: > We are currently looking for someone to jump into the fray that is > support here at ISC... > > https://www.isc.org/about/jobs/open-source-sw-sup-eng I've been asked about the "location" of this job and I feel that a followup to the list is appropriat

Re: notify send by Master zones

2011-04-12 Thread Jeff Reasoner
Notifys are sent by default for all loaded zones. They go only to the nameservers listed in the zonefile unless overridden with 'also-notify' statements in the zone clause in named.conf. Notify behavior is also tunable using several named.conf options statements. I'd recommend checking the BIND9

Re: bind-users Digest, Vol 829, Issue 1

2011-04-12 Thread Parashar Singh
ollowing: > > * IN NSns1.GLB.com <http://ns1.glb.com/> > but it's not working. Can anyone suggest, how to configure this in bind? > > Regards > Parashar > -- next part -- > An HTML attachment was scrubbed... > URL: &l

Re: named crashed (mem.c:1099: INSIST(ctx->stats[i].gets == 0U) failed)

2011-04-12 Thread Evan Hunt
> daemon:crit named[221184]: mem.c:1099: INSIST(ctx->stats[i].gets == 0U) failed > daemon:crit named[221184]: exiting (due to assertion failure) > > named restarted fine and running without any problem. Does anyone have > any idea why named crashed with these errors??? Is it a bug in bind?? > We'r

Re: Bogus Wild Card DNS

2011-04-12 Thread Martin McCormick
Stacey Marshall writes: >The master NS would only need to load the > root.zone file, > Other name servers within the private network would load the hint file. That was it! The bogus DNS now does it's special resolution like it should. Many thanks. Martin McCormick

Re: dns record delegation

2011-04-12 Thread Doug Barton
On 4/11/2011 8:55 PM, Parashar Singh wrote: Hi Friends, I'm using bind 9.7.I want to delegate all wild card (*) request to another name server. Hence whenever any request, say a.example.com or b.example.com or c.example.com come

Re: BIND9 fails resolving after connecting to VPN

2011-04-12 Thread Kevin Darcy
On 4/12/2011 4:33 AM, kapetr wrote: Hello, Kevin Darcy WROTE: Do You thing, that this VPN provider - blocks direct (not recursive) DNS questions and - manipulates recursive queries ? [catch them, make query itself and answers with manipulated server IP] ??? None of your queries were non-