View Full Version : Round Robin DNS
MQ-James
10-21-2003, 11:03 AM
How would I set up a round robin DNS A record so e.g. roundrobin.domain.com would randomly send you to one of:
1.1.1.1
1.1.1.2
1.1.1.3
1.1.1.4
and so on?
DirectAdmin Support
10-22-2003, 10:35 AM
Hello,
The way the A records are indexed in DA means that you can only have 1 A record per name. Although this should be changed, if you need more, you'd need to set it up manually through the /var/named/domain.com.db file and make sure not to do anything that would rewrite the file.
John
MQ-James
10-22-2003, 10:45 AM
so I would just add more A record lines in the config file?
DirectAdmin Support
10-22-2003, 11:56 AM
Yup :)
and reload named:
service named reload
John
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.