Forum Discussion
Bastien_124165
Nimbostratus
Oct 27, 2016iRule to blocked established connection
I have an iRule to blocked range of IP, but it's using the event CLIENT_ACCEPTED.
I'm trying to do the same against established connections, eg. I want to block an attack from an IP.
I've seen t...
cjunior
Nacreous
Oct 27, 2016Hi,
I think that in the link shared is missing TCP::collect within CLIENT_ACCEPTED event. So, as a first shot, I think you may try to put the statement. e.g.
when CLIENT_ACCEPTED {
log local0. "\[class get blacklist\]=[class get blacklist]"
TCP::collect
}
I hope it helps.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects