Forum Discussion
Getting an error on this iRule
rule anon_ip { when CLIENT_ACCEPTED { log local0. "-" TCP::collect 0 0 } when CLIENT_DATA { if { [TCP::payload] contains "anonymous" } { log local0. "-" log local0. [TCP::payload] log local0. [IP::local_addr] } TCP::release TCP::collect } }
- upatel209_95128
Nimbostratus
trying to find anonymous user
- Stanislas_Piro2
Cumulonimbus
What error?
Can you post the irule readable? Select the code and click on the 4th icon above the text field!
- upatel209_95128
Nimbostratus
rule anon_ip { when CLIENT_ACCEPTED { log local0. "-" TCP::collect 0 0 } when CLIENT_DATA { if { [TCP::payload] contains "anonymous" } { log local0. "-" log local0. [TCP::payload] log local0. [IP::local_addr] } TCP::release TCP::collect } }
text
Recent Discussions
Related Content
* 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