I want to have some Windows computers point (map) to one server, and other Windows computers to point to another server - but using the same "FQDN".
Ideally, the routes should be based on subnet location of the Windows computer.
This can be achieved using a HOSTS file on each machine (as example below), but is there a way to do this in the infrastructure? Loadbalancer/DNS/IPTables? What is a good way of doing it?
Machine1:
fakeaddress.domain.com realaddress1.domain.com
Machine2:
fakeaddress.domain.com realaddress2.domain.com
I've found it difficult phrasing my question to get a good answer.