Forum Discussion
csobi_361680
Nimbostratus
May 17, 2018Force one of the snat IPs to a pool member
Hi guys,
I am looking for a solution for this:
I have a SNAT pool with 2 IPs, and I have a POOL with two pool members.
POOL is using this SNAT pool.
Is it possible ( with irule or with...
youssef1
Cumulonimbus
May 17, 2018Hi,
can you try this one:
when LB_SELECTED {
log "lb selected [LB::server addr]"
if { [LB::server addr] eq "10.10.10.10" }{
snat 10.10.10.1
} elseif { [LB::server addr] eq "10.10.10.11" }{
snat 10.10.10.2
} else {
}
}
I could not test it, I let you give me a feedback
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
