Forum Discussion

Forrest-Z's avatar
Forrest-Z
Icon for Cirrus rankCirrus
Mar 13, 2024

Specify the address mismatch connection restriction function, if implemented.

Specify the address mismatch connection restriction function, if implemented.

 

 

---------------------

when CLIENT_ACCEPTED {
if {[IP::addr [IP::client_addr] equals 10.3.125.142 ] } {
       TCP::limxmit disable 
       log local0. "#######limit disable action "
    } 
}

----------------------------

This script doesn't work, is there another way?

No RepliesBe the first to reply