- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Increase VPN Idle-timeout for particular users
Hello All,
I want disable vpn Idle-timeout for particular users ,the default time is 300 seconds, if i change idle-timeout it will effect for all users using VPN.
Note: I am using firmware 5.6.7
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's a setting directly under "config vpn ssl settings", not under authentication-rule or portal at least with 5.6. So you can't set a different value with a separate user group. Only option would be creating a different vdom and have another sslvpn instance with a different public IP to access to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I think this will work if you increase the session-ttl for the policy which is used by the vpn user
config firewall policy edit [Policy id]
set session-ttl 14400
or the ports used by vpn user for the application connectivity e.g., for oracle DB
config system session-ttl set default 300 config port edit 1521 set timeout 3600 next
Thanks
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Guys,
Thank you for reply ,and sorry for delay .
I will try your suggestions, then i will feedback.
Thanks
