skip to Main Content

I have recently acquired a domain (lets say for arguments sake it was my.domain at 123.123.123.123) from GoDaddy and am trying to configure it so that my VPS manages the records via plesk rather than the registrar.

On GoDaddy i have amended the name servers and added ‘glue’ records as follows:

Nameservers:
ns1.my.domain
ns2.my.domain

Hostname (glue) records:
ns1 – 123.123.123.123
ns2 – 123.123.123.123

That is all that GoDaddy has…

now according to Plesk that is enough and I then assumed that the traffic would route to 123.123.123.123 where the dns records reside… plesk looks like this:

ns1.my.domain       -   A   -   123.123.123.123
ns2.my.domain       -   A   -   123.123.123.123
my.domain           -   A   -   123.123.123.123
my.domain           -   NS  -   ns1.my.domain
my.domain           -   NS  -   ns2.my.domain
www.my.domain       - CNAME -   my.domain

Can anyone spot something awry? I have very little knowledge with DNS so any help or explanation very much appreciated


Please signup or login to give your own answer.
Back To Top
Search