Hi everyone,
I've always used a dns service to host DNS, but on this latest server I am setting up here, I want to run DNS on it. I really just want to verify that I did this right.
1) I created a nameserver in my domain manager ns1.mydomain.ca and set the IP as my server's IP. (I did this 1.5 days ago). I DID NOT, change the nameservers on the domain yet, it wont let me as ns1.mydomain.ca doesnt exist according to it.
2) I installed DNS services.. i added the record for ns1.mydomain.com about an hour ago.. Here it is:
CODE
;
; Database file mydomain.ca.dns formydomain.ca zone.
; Zone version: 6
;
@ IN SOA ns1.mydomain.ca. me.mydomain.ca. (
6 ; serial number
900 ; refresh
600 ; retry
86400 ; expire
3600 ); default TTL
;
; Zone NS records
;
@ NS ns1.mydomain.ca.
;
; Zone records
;
ns1 A 67.19.26.xxx
; Database file mydomain.ca.dns formydomain.ca zone.
; Zone version: 6
;
@ IN SOA ns1.mydomain.ca. me.mydomain.ca. (
6 ; serial number
900 ; refresh
600 ; retry
86400 ; expire
3600 ); default TTL
;
; Zone NS records
;
@ NS ns1.mydomain.ca.
;
; Zone records
;
ns1 A 67.19.26.xxx
When i try to ping ns1.mydomain.ca I get "Ping request cannot find host ns1.mydomain.ca. Please check the name and try again".
Do I just need to wait longer for the Name Server to register with on my domain account?
That dns record i made was only made an hour or so ago, does my DNS server just have to update (I cleared the cache on the dns server thinking it would help).
Am I just being impatient ??