Problem of NAPTR in BIND 9.3.1

kevin kthkevin at gmail.com
Mon Jan 16 14:17:44 UTC 2006


Hi,
I got some problems about ENUM on BIND, my configurations are listed as
following:

/etc/named.conf

...
zone "e164.tel.se" in{
  type master;
  file "master/master.e164.tel.se";
};

...


master/master.e164.tel.se

...
$TTL 84400
$ORIGIN 5.4.4.5.6.7.0.6.4.e164.tel.se.

@  1D IN SOA ns2.tel.se webmaster.tel.se. {
    ...
}

           IN NS ns1.tel.se

2.4.2   IN NAPTR 100 10 "u" "sip+E2U" "!^.*$!sip:kevin at tel.se!" .

...


When I tested it by using locally:
host -t NAPTR 2.4.2.5.4.4.5.6.7.0.6.4.e164.tel.se localhost

BIND returned ERROR
Host 2.4.2.5.4.4.5.6.7.0.6.4.e164.tel.se not found: 2 (SERVFAIL)

But I cant find the error in conf, and can you help me to work it out?

Great Thanks!
/kevin



More information about the bind-users mailing list