Forum Discussion
No RepliesBe the first to reply
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?