Forum Discussion

yue_zheng1's avatar
yue_zheng1
Icon for Altocumulus rankAltocumulus
Mar 14, 2024

How to lift the connection limit for a given IP address ?

help me 

 

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

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?