Question : PTR records works local only

I am having problems getting PTR records to work over the internet. I have PTR records for other blocks setup the exact same way and they are working over the internet just fine. Am i missing something?
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
# host 206.170.184.1
1.184.170.206.in-addr.arpa domain name pointer edge1.directcon.net.
---------------------
# host 206.170.184.1 4.2.2.2
Using domain server:
Name: 4.2.2.2
Address: 4.2.2.2#53
Aliases: 
 
Host 1.184.170.206.in-addr.arpa not found: 2(SERVFAIL)

Answer : PTR records works local only

[svona@putorius ~]$ dig +trace -x 206.170.184.1

; <<>> DiG 9.6.1-P1-RedHat-9.6.1-4.P1.fc11 <<>> +trace -x 206.170.184.1
;; global options: +cmd
.                  494229      IN      NS      E.ROOT-SERVERS.NET.
.                  494229      IN      NS      B.ROOT-SERVERS.NET.
.                  494229      IN      NS      I.ROOT-SERVERS.NET.
.                  494229      IN      NS      J.ROOT-SERVERS.NET.
.                  494229      IN      NS      A.ROOT-SERVERS.NET.
.                  494229      IN      NS      K.ROOT-SERVERS.NET.
.                  494229      IN      NS      H.ROOT-SERVERS.NET.
.                  494229      IN      NS      L.ROOT-SERVERS.NET.
.                  494229      IN      NS      F.ROOT-SERVERS.NET.
.                  494229      IN      NS      C.ROOT-SERVERS.NET.
.                  494229      IN      NS      M.ROOT-SERVERS.NET.
.                  494229      IN      NS      G.ROOT-SERVERS.NET.
.                  494229      IN      NS      D.ROOT-SERVERS.NET.
;; Received 288 bytes from 68.87.64.164#53(68.87.64.164) in 3 ms

206.in-addr.arpa.      86400      IN      NS      X.ARIN.NET.
206.in-addr.arpa.      86400      IN      NS      Y.ARIN.NET.
206.in-addr.arpa.      86400      IN      NS      Z.ARIN.NET.
206.in-addr.arpa.      86400      IN      NS      CHIA.ARIN.NET.
206.in-addr.arpa.      86400      IN      NS      DILL.ARIN.NET.
206.in-addr.arpa.      86400      IN      NS      BASIL.ARIN.NET.
206.in-addr.arpa.      86400      IN      NS      HENNA.ARIN.NET.
206.in-addr.arpa.      86400      IN      NS      INDIGO.ARIN.NET.
;; Received 199 bytes from 192.228.79.201#53(B.ROOT-SERVERS.NET) in 102 ms

170.206.in-addr.arpa.      86400      IN      NS      ns1.pbi.net.
170.206.in-addr.arpa.      86400      IN      NS      ns2.pbi.net.
;; Received 87 bytes from 192.35.51.32#53(DILL.ARIN.NET) in 79 ms

;; Received 44 bytes from 206.13.28.11#53(ns1.pbi.net) in 80 ms



Unless you own the pbi.net nameservers it wont work.

Random Solutions  
 
programming4us programming4us