DNS - IP Resolution within a DMZ

C

Chris Balcer

Alright, here's the situation. We have a website which is hosted
outside the DMZ, we get the Web Logs from that server, however because
the DNS Server is located within the DMZ no public name resolution is
available.
We have seen several web services that will resolve the addresses, but
we need to resolve a list of IP addresses rather than one at a time.

Anyone have any ideas how to get this information? Or, if you don't
see what I am asking, please post and let me know any questions you
might have.
 
T

TIM ROBERTS

Chris,

Is the Web server on the internet example:
internet-------->websever---------->router------->firewall-----Internal Lan.

|----->DMZ

Can you use a host file?
 
W

William Stacey

So you need servers in the DMZ to be able to resolve public addresses? If
so then you can use hosts file, setup a dns server in the DMZ that only dmz
hosts can send queries to and that server forwards to ISP, or point the
server's DNS addresses to the ISP so they can use that directly.
 
M

Michael Johnston [MSFT]

You have a few options. Setup a hosts file with the needed entries. Configure the DNS server with the zone that will resolve the external website. Or configure
the DMZ DNS such that it can resolve Internet names. Is there a reason it's not setup for Internet name resolution? What's the point of having a DNS server in
the DMZ if it cannot resolve Internet names?

Thank you,
Mike Johnston
Microsoft Network Support
--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DMZ Setup Quandry 3
setup dns in dmz 1
DMZ DNS help 6
DNS Resolution 3
How to limit external DNS clients? 1
Configuring DNS in DMZ zone 7
DNS Forwarding/resolving for a specific host 2
Nameserver in DMZ 3

Top