Forum Discussion
markj_58101
Jun 01, 2009Nimbostratus
Irule SNAT based on destination IP address.
Hi there, I am looking to create an Irule SNAT for outbound requests to a specific IP address. So when source = X and destination = Y then use the SNAT. I have seen various other similar methods on he...
- Jun 08, 2009I believe you would need IP::local_addr in this instance for the destination, and I think you have the irule in the right place.
when CLIENT_ACCEPTED { set failed 0 if {[matchclass [IP::client_addr] equals $::webserver_datagroup] \ and [matchclass [IP::local_addr] equals $::external_servers]}{ use snatpool snat_pool_1 } }
The_Bhattman
Jun 01, 2009Nimbostratus
Hi Mark,
Here is an example in the wiki section of this site
http://devcentral.f5.com/wiki/default.aspx/iRules/snat.html
Hope this helps,
Chetan
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