Hi I have few Dedicated servers and each server i have to login with there IP addresses. But I want to login each of them like this: http://srv1.servername.com http://srv2.servername.com http://srv3.servername.com http://srv4.servername.com http://srv5.servername.com and so on......... Now my question is How can i do it? and is there any way to make nameserver like this: ns1.srv1.servername.com ns2.srv1.servername.com ns1.srv2.servername.com ns2.srv2.servername.com and so on....... Please let me Know. thanks
You can simply use an A record to point srv1.yourdomain.com to the IP address of that server. If you have 5 servers then you should be looking into some sort of DNS cluster solution, so that you have a redundant DNS system working across all of your servers.
thanks but how can i make the server name like this: http://srv1.servername.com http://srv2.servername.com http://srv3.servername.com http://srv4.servername.com http://srv5.servername.com
As I said above, simply add an A record pointing to each servers IP address... For example; serv1 --> 100.100.100.1 --> serv1.domain.com serv2 --> 100.100.100.2 --> serv2.domain.com