Cisco ASA DMZ Configuration - TechRepublic
General discussion
September 8, 2009 at 05:46 AM
karmcsa

Cisco ASA DMZ Configuration

by karmcsa . Updated 16 years, 10 months ago

Hi All,

I have configured a webserver in DMZ in our cisco asa 5510 series.

The problem I am facing is from the web server I am not able to access the internet rest everything is working fine.

The below is my configuration.
webserver IP : 192.168.88.90
Interface:

OUTSIDE Our static IP
Inside 192.168.99.0
dmz 192.168.88.0

static (INSIDE,DMZ) 192.168.99.0 192.168.99.0 netmask 255.255.255.0

access-list ntldmz extended permit tcp host 192.168.88.90 any eq www

access-group ntldmz in interface DMZ
acess-group 120 in interface outside
static (DMZ,OUTSIDE) x.x.x.x 192.168.88.90 netmask 255.255.255.255

access-list 120 extended permit tcp any host x.x.x.x eq www

This discussion is locked

All Comments