1

Services like no-ip.com provide domains that resolve to a dynamic IP. My shared hosting provider does not give me privileges to edit the domain records any time I want however if I contact them they can change them for me. Is it possible to create an A NAME Record that resolves to a no-ip domain. I wish to host a server on my dynamic IP and I was thinking to have a A NAME Record that routes to the no-ip domain that then resolves to my IP.

e.g. server.mydomain.com -> servermydomain.no-ip.com -> 000.000.000.000

liamzebedee
  • 133
  • 5

1 Answers1

1

This is possible using a CNAME record that maps to your no-ip domain.

www.your-domain.com.        CNAME  yourserver.no-ip.com.
Pekka
  • 2,178
  • 3
  • 20
  • 32