Networking Forums

Networking Forums > Computer Networking > Windows Networking > PAT --> DMZ --> Firewall --> LAN

Reply
Thread Tools Display Modes

PAT --> DMZ --> Firewall --> LAN

 
 
Jason Rangle
Guest
Posts: n/a

 
      03-06-2006, 03:32 PM
We just got a firewall and want to add it to our network. We have PAT setup
on our Cisco router handling about 5 IP addresses. I am going to be putting
a couple of public boxes on the DMZ and would like to ask a few questions.

I am going to want to setup DNS on a box in the DMZ. But I don't know how
someone will be able to get to anything inside my firewall since the DMZ
will be an internal IP address scheme and same with the LAN. I could just
add some A records to resolve www, smtp, etc... to an external IP address,
but that doesn't make sense. When someone requests to see a website that is
inside my LAN I want to have a DNS box with an address of, say 65.66.250.1
that is translated by PAT to 10.10.1.1. That DNS box will then say that the
www server is inside my LAN which is 192.168.1.1. How will external hosts
reach this? How do I need to have my DNS in the LAN and the DNS in the DMZ
working together? Anyone have some tips? TIA.

Basically this is what I want:

Internet
|
Router (running PAT say I have two IP addresses 65.66.250.1
and .2. The internal is 10.10.1.0/24.)
|
DMZ (10.10.1.0/24 I need to have a DNS box here to forward
requests inside my firewall to the public services.)
|
Firewall (10.10.1.1external and 192.168.1.1internal)
|
LAN(192.168.1.0/24 here there will be a domain with a
Domain Controller, SMTP, POP, WWW among other things)


 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      03-06-2006, 05:27 PM
"Jason Rangle" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We just got a firewall and want to add it to our network. We have PAT

setup
> on our Cisco router handling about 5 IP addresses. I am going to be

putting

IP#s are Layer3,..PAT is Layer4,...so what you are really doing is "Static
NAT" (aka Reverse NAT). PAT only deals with port numbers and only runs on
top of Static NAT,...PAT wouldn't know what an IP# was if it tripped over
one.

If the Port#s are the same on both ends then you are doing only Static NAT:
192.168.1.25:8080 <--->21.45.128.46:8080

If the port#s are different at each end then you are doing Static NAT
combined with PAT:
192.168.1.25:8080 <--->21.45.128.46:8072

PAT does for the Port#s what NAT does for the IP#s.

> a couple of public boxes on the DMZ and would like to ask a few questions.
>
> I am going to want to setup DNS on a box in the DMZ. But I don't know how
> someone will be able to get to anything inside my firewall since the DMZ
> will be an internal IP address scheme and same with the LAN. I could just
> add some A records to resolve www, smtp, etc... to an external IP address,


Your "outer firewall" will have to use Static NAT to pass traffic back to
the correct Server. DNS is worthless in this case. *Everything* is
controlled by the "outer" firewall" and directs the request based on the how
the user made the request. Whatever you may discover that the firewall is
not capable of doing or "differenciating" then you won't be able to do
whatever that is. In other words you can only do what the firewall was
designed to do. Nothing that is behind the firewall can have any effect on
the user because they are in two different "worlds".


--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server 2008 with Hyper-V - domain controller - Firewall GUI's show firewall ON, but netsh reports firewall OFF Bruce Sanderson Windows Networking 7 10-07-2008 09:57 AM
Do I need a software firewall in addition to a NAT router/firewall? CRC Linux Networking 2 09-08-2008 02:16 AM
RRAS firewall or Windows Firewall Tim_Mac Windows Networking 0 08-16-2006 12:28 PM
LINUX/shorewall firewall to firewall VPN question sundog@mountaindogs.net Linux Networking 3 03-14-2006 04:04 PM
Completely replace software firewall with hardware firewall? Sandi Broadband 36 04-04-2005 01:52 PM



1 2 3 4 5 6 7 8 9 10 11