Forum Discussion
Renevdb_80118
Nimbostratus
Apr 13, 2012Change outgoing NAT
Hi, Looking for the irule that can change the outgoing IP address based on destination, I've seen it but can't find it anymore. Background: We have multiple local subnets whic...
Renevdb_80118
Nimbostratus
Apr 13, 2012Will something like this work?
when CLIENT_ACCEPTED {
if { [class match -- [IP::local_addr] equals pool pool_a] } {
snat 1.1.1.1
} elseif { [class match -- [IP::local_addr] equals pool pool_b] } {
snat 2.2.2.2
} else {
snat 3.3.3.3
}
}
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