I'm creating a particular setup where a server is present on different vlan with an ip per vlan, to communicate directly with the devices in that vlan, without passing from the gateway.
I want to know if there's any way to create a set of static DNS for the server, with the same name, but a different ip, based on the interface the request is coming from?
For example
server1.example.com A 10.1.1.250 for the vlan interface 1
server1.example.com A 10.1.2.250 for the vlan interface 2
Or if there's any other "trick"
![Smile :)](./images/smilies/icon_smile.gif)
Thanks