Hello,
Please make sure that your domain is resolved by your DNS servers correctly. You can do this by using the following command (example):
===
[akucherov@support akucherov]$ dig google.com a
; <<>> DiG 9.2.4 <<>> google.com a
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49229
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 4
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 300 IN A 74.125.45.100
google.com. 300 IN A 74.125.67.100
google.com. 300 IN A 74.125.127.100
;; AUTHORITY SECTION:
google.com. 53536 IN NS ns3.google.com.
google.com. 53536 IN NS ns4.google.com.
google.com. 53536 IN NS ns1.google.com.
google.com. 53536 IN NS ns2.google.com.
;; ADDITIONAL SECTION:
ns1.google.com. 308263 IN A 216.239.32.10
ns2.google.com. 308263 IN A 216.239.34.10
ns3.google.com. 308263 IN A 216.239.36.10
ns4.google.com. 308263 IN A 216.239.38.10
;; Query time: 20 msec
;; SERVER: 64.131.90.25#53(64.131.90.25)
;; WHEN: Sun Sep 13 05:20:57 2009
;; MSG SIZE rcvd: 212
===