Forum Discussion
Parveez_70209
Nimbostratus
Oct 01, 2013How to Divert traffic based on Self-IP's not on basis on SNAT
Lets say we have a Virtual-server having a pool with some set of Servers.
And currently to reach that Virtual-server's pool's subnet we have two Self-IP's created. Let's say whoever try to rea...
Kevin_Stewart
Employee
Oct 01, 2013You could try something like this:
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals my_ip_datagroup] } {
snat 1.1.1.1
} else {
snat 2.2.2.2
}
}
where "my_ip_datagroup" is an address-based data group with specific IPs or IP subnets.
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