|
RE: Separate DNS Server for private and public IPs
I take it you want the name of -for example a mailserver- to resolve to its
private IPs internally, and to the Internet IP when outside the premises?
In this case, setup an internal DNS server, and create a zone for your
internal domain, with A-records pointing to the private IPs of computers, and
associated PTRs. As the internal DNS server does not have a SoA for the
domain, it will be ignored by other DNS servers. Thus, this zone will not be
seen by internet computers, only by your internal ones.
Other DNS requests should be forwarded to your ISP's DNS server, or to the
root servers.
Laptops using DHCP should then be able to access the server(s)
transparently, internally and externally.
A simpler (though less robust) way to achieve this is to refer to the server
by its hostname only, and set a DNS suffix in the Advanced TCP/IP settings.
Thus, if the host can be resolved directly when on the LAN it will be, if not
then a fully-qualified name will be tried, and this will succeed when
outside.
"Lee C." wrote:
> Hello. I would like to configure Windows XP to use one DNS server for
> private IPs and a separate DNS server for public IPs. Can someone please
> point me to helpful information?
>
> Lee
>
>
>
|