Skip to main content
CAD
New Member
December 30, 2018
Question

Increase VPN Idle-timeout for particular users

  • December 30, 2018
  • 1 reply
  • 12581 views

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 

    1 reply

    Toshi_Esumi
    SuperUser
    SuperUser
    December 31, 2018

    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.

    rohitchoudhary1978
    Visitor III
    January 1, 2019

    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

    CAD
    CADAuthor
    New Member
    January 9, 2019

    Hi Guys, 

     

    Thank you for reply ,and sorry for delay .

    I will try your suggestions, then i will feedback.

     

     

    Thanks