Quote:
Originally Posted by unSpawn
Try using 'dig -x' to resolve the IP address and see what errors it returns.
|
Thanks!
I get this when I try resolving their external IP:
Code:
[root@estdtagwy01 ~]# dig -x 125.16.20x.xxx
; <<>> DiG 9.4.2 <<>> -x 125.16.20x.xxx
;; global options: printcmd
;; connection timed out; no servers could be reached
... however, resolving something else like this, works fine:
Code:
[root@estdtagwy01 ~]# dig -x 209.85.135.99
; <<>> DiG 9.4.2 <<>> -x 209.85.135.99
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1987
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4
;; QUESTION SECTION:
;99.135.85.209.in-addr.arpa. IN PTR
;; ANSWER SECTION:
99.135.85.209.in-addr.arpa. 2006 IN PTR mu-in-f99.google.com.
;; AUTHORITY SECTION:
135.85.209.in-addr.arpa. 10718 IN NS ns1.google.com.
-----------CUT-----------
;; ADDITIONAL SECTION:
ns4.google.com. 4952 IN A 216.239.38.10
-----------CUT-----------
;; Query time: 2 msec
;; SERVER: 11.0.37.1#53(11.0.37.1)
;; WHEN: Mon Jan 28 17:21:29 2008
;; MSG SIZE rcvd: 214
So... it seems to be with this one IP only so far.
Now they have left office for today so I cannot investigate further until tomorrow...