cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
0
Helpful
3
Replies

OWA behind Pix 501

kware100
Level 1
Level 1

I need to give access to OWA on an internal server to mobile users. I am using the Cisco GUI PDM. How do I give access to the server? Is it just forwarding port 80?

3 Replies 3

Patrick Iseli
Level 7
Level 7

You need to create an access-list and a static!

Do have multiple public IPs or just one?

Here is an example for port redirection with just one IP:

access-list acl_out permit tcp any interface outside eq http

access-group acl_out in interface outside

static (inside,outside) tcp interface http Internal-IP-OWA http netmask 255.255.255.255 0 0

sincerely

Patrick

jason.aarons
Level 1
Level 1

Encourage your server admin to enable https for the OWA website, open both 80 and 443.

supertoaster2
Level 1
Level 1

Yes.

Review Cisco Networking for a $25 gift card