Forum Discussion
Paul_Hogan_7050
Nimbostratus
Dec 17, 2008iRule SNAT to a specific network interface only
I need to setup an iRule to NAT traffic from a specific IP subnet address when it hits a specific network interface. I do not want to NAT the trafic when it hits a different interface. Would anyone have examples of SNAT and interfaces.
1 Reply
- The_Bhattman
Nimbostratus
Hi Paul,when CLIENT_ACCEPTED { if { [IP::addr [IP::local_addr] equals 10.10.10.0/255.255.255.0] }{ snat automap } }
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