Forum Discussion
Misty_Spillers_
Feb 14, 2013Nimbostratus
Exchange iapp for multiple Exchange servers (different customers)
I'm on version 11.2.1 and using f5.microsoft_exchange_2010_cas.2012_06_08.
I created an "APM will provided secure remote access" iapp for one of our customers and it worked for the most p...
- Jun 19, 2013Misty,
speedbird_86757
Jul 31, 2013Nimbostratus
Mike,
As suspected, our issue was the SNAT pool configuration. The iApp creates an iRule with the $Name chosen by us, but within the iRule, the array name still needs to be unique across the different iApps.
For example:
**********
when RULE_INIT {
set static::iAppFoo_snat_ips(0) 1.1.1.1%816
set static::iAppFoo_snat_ips(1) 1.1.1.2%816
}
when CLIENT_ACCEPTED {
snat $static::iAppFoo_snat_ips([expr {[crc32 [IP::client_addr]] % [array size static::iAppFoo_snat_ips]}])
}
**********
Maybe this could be enhanced in the next iApp version? For now, we've worked around the problem by manually renaming the values within the iRule.
Thanks for your help.
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