Forum Discussion
Joshua_106551
Nimbostratus
14 years agoRedirect 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
Nimbostratus
14 years agoAfter testing all traffic is being sent to default pool, No traffic is being directed to my node. I did add the node PORT number. My client IP being tested is 10.97.185.27 which should be sent to the node IP, which does not happen. Thoughts? Here is my irule now.
when CLIENT_ACCEPTED {
if { ([IP::client_addr] equals "10.92.0.0/16") or ([IP::client_addr] equals "10.93.0.0/16") } {
node "10.92.224.155:1935"
}
}
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