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::Redirect?
- Joshua_106551NimbostratusHere is what i planned to use, however I found out later it was not http.
- Nat_ThirasuttakornEmployeeHi Joshua,
- Joshua_106551NimbostratusRTMP/E over port 1935, this is to route all traffic to the default pool with the exception of the 2 subnets in the irule.
- Nat_ThirasuttakornEmployeejust double check
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" } }
- Joshua_106551NimbostratusThanks! I am going to test today, looking at it this is what i needed, I was close as i had changed mine to Client accepted, i was unsure however to get to the IP, which you use "node".
- Joshua_106551NimbostratusAfter 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.
- Michael_YatesNimbostratusHi Joshua,
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