Forum Discussion
Carl_20170911
Nimbostratus
Jan 18, 2020Restrict access to virtual server by IP address and client certificate authentication
I am currently implementing F5 LTM. I want to restrict access to virtual server by IP address and client certificate authentication. If the client's IP is not in the address list, then the cl...
Carl_20170911
Nimbostratus
Jan 21, 2020I have tried the following irule but not work.
when CLIENT_ACCEPTED {
set redir 0
if { ! [class match [IP::client_addr] eq EISAllow] } {
log local0. "Dropped connection: client IP [IP::client_addr] is blacklisted."
SSL::enable
set sslenable 0
set redir 1
SSL::profile Client_Cert_Auth_Policy
#drop
}
}
- boneyardJan 27, 2020
MVP
you would enable a profile with SSL client auth by default. not enable it in the iRule.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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