12-31-2004 04:48 AM - edited 02-20-2020 11:50 PM
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?
12-31-2004 06:03 AM
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
01-12-2005 02:13 PM
Encourage your server admin to enable https for the OWA website, open both 80 and 443.
01-15-2005 07:07 PM
Yes.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide