> Is that cached somewhere too?
Nope, that one is checked on each request.
It could be NetMask Ordering if you happen to be connecting from a very similar IP address?
Anyway, we can test it a bit.
Run:
nslookup
www.roeville.comnslookup
www.roeville.comWe expect the list returned to change order with each alternate request. Like this:
Non-authoritative answer:
Name:
www.roeville.comAddresses: 85.91.239.147, 85.91.239.163
...
Non-authoritative answer:
Name:
www.roeville.comAddresses: 85.91.239.163, 85.91.239.147
See what I mean? That's round robin in operation.
You should see the same behaviour if you do:
ping
www.roeville.comipconfig /flushdns
ping
www.roeville.comipconfig /flushdns
etc
If that isn't happening, is the list being returned in the same order each time?
Chris