up vote 0 down vote favorite
share [g+] share [fb]

i have an account with dyndns.com that i use to host my own website from an ubuntu desktop in my home:

mydomain.dyndns.org

i've added a subdomain as a virtual host in the apache server:

mysub.mydomain.dyndns.org

i can access it if i put an entry in my /etc/hosts file, but i want to be able to access it from anywhere. is there a (free) way to do this through dyndns.com, or do i need to set up a dns server? if so where can i get instructions on how to do this?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

You can't do that, you'd need to have DNS authority over the whole zone/subdomain, which you don't, or have a redirection of type

* IN A 1.2.3.4

or

* IN CNAME somedomain.com

If you want to manage subdomains, the best thing to do is to buy yourself a domain. Gandi.net has a good DNS management system, and you can buy domains there.

link|improve this answer
feedback

I believe you can't have a subdomain in a subdomain if you don't have sufficient rights.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.