Forum Discussion
kraigk_52257
Nimbostratus
Mar 01, 2009iRule for Exchange 2007 OWA, ASync & Outlook Anywhere
I am pasting this out of the F5 deployment guide for Exchange 2007 found here: http://www.f5.com/pdf/deployment-guides/f5-exchange07-dg.pdf. This iRule allows you to run one virtual with three pools and one iRule to handle the three unique traffics. Problem is when I change the pool names with mine and paste it in I can't get it to work. Anyone else got this going? Help anyone.. what am I missing.
when HTTP_REQUEST {
if { [HTTP::header "User-Agent"] contains "MSRPC" } {
persist uie [HTTP::header "Authorization"] 3600
pool exch_oa_pool
} elseif { [HTTP::uri] contains "Microsoft-Server-ActiveSync"
}
persist cookie
pool exch_activesync_pool
} else {
persist cookie
pool exch_owa_pool
HTTP::class select exch07-class
}
}
- hoolio
Cirrostratus
Hi, - kraigk_52257
Nimbostratus
I was getting syntax error and thanks for the reply. I worked through this and duh, I realized I was trying to use a class that would only exist if I had the webaccelerator module. Here is what I have come up with: - Carl_Brothers
Employee
Posted By kraigk on 03/04/2009 5:05 PM
- kraigk_52257
Nimbostratus
Carl, - mlick2
Nimbostratus
I am trying to get this working using a single VIP all going to the same pool for OWA, ActiveSync, and Anywhere, but the documentation does seem to be very unhelpful. It says to apply the append iRule for owa first, but anytime that iRule is active, ActiveSync does not work. I have tried adding the append iRule to the bottom of the sorting rule, but again that stops everything from working. Any thoughts or suggestions is very much appreciated. Thank You. - kraigk_52257
Nimbostratus
Try this. I used my pool names and got it to load. Whether or not it works is another issues..
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