Forum Discussion
mmory09_63087
Nimbostratus
Mar 05, 2014Selective SNAT and Calculate CRC32 Checksum
The pool members in Exchange 2013 needs to communicate to pool members in Exchange 2007. It is on the same subnet. To do this we would like to enable selective SNAT between the two pool members but w...
mmory09_63087
Nimbostratus
Mar 05, 2014Will this iRule work? Two iRules combined..
when RULE_INIT {
set static::snat_exch2007(0) 10.73.17.248
}
when CLIENT_ACCEPTED {
snat $static::snat_exch2007([expr {[crc32 [IP::client_addr]] % [array size static::snat_exch2007]}]) }
when LB_SELECTED {
if {[IP::addr "[IP::client_addr]/24" equals "[LB::server addr]/24"]} {
snatpool snat_exch2007
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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