Re: subdomain delegation question #2: (simple config)

2011-05-24 Thread dalton stickney
Thanks to all of you for the great advice and insights! Everything is working now, it was a combination of different issues and the advice i received was invaluable to solving the issues. Thanks again! dalton On Tue, May 24, 2011 at 10:36 AM, Andrey G. Sergeev (AKA Andris) wrote: > Hi Dalton, >

Re: subdomain delegation question #2: (simple config)

2011-05-24 Thread Eivind Olsen
dalton stickney wrote: > ;; QUESTION SECTION: > ;sccnj04.example.com. IN NS So, you ask for sccnj04.example.com, but apparantly that's not what you have in your zonefile: > $ORIGIN sccnj04.example.com. > sccnj04 IN NS sip.example.com. The $ORIG

Re: subdomain delegation question #2: (simple config)

2011-05-24 Thread Andrey G. Sergeev (AKA Andris)
Hi Dalton, Tue, 24 May 2011 10:09:00 -0700 dalton stickney wrote: > Hi all. > > I have set up a simple bind config to test this. I am very obviously > missing something simple here, but i can't figure out what it is for > some reason. > I am trying to delegate name servers for the subdomain > s

subdomain delegation question #2: (simple config)

2011-05-24 Thread dalton stickney
Hi all. I have set up a simple bind config to test this. I am very obviously missing something simple here, but i can't figure out what it is for some reason. I am trying to delegate name servers for the subdomain sccnj04.example.com to ns sip.example.com. When i dig i get no error, but also no a

Re: subdomain delegation question

2011-05-22 Thread Andrey G. Sergeev (AKA Andris)
Hi Dalton, Sun, 22 May 2011 17:27:17 -0700 dalton stickney wrote: > Thanks for the reply. > See output of commands below: > >> Please run these two commands and show us the results: >> dig @ns1.company.com. stor.company.com. soa +noal +comm +answ > > [dstickney@lw-lts-155 ~]$ dig @ns1.company.

Re: subdomain delegation question

2011-05-22 Thread dalton stickney
Thanks for the reply. See output of commands below: > Please run these two commands and show us the results: > dig @ns1.company.com. stor.company.com. soa +noal +comm +answ [dstickney@lw-lts-155 ~]$ dig @ns1.company.com stor.company.com. soa +noal +comm +answ ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.

Re: subdomain delegation question

2011-05-22 Thread Andrey G. Sergeev (AKA Andris)
Hi Dalton, Sun, 22 May 2011 15:04:02 -0700 dalton stickney wrote: > Hi, thanks for the quick replies. > I apologize for the HTML, and the vagueness of the original post. > (this is my first time posting to this list) Let me give some more > specifics here: > > This is the zone file for stor.com

Re: subdomain delegation question

2011-05-22 Thread dalton stickney
Hi, thanks for the quick replies. I apologize for the HTML, and the vagueness of the original post. (this is my first time posting to this list) Let me give some more specifics here: This is the zone file for stor.company.com, so i am trying to delegate subdomain.stor.company.com to the nameserver

Re: subdomain delegation question

2011-05-22 Thread Kevin Oberman
> Date: Sun, 22 May 2011 13:36:43 -0700 > From: dalton stickney > Sender: bind-users-bounces+oberman=es@lists.isc.org > > Hello all > , > I have what may be an easy question here, but it's been a while since I did > much with Bind, so I'm not entirely sure if I'm doing something wrong here. >

Re: subdomain delegation question

2011-05-22 Thread Andrey G. Sergeev (AKA Andris)
Hi Dalton, Sun, 22 May 2011 13:36:43 -0700 dalton stickney wrote: > Hello all, > I have what may be an easy question here, but it's been a while since > I did much with Bind, so I'm not entirely sure if I'm doing something > wrong here. > > What I'm trying to do, should be relatively simple i t

Re: subdomain delegation question

2011-05-22 Thread Doug Barton
Please don't use HTML mail for technical mailing lists. It made replying to this message ridiculously more difficult than necessary. On 05/22/2011 13:36, dalton stickney wrote: subdomain.stor.company.com IN NS sip.stor.company.com. stor.company.com IN NS ns2.company.com. stor.company.com IN

subdomain delegation question

2011-05-22 Thread dalton stickney
Hello all , I have what may be an easy question here, but it's been a while since I did much with Bind, so I'm not entirely sure if I'm doing something wrong here. What I'm trying to do, should be relatively simple i think, but for some reason i cannot get it to work. I'm trying to delegate a subd

Re: Delegation question

2011-02-04 Thread Barry Margolin
In article , Jean-Yves Avenard wrote: > Actually I just found what caused it not to work ; I have forwarders > set ; If I comment-out the forwarders line ; then everything work as > it should > > Can't delegation works if forwarders are enabled ? No. When you have forwarders configured, it me

Re: Delegation question

2011-02-04 Thread Joseph S D Yao
On Fri, Feb 04, 2011 at 09:55:07PM +1100, Jean-Yves Avenard wrote: > 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) > He

Re: Delegation question

2011-02-04 Thread Chris Buxton
On Feb 4, 2011, at 3:25 AM, Jean-Yves Avenard wrote: > Actually I just found what caused it not to work ; I have forwarders > set ; If I comment-out the forwarders line ; then everything work as > it should > > Can't delegation works if forwarders are enabled ? Only if either (a) the forwarders

Re: Delegation question

2011-02-04 Thread Torinthiel
Dnia 2011-02-04 23:16 Jean-Yves Avenard napisał(a): >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 i

Re: Delegation question

2011-02-04 Thread Balder
On 4 February 2011 12:28, Jean-Yves Avenard wrote: > I changed: 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 domain.com. IN SOA m.domain.com. domainmaster.domain.com. (

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 Eivind Olsen
> mel A 192.168.0.3 > ; NS ad.domain.com You are already defining an A record for "mel". I'd try commenting that one out when you put the NS line back in (and make sure to give that NS line a name of its own then, since it can then no longer piggyback

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 Eivind Olsen
> Actually I just found what caused it not to work ; I have forwarders > set ; If I comment-out the forwarders line ; then everything work as > it should > Can't delegation works if forwarders are enabled ? Unless I'm misunderstanding something, it should work. Here's an extract from the BIND 9.7

Re: Delegation question

2011-02-04 Thread Balder
Just re read that message and it didn't make too much sense so will try again as there is no full stop at the end of the following line ; NS ad.domain.com it would end up looking like this ;domain.com NS ad.domain.com.domain.com if you put a full stop at the end of th

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

Re: Delegation question

2011-02-04 Thread Stephane Bortzmeyer
On Fri, Feb 04, 2011 at 09:55:07PM +1100, Jean-Yves Avenard wrote a message of 112 lines which said: > Now if I uncomment the NS ad.domain.com. mel.domain.com will not > resolve anymore: General rule with Unix daemons: always read the log. You'll find the error message. BIND-specific rule: t

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

Re: Delegation question!

2010-01-26 Thread Mark Andrews
Also you did not *buy* the addresses from RIPE as RIPE does not *sell* addresses. You leased the addressed from RIPE. Mark -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org __

Re: Delegation question!

2010-01-25 Thread Peter Andreev
t; Regards, > > Alans > > > > *From:* bind-users-bounces+batpower83=yahoo.co...@lists.isc.org [mailto: > bind-users-bounces+batpower83 = > yahoo.co...@lists.isc.org] *On Behalf Of *Peter Andreev > *Sent:* Monday, January 25, 2010 12:15 PM > *To:* BIND Users Mailing List

RE: Delegation question!

2010-01-25 Thread Alans
Behalf Of Peter Andreev Sent: Monday, January 25, 2010 12:15 PM To: BIND Users Mailing List Subject: Re: Delegation question! Have you requested delegation? 2010/1/25 Alans Hello, When I check our dns ip from external server for ptr records it shows nothing but 93.in-addr.arpa.6562

Re: Delegation question!

2010-01-25 Thread Peter Andreev
Have you requested delegation? 2010/1/25 Alans > Hello, > > When I check our dns ip from external server for ptr records it shows > nothing but > 93.in-addr.arpa.6562IN SOA ns-pri.ripe.net. > dns-help.ripe.net. 2010012534 3600 7200 1209600 7200 > We bought 93.x.x.0/x from RI

Delegation question!

2010-01-25 Thread Alans
Hello, When I check our dns ip from external server for ptr records it shows nothing but 93.in-addr.arpa.6562IN SOA ns-pri.ripe.net. dns-help.ripe.net. 2010012534 3600 7200 1209600 7200 We bought 93.x.x.0/x from RIPE, does that mean that RIPE didn't delegate 93.x.x.0/x to us?