J
Jamie
We have a central DNS server setup and running. When a system does a
lookup for host.company.com it replies back with the proper IP address
(ie 192.168.3.1)
What I would like to do is setup the DNS server so that when a query is
made to host.company.com, the IP address that is reported back is
dynamic based on the person's IP.
We have some WAN links that we would like to have the host name resolve
to that LAN segment, to reduce loads.
For instance, if we have three sites:
Atlanta - 192.168.1.0 255.255.255.0
Dallas - 192.168.2.0 255.255.255.0
Toronto - 192.168.3.0 255.255.255.0
When a query is made to host.comapny.com, depending on the person's
location, the IP address would would be different for each LAN segment.
If a specific IP range is not specified, then a default IP should be
used, like so:
Atlanta - host.company.com = 192.168.1.1
Dallas - host.company.com = 192.168.2.1
All Other offices - host.company.com = 192.168.3.1
This way we can setup an NAS device in three sites and our applications
point to this single host name.
I'd prefer not to setup DNS servers in all the remote sites.
Can this be done?
lookup for host.company.com it replies back with the proper IP address
(ie 192.168.3.1)
What I would like to do is setup the DNS server so that when a query is
made to host.company.com, the IP address that is reported back is
dynamic based on the person's IP.
We have some WAN links that we would like to have the host name resolve
to that LAN segment, to reduce loads.
For instance, if we have three sites:
Atlanta - 192.168.1.0 255.255.255.0
Dallas - 192.168.2.0 255.255.255.0
Toronto - 192.168.3.0 255.255.255.0
When a query is made to host.comapny.com, depending on the person's
location, the IP address would would be different for each LAN segment.
If a specific IP range is not specified, then a default IP should be
used, like so:
Atlanta - host.company.com = 192.168.1.1
Dallas - host.company.com = 192.168.2.1
All Other offices - host.company.com = 192.168.3.1
This way we can setup an NAS device in three sites and our applications
point to this single host name.
I'd prefer not to setup DNS servers in all the remote sites.
Can this be done?