One thing I would then suggest is to run the dig command from a terminal session both from the server and externally. In the returned results, do non-routable ip addresses appear?
Non-routable ips would be in the ranges of:
10.0.0.0 – 10.255.255.255
172.16.0.0 – 172.31.255.255
192.168.0.0 – 192.168.255.255
Example output of dig command:
[code]$ dig afp548.com
; <<>> DiG 9.4.1-P1 <<>> afp548.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28034
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3
;; QUESTION SECTION:
;afp548.com. IN A
;; ANSWER SECTION:
afp548.com. 300 IN A 66.253.230.121
;; AUTHORITY SECTION:
afp548.com. 40356 IN NS ns3.domaindirect.com.
afp548.com. 40356 IN NS ns1.domaindirect.com.
afp548.com. 40356 IN NS ns2.domaindirect.com.
;; ADDITIONAL SECTION:
ns1.domaindirect.com. 27741 IN A 216.40.47.70
ns2.domaindirect.com. 27741 IN A 64.97.159.12
ns3.domaindirect.com. 40019 IN A 65.22.7.12
;; Query time: 69 msec
;; SERVER: 10.0.0.2#53(10.0.0.2)
;; WHEN: Mon Jun 2 09:24:11 2008
;; MSG SIZE rcvd: 159
[/code]
If so, those addresses need to be changed to use your external address(es).
Recent Comments