For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Geethanjali_321's avatar
Geethanjali_321
Icon for Nimbostratus rankNimbostratus
Oct 25, 2012

IP address filtering rule does not work

Hi All, I wanted to create a rule to block all IP addresses except one IP address. So, I gave this rule: when CLIENT_ACCEPTED { if {! [IP::addr [IP::client_addr] equals x.x.x.x] } { } } ...