Forum Discussion
esoteric22_2801
Nimbostratus
Mar 25, 2010Load Balancing Internal Network
I am a novice and I would really appreciate some help.
Here is our predicament We have three different applications which talk to each other using HTTP SOAP requests.
All applic...
hc_andy_35682
Nimbostratus
Mar 29, 2010As Aaron has already stated, snat is the way to fix this.
This is the irule we use to selectively snat machines which are on the same subnet and need to communicate with machines behind the F5.
when LB_SELECTED {
if { [IP::addr [IP::remote_addr] equals [LB::server addr]/24] } {
snat automap
}
}
Just change th2 /24 to whatever mask your subnet uses and save it as an irule and then apply to your virtual server.
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