Forum Discussion
Johann_Araujo
Nimbostratus
Aug 19, 2013irule with source IP
Hi I new in F5, I need help to configure an IP irule with Origin, it is routed to a particular node with its respective port.
Thank for the help.
Kevin_Stewart
Employee
Aug 19, 2013A very basic implementation might look something like this:
-
Define an address-based data group. Example (my_ip_datagroup):
10.10.10.10 := 192.168.42.10 80 10.10.10.11 := 192.168.42.11 80 10.10.10.12 := 192.168.42.12 80 ... -
Create an iRule:
when CLIENT_ACCEPTED { if { [class match [IP::client_addr] equals my_ip_datagroup] } { node [class match -value [IP::client_addr] equals my_ip_datagroup] } }
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