I've been trying to find on how to disable address sorting in named.conf. Basically the issue is, if I have a bunch of A records on round robin in my zone file, and if I request a page from that domain from a machine from that list, it will always return the address of that machine. Example: I have a list of machines in my zone file:
IN A 255.255.255.0
IN A 255.255.255.1
IN A 255.255.255.2
if I try to connect from any machine I will get a random IP from the list, however if I use machine with IP 255.255.255.1, the dns will always resolve to 255.255.255.1. How do I change this behavior?
/etc/hostsfile. Have you checked this? – Marco Ramos Apr 13 '11 at 17:28