Forum Discussion
DM_5174
Nimbostratus
Feb 13, 2012POSSBILE BUG WITH MATCHCLASS ON LTM??
Hi All,
I have an issue that does not make any sense since the same code works for another
irule when applied to a different virtual server.
Below is a maintenance redirect i...
nitass
Employee
Feb 14, 2012Is there another way of doing this without
using the data group and just the two IP address (199.200.99.150 and 199.200.99.151) in the code? can you try something like this?
when HTTP_REQUEST {
if {not ([IP::addr [IP::client_addr] equals 199.200.99.150]) and \
not ([IP::addr [IP::client_addr] equals 199.200.99.151])} {
log local0. "do"
} else {
log local0. "do something else"
}
}
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