cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
307
Views
0
Helpful
2
Replies

configuret DMZ on ASA 5505

hatric123
Level 1
Level 1

Hi, all!

Can anyone help me with it?

I am trying to conf. so that the inside and outside client can connect to the http server in the DMZ zone I can ping from the http server to the dmz interface and back to the http server.

Her is the config I have added to the ASA 5505 the rest is default

static (dmz,outside) tcp xxx.xxx.xxx.xxx www 10.0.100.2 www netmask 255.255.255.255

static (dmz,inside) 10.0.100.2 xxx.xxx.xxx.xxx netmask 255.255.255.255

static (inside,dmz) 10.0.100.0 10.0.100.0 netmask 255.255.255.0

access-list outside_access_in extended permit tcp any eq www host xxx.xxx.xxx.xxx eq www

2 Replies 2

j.langton
Level 1
Level 1

What interface is the access-group applied and is in in or out?

acomiskey
Level 10
Level 10

access-list outside_access_in extended permit tcp any eq www host xxx.xxx.xxx.xxx eq www

should be...

access-list outside_access_in extended permit tcp any host xxx.xxx.xxx.xxx eq www

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card