Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know of a free service that's out there that takes xxx.1.2.3.4.theservice.com and resolves to IP 1.2.3.4?

I need this so that I can launch ec2 boxes and point my selenium test scripts at them. I would just use IPs but I need the subdomains to work. Or is there some alternative way to accomplish the same goal? I don't want to mess with the hosts files on my test computers.

More specifically, I need a dns entry X such that music.X and www.X and mail.X to all resolve to my IP.

share|improve this question
I think you have better luck in getting a good answer to this question if you posted it on serverfault.com – Luke May 14 '09 at 23:57
not in the beta :/ – zak23 May 15 '09 at 0:38
in your last sentence, what is 'X' ? Is the same for each domain host entry ? Is it actually an IP address, per the subject? – Alnitak Jun 3 '09 at 23:50

1 Answer

It sounds like what you need to do is set up your own internal DNS server.

You can create whatever domains you want, and any systems you point to that server will use the entries you create.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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