Forum Discussion
Activesync and Outlook Web App
Prior to implementing the F5 and the APM into our Exchange 2010 environment, mobile devices use activesync and are able to connect directly to our Outlook Web App URL, sync up to their mailbox and and get their mail. We have since put the F5/APM in place. How can we get activesync to work through the LTM/APM? Do we need to setup a special virtual server with access policies that allow this? Any ideas or help are much appreciated.
- BT_90520Nimbostratusthere is application ready deployment guide which also talks abt the activesync (EAS). There is no need for special VS. You just need to answer the ready application template (pg 12) which will greatly simplifies configuring the BIG-IP system for Microsoft Exchange 2010.
- Kalpesh_48932Nimbostratus
Hello,
what if we have to create VIP for OWA only and expecting 18000 connection?
what best practices to be followed.
If pool members are working on Port 443 only is below parameters are OK.
Health Monitors - HTTPS
Pool - Slow Ramp time = 300
Load balancing method - List connection Member
irule-
1) Append irule
when HTTP_REQUEST {
if { ([HTTP::uri] == "/") } {
HTTP::redirect https://[HTTP::host]/owa/
}
}
2) Active Sync irule
when HTTP_REQUEST {
if { [HTTP::header exists "Authorization"] } {
persist uie [HTTP::header "Authorization"] 7200
} else {
persist source_addr
}
}
as we have activesync config for outlook.
Profile:
HTTP: X-Forwarded-FOR
TCP WAN
TCP LAN
Client SSL - SSL bridging
Server SSL - SSL bridging
Persistence - Cookie
SNAT Pool - 4 SNAT IP's
Thanks to confirm soon
- TortiAltostratushi,
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com