Forum Discussion

yue_zheng1's avatar
yue_zheng1
Icon for Altocumulus rankAltocumulus
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