Forum Discussion
smrh1363_179625
Nimbostratus
Sep 07, 2017How to Block 10.0.0.0/8
Hello
I am new in iRule world
i want to block 10.0.0.0/8 with iRue, i prepared the below iRule, would you please check it for me.
Thank you
Mohammad
when HTTP_REQUEST {
if { ([IP::addr [IP::cl...
Simon_Blakely
Employee
Sep 07, 2017when HTTP_REQUEST {
if { ([IP::addr [IP::client_addr]/8 equals 10.0.0.0]) } {
drop
}
}
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