Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DNS A record with round robin 1

  • Thread starter Thread starter member 141630
  • Start date Start date
Status
Not open for further replies.
M

member 141630

Guest
Hi,
I'd like to create an A record on my W2K server but with round robin.
I've seen this done on BIND, so for instance has two A records with the SAME priority so there would be a round robin effect here.
I've done the same with my MX records - all OK so I've two mail servers with equal priority to load balance (as there is the option to do it with MX records), but with A records I see no way to do this.....

Anyone know how to create a priority for A records like you can with MX records?

Rgds

Phil Blythe
 
Have you tried to create CNAME records?
 
Tried a CNAME, but I was refused due to it being a duplicate name....

I've seen this done in BIND8 ok with A records
MX records in WIn2K DNS allows me to set a record priority value but not with A records.

I can add multiple HOST entries with the same name for a domain but only the first one is picked up.. the others don't get used when doing a lookup...
 
Open DNS and go to your zone that will contain the records. Right click in the pane on the right and select new host. Give the name of your host (you only type the leftmost part of the FQDN... i.e. if your zone was domain.lan, you type the name for The host record will be added. select view, advanced and you will see it is an A record. The host record should be the same name as the one you wish to round robin but have a different ip address. i.e. you should see two records. Now, right click on the server in DNS (not the zone, the server) and select properties and go to the advanced tab. There is a checkbox for round robin... check it. There is no option for priority. The round robin is supposed to rotate them evenly. A restart of the DNS service may be required to enable this properly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top