Forum Discussion

tech_contact_90's avatar
tech_contact_90
Icon for Nimbostratus rankNimbostratus
Jul 16, 2010

Outlook 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

1 Reply

  • 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.

     

     

    If it doesn't work without the iRule, other pool members and WAM, I'd suggest opening a case with F5 Support. Just make it clear that you've configured something according to the deployment guide and it's not working. They should be able to help troubleshoot the breakfix issue.

     

     

    Aaron