delegation problems

Robin Bowes Robin.Bowes at eoc.org.uk
Tue Dec 7 11:05:00 UTC 1999


Hi,

I'm getting an error when I try and delegate a domain using the on-line   
form
<http://www.ina.com.au/delegation/delegationfr.html>

I am using the following name server values on the form:

Primary: ns0.dedicated-services.com 216.87.208.25
Secondary: ns1.dedicated-services.com 216.151.192.60

When I submit, I get the following error:

ns0.dedicated-services.com is not listed as a NS by server
ns1.dedicated-services.com - 1, 0

Any idea what causes this?

Details of setup follow.

Thanks,

R.

=========================================
ns0 is an alias for bblin01.dedicated-services.com - the primary server   
for
the domain dedicated-services.com. Main IP address is 216.87.208.25.
Here's the relevant section in named.conf:

zone "dedicated-services.com" {
type master;
file "master/dedicated-services.com";
};

ns1 is an alias for bbsol01.dedicated-services.com - the secondary server
for the domain dedicated-services.com. Main IP address is 216.151.192.60.
Here's the relevant section in named.conf:

zone "dedicated-services.com" {
type slave;
file "slave/dedicated-services.com";
masters {
216.87.208.25;
};
};

Here's the contents of master/dedicated-services.com:

;authoritative data for dedicated-services.com
$TTL 86400
@ IN SOA bblin01.dedicated-services.com.
hostmaster.bblin
01.dedicated-services.com.
(
1999101501 ;serial number YYYYMMDDxx
10800 ;refresh time in seconds
3600 ;retry time in seconds
604800 ;time in seconds
86400 ) ;minimum time to live in seconds
IN NS ns0.dedicated-services.com.
IN NS ns1.dedicated-services.com.
;host information
IN A 216.87.208.25
IN MX 10 bblin01.dedicated-services.com.
IN MX 20 bbsol01.dedicated-services.com.
IN MX 30 inmail-backup1.biz1.net.
IN MX 40 inmail-backup2.biz1.net.
IN MX 50 inmail-backup3.biz1.net.
bblin01 IN A 216.87.208.25
bbsol01 IN A 216.151.192.60
bbnt01 IN A 216.151.192.51
;
ns IN A 216.87.208.25
ns0 IN A 216.87.208.25
ns1 IN A 216.151.192.60
ns2 IN A 216.87.208.25
www IN CNAME bblin01.dedicated-services.com.
ftp IN CNAME bblin01.dedicated-services.com.
mail IN CNAME bblin01.dedicated-services.com.
support IN CNAME bbsol01.dedicated-services.com.
 --
Robin Bowes, System Development Manager, Equal Opportunities Commission,
Room 405A, Overseas House, Quay St., Manchester, M3 3HN, UK.
Tel: +44 (0) 161 838 8321  Fax: +44 (0) 161 835 1657



More information about the bind-users mailing list