Forum Discussion
Techgeeeg_28888
Nimbostratus
Nov 07, 2017Limiting the no. of User Session for GUI Access
Dear Experts,
I have a requirement on the F5-LTM units where I have to limit the no. of sessions for the users who can access the Administrative WEB GUI. How can I achieve this.
Regards, ...
JRahm
Admin
Nov 07, 2017Strictly theoretically speaking...if you prevent 443 on mgmt interface and self IPs and force all connections to an clientssl-enabled vip with an iRule like...
when HTTP_REQUEST {
node 127.0.0.1 80
}
You could add logic to limit sessions. But that requires you open up management access on data paths which is a no-no in some security deployments.
The better more supported solution is to use the built-in tmsh command to do so:
modify sys httpd max-clients
where is the number of max-clients you desire (default: 10)
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
