Forum Discussion
Geoff_Gudgeon_3
Mar 02, 2017Nimbostratus
IP Reputation and iRule
Hi,
Was wondering if I could get some advice on the following iRule that I plan to use to check incoming connections to public facing Virtual Servers. I have confirmed that the F5 in question is ge...
- Mar 02, 2017
Its your call but I wouldn't bother with a pretty response cause frankly their not worth the effort or the CPU. My version of this is below.
when CLIENT_ACCEPTED { if {[IP::reputation [IP::client_addr]] ne ""} { reject } }
Kevin_Davies_40
Nacreous
Its your call but I wouldn't bother with a pretty response cause frankly their not worth the effort or the CPU. My version of this is below.
when CLIENT_ACCEPTED {
if {[IP::reputation [IP::client_addr]] ne ""} {
reject
}
}
Geoff_Gudgeon_3
Mar 05, 2017Nimbostratus
Fair enough.
Thanks for your response mate. Much appreciated
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