I'm a bit jumbled up with this dynamic DNS thing and how it works, so say I have a domain name with namecheap (domain.com) and I want to use a dynamic DNS to sync my dynamic IP, would i need to make a hostname with the DDNS provider and have my namecheap domain point to the DDNS hostname which then points to my IP which would be synced automatically? Or does it work in a different way? what would i need to do to host a web server that will sync with my dynamic IP?

2 Answers

Unless your domain provider offers dynamic DNS service, you'll have to go with a CNAME.

Sign up with the dynamic DNS provider of your choice and setup a hostname that will update to your IP as it changes.

Then in your domain providers DNS settings create a CNAME entry for your domain and enter your dynamic dns hostname as the target.

Note that your provider may only allow CNAME for subdomains and not the primary domain. Meaning you can have be a CNAME to your dynamic IP but not example.com.

1

If you have a domain with NameCheap, you don't need a third-party provider. Simply switch your domain to use NameCheap's basic DNS services, download NameCheap's dynamic DNS client, and create the appropriate dynamic records with NameCheap.

If you wanted to use a dynamic DNS service other than NameCheap, on the NameCheap website you would set your domain to use the custom name servers provided by the dynamic DNS provider (and then use their client to update your IP).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy