Configuring PIX 515 for OWA in DMZ

From: Paul Chang (pchang@andanetworks.com)
Date: 06/12/02


From: "Paul Chang" <pchang@andanetworks.com>
Date: Wed, 12 Jun 2002 10:32:25 -0700

Hi,

I have a Cisco PIX 515. Currently I have just a web server and a Linux mail
(pop, smtp) server outside of the firewall. And I have a route to our co-lo.
I want to move the web server and mail server into the DMZ for more
security. I also want to add an outlook web access (OWA) server that allows
users to access their mail on Exchange server using web browsers. Can
someone tell me if you see any problem with my new config.

Here is a portion of my current config:

----------------------------------------------------------------------------
-------------
PIX Version 5.1(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100

fixup protocol ftp 21
fixup protocol http 80
fixup protocol smtp 25

access-list nonat permit ip 10.18.0.0 255.255.0.0 host 10.87.1.25

ip address outside 163.146.78.2 255.255.255.0
ip address inside 10.18.0.1 255.255.0.0
ip address dmz 10.10.10.1 255.255.255.0

global (outside) 1 163.146.78.51-163.146.78.250 netmask 255.255.255.0
global (outside) 1 163.146.78.50 netmask 255.255.255.0
nat (inside) 0 access-list nonat
nat (inside) 1 10.18.0.0 255.255.0.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 163.146.78.1 1
route inside 10.87.1.25 255.255.255.255 10.18.1.1 1

----------------------------------------------------------------------------
------
Here is my new config:
----------------------------------------------------------------------------
-----

nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50

fixup protocol ftp 21
fixup protocol http 80
fixup protocol smtp 25

access-list nonat permit ip 10.18.0.0 255.255.0.0 host 10.87.1.25

ip address outside 163.146.78.2 255.255.255.0
ip address inside 10.18.0.1 255.255.0.0
ip address dmz 10.10.10.1 255.255.255.0

global (outside) 1 163.146.78.51-163.146.78.250 netmask 255.255.255.0
global (outside) 1 163.146.78.50 netmask 255.255.255.0
global (dmz) 2 10.10.10.51-10.10.10.80 netmask 255.255.255.0
nat (inside) 0 access-list nonat
nat (inside) 1 10.18.0.0 255.255.0.0 0 0
nat (dmz) 2 10.10.10.0 255.255.255.0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 163.146.78.1 1
route inside 10.87.1.25 255.255.255.255 10.18.1.1 1

name 10.10.10.11 mailserver
name 10.10.10.21 webserver
name 10.10.10.31 outlook
name 10.10.10.41 ftpserver
name 10.18.0.13 exchange

static (dmz, outside) 163.146.78.6 webserver
static (dmz, outside) 163.146.78.11 mailserver
static (dmz, outside) 163.146.78.8 outlook
static (dmz, outside) 163.146.78.9 ftpserver
static (inside, dmz) 10.10.10.8 exchange

access-list 110 permit tcp any host 163.146.78.6 eq 80
access-list 120 permit tcp any host 163.146.78.11 eq 25
access-list 130 permit tcp any host 163.146.78.8 eq 80
access-list 140 permit tcp any host 163.146.78.9 eq 21
access-list 150 permit tcp outlook host exchange eq 80

access-group 110 in interface outside
access-group 120 in interface outside
access-group 130 in interface outside
access-group 140 in interface outside
access-group 150 in interface dmz

route inside 10.10.10.0 255.255.255.0 10.18.0.1 1
route inside 163.146.78.0 255.255.255.0 10.18.0.1 1
------------------------------------------------------------------------

Any help is greatly appreciated.



Relevant Pages

  • Re: DMZ and file sharing
    ... Never ever use DMZ, a) its an open unlocked door with a big sign saying your ... save/retreive files to/from a restricted area on the LAN. ... and only server. ... You need to consider the safety of the LAN when the web server gets ...
    (microsoft.public.windows.server.sbs)
  • ASA5510 dmz mail server forwarding to lan mail server
    ... I am trying to bring up a new mail server in the dmz. ... access-group outside_access_in in interface outside ...
    (comp.dcom.sys.cisco)
  • Configuring PIX 515 for OWA in DMZ
    ... Currently I have just a web server and a Linux mail ... I want to move the web server and mail server into the DMZ for more ... access-group 110 in interface outside ...
    (comp.security.firewalls)
  • Re: [opensuse] Web Server in DMZ accessing Database in Internal Network
    ... At the moment I have an Intranet web server with Apache2. ... configured for the WS in the DMZ that has the NFS 4 mount for the Data ... I meant two separate HW boxes each with SuSEfirewall2 ...
    (SuSE)
  • Re: [fw-wiz] Securing www server w/Oracle back end.
    ... setup in the DMZ - passing back the requests into the internal web ... server, which - also internally - would pass on requests to the database ... The Linux is setup with the latest and greatest patches ... ... internal users (who would still access the "real" web server). ...
    (Firewall-Wizards)