Harshith Mulky wrote:
>
> test1.zone has following set of records,
>
[snip]
> test1 IN NAPTR 22 32 "u""SIP+D2U" ""
> _sip._udp.test1.com.
[snip]
>
> ;; QUESTION SECTION:
> ;test1.com.IN NAPTR
The only NAPTR record in your zone is test1.test1.
In message , Harshith Mulky writes:
> I have bind Running on following Version:
>
> bind-9.8.2-0.17.rc1.el6.x86_64
Upgrade.
> I have /etc/named.conf configured as
>
> zone "e164.arpa" IN {
> type master;
> allow-query {any;};
> file "e164.arpa.zone";
> };
>
> zone "test1.com" IN
I have bind Running on following Version:
bind-9.8.2-0.17.rc1.el6.x86_64
I have /etc/named.conf configured as
zone "e164.arpa" IN {
type master;
allow-query {any;};
file "e164.arpa.zone";
};
zone "test1.com" IN {
type master;
allow-query {any;};
file "test1.zone";
3 matches
Mail list logo