Forum Discussion
tech_contact_90
Nimbostratus
Jul 16, 2010Outlook Anywhere - BIGIP 9.4.3
I posted this in another forum on here, but I realize it probably is the wrong forum so I am reposting here with more details.
Using the doc DEPLOYING F5 WITH MICROSOFT
EXCHANGE SERVER 2007 we are trying to setup one pool for all three services with no WebAccelerator
Outlook Web Access works on 80 and 443 but Outlook Anywhere does not. We are using SSL Offloading
I have verified ALL services work if I hit the Exchange server directly and bypass the BIGIP.
I have done some packet captures on the Exchange box and I am getting this message when trying to go through the bigip
Here is the request
Http: Request, RPC_IN_DATA /rpc/rpcproxy.dll , CL_ESTABLISH_IBP - ECHO_REQUEST, Using NTLM Authorization
Here is the response
Http: Response, HTTP/1.1, Status: Unauthorized, URL: Using Multiple Authentication Methods, see frame details
Here is the irule
when HTTP_REQUEST {
if { [HTTP::header "User-Agent"] contains "MSRPC" } {
persist uie [HTTP::header "Authorization"] 3600
} else {
persist cookie
}
}
I dont see that happen when I go direct to the server so I am guessing the irule might be causing the problem?
We are using NTLM Authenticaiton.
If anyone has some thoughts i would love to hear them.
Moderaters you can delete my other post, sorry for the double post
http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/52/afv/topic/aft/1174121/aff/31/showtab/groupforums/Default.aspx1174509
- hoolio
Cirrostratus
It looks like the iRule is just handling persistence. You might try simplifying the configuration and see if you can get it working without the iRule. You can disable all but one pool member to ensure there aren't any persistence records. You can also disable WAM and see if things work. If not, you can at least eliminate a lot of the extra complexity.
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects