Forum Discussion
ervinc_27883
Feb 01, 2012Nimbostratus
irule to redirect base on ip and path
This is giving me a rule error wrong args. I'm a newbie and need help on fixing this irule.
thanks for all your help.
when HTTP_REQUEST {
set my_uri [string tolower [HTTP::uri]]
if { $my_uri starts_with "/irj/portal" and [IP::addr [IP::remote_addr] equals 10.0.0.0 mask 255.0.0.0] } {
redirect to "http://web1"
} }
- hoolioCirrostratusHi,
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/irj/portal" and [IP::addr [IP::remote_addr] equals 10.0.0.0/8] } { HTTP::redirect "http://web1[HTTP::uri]" } }
- ervinc_27883Nimbostratusthank you so much. will try it out.
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