Go here:
http://us.mirror.menandmice.com/knowledgehub/tools/digPut your hosting provider's DNS server in field 1.
Put your domain in field two: domain.com
Change the query type to ANY.
You will see your base domain records.
This is our output:
<<>> DiG 9.2.3 <<>> @ns2.zoneedit.com mpecsinc.ca ANY
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46137
;; flags: qr aa rd; QUERY: 1, ANSWER: 6, AUTHORITY: 3, ADDITIONAL: 0
;; QUESTION SECTION:
;mpecsinc.ca. IN ANY
;; ANSWER SECTION:
mpecsinc.ca. 7200 IN A 65.99.255.42
mpecsinc.ca. 7200 IN NS ns2.zoneedit.com.
mpecsinc.ca. 7200 IN NS ns15.zoneedit.com.
mpecsinc.ca. 7200 IN NS ns3.zoneedit.com.
mpecsinc.ca. 7200 IN SOA ns2.zoneedit.com. soacontact.zoneedit.com. 1232065218 14400 7200 950400 7200
mpecsinc.ca. 7200 IN MX 0 inbound30.exchangedefender
.com.
;; AUTHORITY SECTION:
mpecsinc.ca. 7200 IN NS ns2.zoneedit.com.
mpecsinc.ca. 7200 IN NS ns15.zoneedit.com.
mpecsinc.ca. 7200 IN NS ns3.zoneedit.com.
;; Query time: 93 msec
;; SERVER: 69.72.158.226#53(ns2.zonee
dit.com)
;; WHEN: Thu Jan 21 04:01:24 2010
;; MSG SIZE rcvd: 244
Then, change domain.com to remote.domain.com and leave the query type as ANY.
Your result should be as follows (I used www as we do not use remote.mpecsinc.ca for our RWW):
; <<>> DiG 9.2.3 <<>> @ns2.zoneedit.com
www.mpecsinc.ca ANY
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50543
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 0
;; QUESTION SECTION:
;
www.mpecsinc.ca. IN ANY
;; ANSWER SECTION:
www.mpecsinc.ca. 7200 IN A 65.99.255.42
;; AUTHORITY SECTION:
mpecsinc.ca. 7200 IN NS ns2.zoneedit.com.
mpecsinc.ca. 7200 IN NS ns15.zoneedit.com.
mpecsinc.ca. 7200 IN NS ns3.zoneedit.com.
;; Query time: 79 msec
;; SERVER: 69.72.158.226#53(ns2.zonee
dit.com)
;; WHEN: Thu Jan 21 04:01:59 2010
;; MSG SIZE rcvd: 116
The prefix "remote" is an A RECORD, not a subdomain. Your DNS provider _should_ know the difference.
Philip