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

Help

Kwakachunga
Level 1
Level 1

i hav a server on my dmz1,i want users on the internet to access it on https....i hav an access list and a translation as shown below

static (outside,dmz1) 170.x.y.z 192.168.80.3 netmask 255.255.255.255 0 0

access-list 1 permit tcp host proxy_server any eq https

i cannot still access this server(application) from the internet....are my configs correct? suggestions what the problem cld be ?

2 Replies 2

varakantam
Level 1
Level 1

did you apply the access-list to the outside interface using access-group command ? also are you name alias setup correctly ?

zubairjalal
Level 1
Level 1

the static statement should be

static (dmz1,outside) OutsideIPaddress ServerIPAddress netmask 255.255.255.255 0 0

Access-list should be

access-list 1 permit tcp any host proxy_server eq https

Apply this to the outside interface

access-group 1 in interace outside

--Pls rate if it helps--

Review Cisco Networking for a $25 gift card