Forum Discussion
pvaughan
Nimbostratus
Jun 24, 2013Irule to redirect traffic to a pool with node that is out on the internet
Grettings Dev central, I have been asked to write an Irule to do the following. Client connects to www.company.com and gets directed to pool configured in virtual server as normal. Client connects ...
Kevin_Stewart
Employee
Jun 24, 2013
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path ]] {
"/alternet*" {
select the pool and SNAT automap
pool alternet_pool
snat automap
}
default {
pool local_pool
}
}
}
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