Is it possible to use a dynamic dns service?

Is it possible to use a dynamic dns service?

Posted by: __B__
Posted on: 2009-06-09 13:06:00

Is it possible to use a dynamic dns hostname (like the one provided by dyndns or no-ip) so when mydomain.dyndns.org is typed on browser it redirects to a shared account in dreamhost? I plan to use some web space from a friend, but I dont want to ask him to create a subdomain(because it's not related with his websites in any manner), neither want to register a .com domain because I'm going to create a really beta webpage (the name can be changed in the future).

If it's possible, what do I need to do to achieve this? Thanks!!

Re: Is it possible to use a dynamic dns service?

Posted by: sdayman
Posted on: 2009-06-10 05:52:00

You can just as easily create an example.dreamhosters.com site. ".dreamhosters.com" is a place for people without their own domain. No need for any registration. Just create a Fully Hosted domain.

-Scott

Re: Is it possible to use a dynamic dns service?

Posted by: __B__
Posted on: 2009-06-10 07:01:00

This is pretty interesting, I didn't know this possibility. Do you have more information about this method? How many subdomains can I have? If I "unregister" a subdomain in the future, does this subdomain become avaiable to others?

I'm planning in doing a test server for some projects, so I dont want search engines around this subdomain either. Putting a robots.txt in my server is all I need to prevent google from caching mynewsubdomain.dreamhosters.com? (Putting a robots.txt prevents google from even showing results in searchs for "mynewsubdomain.dreamhosters.com")?

Thanks!

PS: I found an entry in wiki: http://wiki.dreamhost.com/KB_/_Sign_Up_/_Signing_up_for_Service_with_DreamHost!

Edited by __B__ on 06/10/09 07:10 AM (server time).

Re: Is it possible to use a dynamic dns service?

Posted by: sXi
Posted on: 2009-06-11 01:46:00

In reply to:

I'm planning in doing a test server for some projects, so I dont want search engines around this subdomain either.


You can use .htaccess to prevent all spiders indexing your dev stuff.

eg. Deny from all except your IP (or partial IP by leaving out an octet or two):

order deny,allow
deny from all
allow from 123.123.123.123
allow from 234.234.234.



How To Install PHP.INI / ionCube on DreamHost

Tags: dyndnsdreamhostsubdomainweb spaceip