Forum Discussion
Chris_Howell_11
Nimbostratus
Aug 17, 2006How DO I exclude an IP Address
I looked through the forum and could not find an example that would work for me.
Below is my current rule for redirection:
when HTTP_REQUEST
{
log local0. "Redirecti...
Michael_Falkenr
Aug 17, 2006Historic F5 Account
just a different spin...
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] equals 10.10.10.128] } {
pool www_f5_com
}
else {
log local0. "Redirection to HTTPS!"
HTTP::redirect "http://www.cnn.com/"
}
}
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
