Forum Discussion
Greg_Wood_33904
Nimbostratus
Aug 07, 2008MSM iRule Customization
Has anyone worked with MSM (Message Security Module)? We seem to be at the mercy of the "Trusted Source" database and would like to whitelist a group of IP addresses for our customers that "Secure Computing" currently catagorizes as Malicious.
Is there any way to alter the MSM iRule to allow for a customizable whitelist of IPs that we consider to be safe, regardless of what Trusted Source reports?
- Nicolas_Menant
Employee
Hi,when CLIENT_ACCEPTED { if { [matchclass [IP::client_addr] equals $::white_list] } { log local0. "client: [IP::client_addr] found in white_list directed to http_test_pool" pool http_test_pool event disable all } elseif { [matchclass [IP::client_addr] equals $::black_list] } { log local0. " client: [IP::client_addr] found in black_list directed to http_test_pool_2" pool http_test_pool_2 or discard event disable all } }
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