Re: Delegation question

2011-02-04 Thread Jean-Yves Avenard
Hi On 4 February 2011 22:54, Eivind Olsen wrote: > Unless I'm misunderstanding something, it should work. Here's an extract > from the BIND 9.7 ARM, section 6.2.16.2: > > "Forwarding occurs only on those queries for which the server is not > authoritative and does not have the answer in its cach

Re: Delegation question

2011-02-04 Thread Jean-Yves Avenard
On 4 February 2011 22:51, Balder wrote: > not sure how forwarders fixed this but looking at your zone it is > because you have reset your ORIGIN and not put a fuul stop at the end > of the ad record > ;=as there is no dit at the end of ad.domain.com this will > become.  put a full stop at

Re: Delegation question

2011-02-04 Thread Jean-Yves Avenard
I changed: zone "domain.com" { type master; file "internal/db.domain.com"; check-names ignore; notify TRUE; allow-update { key "rndc-key"; }; }; to: zone "domain.com" { type master; file "internal/db.domain.com"; check-names ignore;

Re: Delegation question

2011-02-04 Thread Jean-Yves Avenard
Hi On 4 February 2011 22:15, Stephane Bortzmeyer wrote: > General rule with Unix daemons: always read the log. You'll find the > error message. > > BIND-specific rule: test your zone with named-checkzone. no errors of any kind are reported, in the log nor by named-checkzone > > Here, I suggest

Delegation question

2011-02-04 Thread Jean-Yves Avenard
Hi there.. I'm trying to create a delegation to a sub-domain ; for some reasons I'm getting no-where I have a domain.com zone ; I'd like to delegate mel.domain.com to another dns server (windows server DNS fwiw) Here is my zone file: $ORIGIN . $TTL 7200 ; 2 hours domain.com. IN