Forum Discussion
Joseph_Goyette_
Nimbostratus
Mar 16, 2005matchclass and syntax errors
I've got a simle iRule below based on the example in the Writing iRules section of the LTM guide.
In a nutshell, I am attempting to direct requests to specific urls based on the client...
unRuleY_95363
Apr 26, 2005Historic F5 Account
Try this:
when CLIENT_ACCEPTED {
if {not [matchclass [IP::remote_addr] eq $::allowed-group] } {
discard
}
}
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