Forum Discussion
BPetronio_11363
Nimbostratus
Jun 22, 2010NAT object in LC
Hi all,
Im trying to understand why it works sometimes and others doesnt.
I have 3 links in a LC.
A default GW route using a gw_pool in round robin loadbalance mode with the 3...
Chris_Miller
Altostratus
Jun 22, 2010I'd recommend creating an iRule to SNAT your traffic on the way out so you can make sure it uses the proper link...
I'd do something like this:
1. Create a gateway pool with that specific link called "gw_pool_x" where x is your link
2. Create a SNAT Pool with the NAT address from that link - let's call it "snatpool_x"
3. Create an iRule and apply it to the VS.
when CLIENT_ACCEPTED {
if {[[IP::client_addr] equals x.x.x.x] } {
pool gw_pool_x
snatpool snatpool_x } }
Something like that should work...
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