Hi, on my premises I have two client subnets - 10.1.1.x and 192.168.1.x.
The 10.1.1.x subnet has access to a VPN which connects to another site - let's call it destination.com .
The other subnet does not have access to that VPN.
Clients on both subnets currently use the same DNS server - 192.168.1.250.
The computer 1.destination.com has an internal IP address of 10.2.2.2 and an external IP address of 89.204.3.3.
I would like to configure my DNS server so that:
if a client on 10.1.1.x asks for the address of 1.destination.com, it will be given 10.2.2.2 as the result;
if a client on 192.168.1.x asks for the address of 1.destination.com, it will be given 89.204.3.3 as the result.
Is it possible to do this on a single machine? Or will I have to get a separate DNS server for the 10.1.1.x subnet?
All suggestions gratefully received!