Forum Discussion
Joshua_106551
Oct 04, 2011Nimbostratus
Redirect for stream video
I am trying to redirect incoming traffic if it matches a specific subnet, It needs to be redirected to an IP of a physical server. How would one go about doing this without the use of an HTTP::Redire...
Joshua_106551
Oct 04, 2011Nimbostratus
Here is what i planned to use, however I found out later it was not http.
when HTTP_REQUEST {
if { ([IP::client_addr] equals "10.92.0.0/16") or ([IP::client_addr] equals "10.93.0.0/16") } {
HTTP::redirect "10.92.224.155"
}
}
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