2

I have a domain nomadapp.in which is registered at GoDaddy.

For temp hosting i was using Dreamhost and had changed the NameServer in Godaddy to the ones of DreamHost.

Now i want to do the Following

Point

http://nomadapp.in --> AWS EC2

http://blog.nomadapp.in --> Dreamhost where by blog is hosted

http://stats.nomadapp.in --> Dreamhost where by stats tracker is hosted

right now in Dreamhost DNS this is what shows up

enter image description here

Harsha M V
  • 145
  • 1
  • 7
  • 3
    The most common source of confusion with DNS is the difference between the *registrar* and the *DNS provider* since usually the same company provides both services. In your case, you changed the *DNS provider* from GoDaddy to DreamHost when you pointed the name servers at DreamHost. All other DNS changes are done at the DNS provider. The only thing you can change at the registrar is who your DNS provider is. – Ladadadada Mar 24 '14 at 09:04

2 Answers2

3

All you have to do is setup an A record for each service that points to the relevant IP address.

You should probably also familiarise your self with the DNS and how DNS works.

user9517
  • 114,104
  • 20
  • 206
  • 289
1

You can find out the ip here:

http://ping.eu/nslookup/

So currently the Domain nomadapp.in is mapping to the IP 64.90.45.47. ( Dreamhost Server )

If you want blog.nomadapp.in you have to map this domain via A Record to the IP 64.90.45.47 And stats.nomadapp.in to the IP 64.90.45.47 too. ( I dont know the DNS Management from Dreamhost )

The Domain nomadapp.in you have to map to the AWS EC2 via A Record or CNAME.

You can change the DNS Records where you Domain ist registered. It seems that you registred the Domain via Dreamhost. See here the DNS docu from Dreamhost -> http://wiki.dreamhost.com/DNS

Please notice that it can take up to 48 hours untill the DNS Nameserver is updated.

bobbybackblech
  • 126
  • 1
  • 6