Forum Discussion
tacobell_112236
Mar 04, 2011Nimbostratus
IRule Disaster
I'm running F5 LTM ver 9....and when I add IRule to VS I get "internet cannot display page" BUT Once I remove IRule I get the website....
i need to alllow only my datagroup access to the ur...
dlg_23340
Apr 01, 2011Cirrus
The problem with your initial iRule was one that I experienced recently:
if { ![matchclass [IP::client_addr] equals address_datagroup] } {
you need to scope your negation. basically:
if { !([matchclass [IP::client_addr] equals address_datagroup]) } {
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