Re: DNS re-structure
- From: "Kevin D. Goodknecht Sr. [MVP]" <admin@xxxxxxxxxxxxxx>
- Date: Fri, 9 Sep 2005 15:37:36 -0500
kTell <tmkeller@xxxxxxxxx> wrote:
> I have an internal DNS server, also does DHCP and DC, that I inherited
> as a kludge. I'm trying to get things sorted out, and I need some
> structure help.
>
> We have external facing web sites called company.com and company2.com.
> These live on a web cluster. They are registered and hosted names
> externally so they are resolved for oustide people. They also are in
> the Forward Lookup Zones of the internal server - and they have an A
> record etc. for each.
>
> We also have a testing environment testcompany.com and
> testcompany2.com. This is a staging environment that will turn into a
> live one.
>
> My questions are: What considerations do I need to remove the
> internal entries so that all requests for externally facing sites
> from the inside - will be resolved by external DNS servers?
This depends on your firewall, most firewalls and NAT devices do not allow
incoming connections on the public address from within the local network.
This is seen as a spoofed connection and are rejected.
Internal clients should not access external DNS servers for resources on the
local network. They need to access these local sites by their private
address.
> Such as
> firewalls blocking requests from inside that resolve back to
> internal?
This is just what I was referring to, your internal clients need to get
resolution for local sites from internal DNS servers.
> How do I configure the Primary (and a secondary too) DNS
> servers to query my ISP's browsing DNS server for each unknown
> request?
By using a Forwarder, keep in mind, DNS will not forward requests for names
it is Authoritative for, IOW, if you have a local zone for domain.com, DNS
will not forward requests for any name under domain.com to an external DNS
server.
> What ports do I have to allow open for this?
Your firewall should already allow outgoing requests on 53 TCP & UDP, in
fact, many firewalls support being a DNS proxy. That entails internal DNS
servers using the Firewall's address as its forwarder, in turn the firewall
forwards on to external DNS servers.
> Is there even
> a problem with overlapping DNS from internal to external?
Yes, if you have internal domains, DNS will not forward request for names in
that domain. You need to add records to the internal domain to resolve names
it does not have records for.
> Are there better advantages to having internal DNS for web sites that
> live internally but face externally?
For any internally hosted site, you should have that name resolved by local
DNS servers.
> Example, our firewall does our NAT and we want to setup a new site to
> an IP we already have pointed from our ISP to our firewall. I make
> the change. The DNS entry gets changed on our hosters side too - but
> internally, I don't want to make any changes. I want all requests to
> query external DNS so we can mimic what external users are having to
> do? This does seem cost prohibitive though..
If the site is hosted internally, it is likely that you cannot access the
site from a local client by its public address. You need a local DNS server
to resolve these names. You may not want the local DNS server to resolve all
names in the domain name to the local address.
For example, if you host only a website named www.domain.com locally, but
the rest of the hosts in domain.com reside externally and are resolved by an
externally hosted DNS server. The way you work around this so that your DNS
server only resolves the www.domain.com name to the local address and all
other requests in domain.com are forwarded to external DNS servers for
resolution is to create a forward lookup zone named www.domain.com then add
a new host record leaving the name field blank, then give it the local IP of
the web server.
--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
.
- Follow-Ups:
- Re: DNS re-structure
- From: kTell
- Re: DNS re-structure
- References:
- DNS re-structure
- From: kTell
- DNS re-structure
- Prev by Date: Define my DNS recored with GOOGLE
- Next by Date: Re: Define my DNS recored with GOOGLE
- Previous by thread: DNS re-structure
- Next by thread: Re: DNS re-structure
- Index(es):
Relevant Pages
|