Re: DNS and Server 2003
From: Phillip Windell (_at_.)
Date: 06/30/04
- Next message: CoveTom: "Re: DNS and Server 2003"
- Previous message: Doug Sherman [MVP]: "Re: DNS and Server 2003"
- In reply to: CoveTom: "DNS and Server 2003"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 30 Jun 2004 11:05:39 -0500
"CoveTom" <anonymous@discussions.microsoft.com> wrote in message
news:237a301c45ead$cb1d1350$a301280a@phx.gbl...
> Should we need a second server, like one to do secondary
> DNS or to host our web site and e-mail seperately, I could
You can get things working on the one box for now and see how it behaves.
Add others only when you know you need them. So don't try to solve problems
that you don't even have yet.
> I should also mention at this point how our Internet setup
> works. We have a T1 connection from here to a pseudo-
> government organization that supplies Internet access to
> local area schools. They give us a bunch of IP addresses
> in a non-routable range (10.x.x.x) and the address of
> their DNS server. We have a Cisco 1600 series router which
> tosses all our Internet traffic over to them, and their
> systems get everything where it needs to go. They also
> filter our Internet traffic, BTW, so that students can't
> get to anything, well, inappropriate.
I've heard of these situations in schools. I don't think they are "pretty".
If they give you enough 10.* addresses to cover all your needs, then you
simply use them on all your machines and the Cisco 1600's 10.* address
becomes the Default Gateway of the machines. This "pseudo-gov organization"
will be the ones "firewalling" and protecting your network.
If you don't have enough 10.* addresses then *ask for more* from the *same*
subnet, ..it is still the simplest model to follow. But if they won't give
more you will require a NAT Device. The Server could do it, but I don't
recommend duel-homing a DC/DNS machine, nor do I recommend adding that much
more responsibility to a Server that may already be overworked. The best bet
is to use a Hardware based Firewall for this. You could also build one with
Linux & IP Tables.
When doing this you need to wisely pick a private address range that won't
cause future problems with other private systems you may have to deal with.
These would be your "internal" addresses, while the 10.* addresses would
become your "external" address which are in the same role that a Public
Address Range would be in a "normal" network. Now the clients would use the
internal IP# of the "NAT Device" as their Default Gateway. This "pseudo-gov
organization" will *still* be the ones "firewalling" and protecting your
network, but you will be able to do additional filtering yourself, but you
will *not* be able to allow what they don't allow because it will never get
to (or from) you.
> In special cases where we need incoming traffic, such as
> our server, they "unfilter" one of our non-routable
> internal IP addresses and tie it to a real, routable
> external IP address. So, essentially, our server has two
> IP addresses: one internal that's non-routable on the
> Internet, and one external that's a real live IP address.
This is called Static NAT or One-toOne NAT depending on the filtering model.
If you have enought 10.* addresses and follow that simpler method, they will
continue to do this in this manner. But if you have to add another NAT
Device and another Address Range, this will become nearly impossible or at
least difficult. They can only Static or One-to-One NAT to the 10.* address
which are now *external* to your private system and cannot communicate
directly with your machines. You can probably Static or One-to-One NAT
betwen the 10.* address they used and one of your own internal addresses,
but things can get really complicated when things don't work and be very
hair-pulling to sort out where the problem *really* is.
-- Phillip Windell [MCP, MVP, CCNA] www.wandtv.com
- Next message: CoveTom: "Re: DNS and Server 2003"
- Previous message: Doug Sherman [MVP]: "Re: DNS and Server 2003"
- In reply to: CoveTom: "DNS and Server 2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|