How to block users from logging in VPN during non-working hours
book
Article ID: CTX463402
calendar_today
Updated On:
Description
This article address a configuration sample to block users from logging in VPN during non-working hours
Instructions
To block users from logging in to VPN during non-working hours, please follow the below steps:
Run the following commands from the command line interface of the appliance to create Responder action and policy:
add responder policy timelimit_pol "AAA.USER.IS_MEMBER_OF(\"ADCUser\")&&(SYS.TIME.WITHIN(LOCAL 9h,LOCAL 18h).NOT||SYS.TIME.WITHIN(LOCAL Mon,LOCAL Fri).NOT)" RESET
bind vpn vserver vpn_10.x.x.x -policy timelimit_pol -priority 100 -gotoPriorityExpression END -type REQUEST
Was this article helpful?
thumb_up
Yes
thumb_down
No