-
Hosting webserver sithout static ip
I am planning to host a ubuntu web server (connected to internet). I dont have a static ip. How ever i have the domain names. Can I host a webserver without a static ip??
-
Re: Hosting webserver sithout static ip
If you have dynamic IP addresses, it's probably against your ISP's ToS to run a web server for more than personal use (check on this.)
Some DNS services will have a feature that lets you update your IP by visiting a web address. Just add this address to a cron job
-
Re: Hosting webserver sithout static ip
Also have a look at no-ip.com. I believe it has competitors.
-
Re: Hosting webserver sithout static ip
If your domain registrar has advanced DNS services you can use a CNAME entry + DynDNS to get something that would work reasonably well. It works ok for personal use, but isn't a good solution for a production site.
Assuming you are using mydomain.com as your custom domain and have a DynDNS account that always resolves mydyndnsname.dyndns.org to your external IP, add a CNAME record for (ex):
www.mydomain.com --(CNAME)--> mydyndnsname.dyndns.org
The interfaces for setting up DynDNS on your router and using advanced DNS from your registrar vary greatly, so YMMV.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks