Forum Discussion
Laudec_55181
Altostratus
Nov 19, 2012SRC and DST Match Irule for NATting
I have the following irule, using two datagroups. The DG_DEST datagroup has a value that is a snatpool name. I need to set the snatpoolname variable to this value. What is the best way to do that wit...
Laudec_55181
Altostratus
Nov 20, 2012You are right, I have made the change by using IP::local_addr as the destination IP. I am still unsure on how to set the snatpoolname to the value in DG_DEST though
when CLIENT_ACCEPTED {
This iRule would NAT the source IP in the DG_SRC and match it to a destination in DG_DEST
and then snat to the snatpool defined in DG_DEST as the value corresponding to the name.
if { [class match [IP::client_addr] equals "DG_SRC" ] } {
if { [set snatpoolname [class match [IP::local_addr] equals "DG_DEST" ]] } {
log local0. "Got Natted to $snatpoolname"
snatpool $snatpoolname
}
}
else { forward
log local0. "NOT GETTING NATTED !!!"
}
}
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