J
Jamie
On our primary DNS server, we use netmask ordering, so one host name
can be used arocc multiple IP addresses.
For instance we have an FTP server with the following entries:
192.168.1.1
192.168.2.1
192.168.3.1
So when a host looks for 'ftp.domainname.com' the response will come
back based on the subnet that the client is on.
This works well, but we have a VPN in where our assigned IP address is
192.168.4.xxx
When we resolve 'ftp.domainname.com' it will come back randomly between
all three of the host IP's we have entered, becasue we are not on any
of those subnets.
How can I make 'ftp.domainname.com' resolve only to 192.168.1.1 when
clients are on the 192.168.4.xxx subnet?
can be used arocc multiple IP addresses.
For instance we have an FTP server with the following entries:
192.168.1.1
192.168.2.1
192.168.3.1
So when a host looks for 'ftp.domainname.com' the response will come
back based on the subnet that the client is on.
This works well, but we have a VPN in where our assigned IP address is
192.168.4.xxx
When we resolve 'ftp.domainname.com' it will come back randomly between
all three of the host IP's we have entered, becasue we are not on any
of those subnets.
How can I make 'ftp.domainname.com' resolve only to 192.168.1.1 when
clients are on the 192.168.4.xxx subnet?