Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DMZ Configuration Help Needed!!!

Status
Not open for further replies.

JRMS

MIS
Joined
Sep 4, 2003
Messages
144
Location
US
I am attempting to configure a DMZ between my two firewalls. Does the ethernet port on my failover need to be a public or private ip address. Do I need to use nat or pat. Please help.
 
between" and "failover"? These are different issues.

If you have two separate firewalls, like so:
internet->firewallA->dmz->firewallB->LAN

then you just configure firewallA to allow public access to the DMZ. FirewallB would allow no inbound public access, and only what's required for internal web surfing, etc. Maybe if the DMZ servers require internal access, but allow it only from those addresses.

If you have failover firewalls, then they need to match. The DMZ would use a third interface so you'd have private, public, and DMZ interfaces on each. Some might also require a virtual address on each, the Pix (for example) doesn't.

NAT, PAT, or nothing depends on your DMZ configuration. If you use public addresses in the DMZ, then you just have access lists. If they're private, you need NAT.
 
Thanks for your response. As stated earlier, I am in the process on configuring the DMZ for a WebServer. Can the ip address that I assign to the DMZ interface be generic or should it be a public ip address or internal address?

Thank you in advance for your assistance!
 
It can be private. You'll then use NAT. Something like this for a single host:

static(dmz,outside) <outside_ip> <inside_ip> netmask 255.255.255.255
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top