Forum Discussion
Joshua_106551
Nimbostratus
Oct 04, 2011Redirect 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?
7 Replies
Sort By
- Joshua_106551
Nimbostratus
Here is what i planned to use, however I found out later it was not http. - Nat_Thirasuttakorn
Employee
Hi Joshua, - Joshua_106551
Nimbostratus
RTMP/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_Thirasuttakorn
Employee
just double checkwhen 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_106551
Nimbostratus
Thanks! 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_106551
Nimbostratus
After 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_Yates
Nimbostratus
Hi 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