in Local Network i have one server named test.domain.com with three ip address:
192.168.1.1
172.16.1.1
10.9.1.1
I want to:
When clients in subnet 192.168.1.x ask for DNS test.domain.com get ip address 192.168.1.1
When clients in subnet 172.16.1.1 ask for DNS test.domain.com get ip address 172.16.1.1
When clients in subnet 10.9.1.1 ask for DNS test.domain.com get ip address 10.9.1.1
This will communicate clients directly with server, no need to route packets from one subnet to other subnet through Firewall.
Any tips? thanks.
192.168.1.1
172.16.1.1
10.9.1.1
I want to:
When clients in subnet 192.168.1.x ask for DNS test.domain.com get ip address 192.168.1.1
When clients in subnet 172.16.1.1 ask for DNS test.domain.com get ip address 172.16.1.1
When clients in subnet 10.9.1.1 ask for DNS test.domain.com get ip address 10.9.1.1
This will communicate clients directly with server, no need to route packets from one subnet to other subnet through Firewall.
Any tips? thanks.