Problem Bind & Enum configuration

Ronan Flood ronan at noc.ulcc.ac.uk
Sat Apr 24 21:41:12 UTC 2004


vincent.petit at bull.net (Vincent) wrote:

> @       IN      SOA     6.4.9.7.0.8.0.3.1.0.e164.arpa. root.domaine1.

The field after SOA should be the name of the master nameserver for
the zone, not the name of the zone.

>                 NS      ns;
> ns      A       190.0.0.34
> 
> $ORIGIN 6.4.9.7.0.8.0.3.1.0.e164.arpa.;
> 6 NAPTR  10      10      "u" "E2U+sip" "!^.*$!sip:toto at domaine1!" .

That is defining 6.6.4.9.7.0.8.0.3.1.0.e164.arpa, and your "ns a" is
defining ns.6.4.9.7.0.8.0.3.1.0.e164.arpa

You probably want

 @	IN 	SOA	ns.domaine1. ...
		NS	ns.domaine1.
		NAPTR	...

-- 
                      Ronan Flood <R.Flood at noc.ulcc.ac.uk>
                        working for but not speaking for
             Network Services, University of London Computer Centre
     (which means: don't bother ULCC if I've said something you don't like)


More information about the bind-users mailing list