All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Need to replace a SonicWall firewall with an iptables firewall.
@ 2004-08-30 22:23 Daniel Chemko
  2004-08-31  0:02 ` Nick Drage
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Chemko @ 2004-08-30 22:23 UTC (permalink / raw)
  To: ste, Jason Opperisano; +Cc: netfilter


> Not knowing what split-dns was, I googled it. If I understand it
> correctly it seems that this is only needed when you use a single,
> common domain for both internal and external systems. All our external
> systems (both between the firewall and the router, and in the DMZ) are
> in "domain.com" and all our internal systems are in "sub.domain.com",
> so 
> we don't need split-dns, right?

Split DNS is good in that it allows:

Internet -> (1.1.1.1)Firewall(10.0.0.1) -> DMZ (10.0.0.0/24)
                    (10.0.1.1)
                         |
             Internal_Net (10.0.1.0/24)



Internet (Customers / etc..)
dig www.abc.com > 1.1.1.1

Internally (From your management network)
dig www.abc.com > 10.0.0.111

You have two zones of resolution. One for people inside the NAT, and one
for those outside the NAT. Anyone inside the NAT network will pick up
the real internal address name of the servers. People in the outside
world will see the fake routable DNAT IP address of the servers. Nobody
outside should be able to tell the difference (at least with http) that
the internal server doesn't really have an internet routable IP.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-31 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-30 22:23 Need to replace a SonicWall firewall with an iptables firewall Daniel Chemko
2004-08-31  0:02 ` Nick Drage
2004-08-31 13:34   ` OT: split-dns Shaun T. Erickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.