I'm trying to consolidate some DNS servers into one, and I'm curious how hosts would handle multiple IP records on a single hostname.
For example, the server athena.example.com has an interface on 10.0.2.4, 10.0.10.4 and on 10.0.20.4. If I ping athena.example.com the resolved ip seems to cycle through all three addresses, so responces are only recieved when the network the pinging host is on matches the resolved ip address.
Is there any way to seperate the resolved ip address according to which interface/network the request is made to? (a la DHCPd)