Monday, September 18, 2017

domain name system - A records and CNAME records

I have a question about A records and cname records. Some info, we have our domain registered at Networksolutions.com, the domain name for example is company.com. We have two webserver and on those two webservers there are multiple websites for different customers. For all those different customers we have made A records who point to one of those servers. For example;



a.company.com - 192.168.0.1



b.company.com - 192.168.0.1



c.company.com - 192.168.0.2




d.company.com - 192.168.0.2



etc.



We now have so many A records, I cannot add anymore via the website and we have a problem, we have been in contact with Networksolutions and they tell us that we need to make a support ticket and they will add the A records.
This is not a solution for us. I have been reading some stuff and I think that cname records are a solution for us, but I am not familiar with it. Can someone help me out with this? How must I configure the cname records in order to reach the different websites for each customer.



Is this possible or is the only solution to let Networksolutions add the new A records.



Thanks in advance…

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...