Forum Discussion
Tyler_Lund_1130
Jan 18, 2006Nimbostratus
Selective Source NATing
Hello,
I have one BigIP system running 9.1 on which I've deployed the following iRule to turn on source NATing based on a particular source address: when LB_SELECTED {
if { [IP::addr [IP::r...
Tyler_Lund_1130
Jan 25, 2006Nimbostratus
Thanks.
Ran into my first snag... I tried using the internal address of the load balancer (the gateway for the pool hosts) as the snat pool address, but got the following error when loading:
./bigip.conf: "The snatpool contains an invalid member."
Under 9.x, I'm able to use the gateway IPA in a source NAT. For 4.5 should I be using a different IPA, or is my syntax for defining the snatpool incorrect? I realize this feature is unsupported in 4.x, but I'm hoping someone has done this before and can offer some hints.
This is the exact configuration used:
snatpool internal_snat_pool {
member 216.27.85.193
}
rule SNAT_Internal_Test {
if (client_addr == 216.27.85.192 netmask 255.255.255.224) {
use snatpool internal_snat_pool
}
use pool Test-Pool
}
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