cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
547
Views
0
Helpful
2
Replies

VPN Client Disconnect error

damrut5763
Level 1
Level 1

Hello I have users connecting to a client and after about 10 mins of transferring data it disconnect. here is one error from the log:Phase 1 SA deleted cause by DEL_REASON_RESET_SADB

What is the cause of this disconnect

2 Replies 2

Not applicable

Actually time your sessions, if the disconnect occurs within a +-2mins time frame. They have a session limit set on the VPN or TS.

If the idle timeout is set to 30 minutes (default), it means that it drops the tunnel after 30 minutes of no traffic passes through it. The VPN client gets disconnected after 30 minutes regardless of the setting of idle timeout and encounters the PEER_DELETE-IKE_DELETE_UNSPECIFIED error.

Configure idle timeout and session timeout as none in order to make the tunnel always be up and so that the tunnel is never dropped.

Thanks!!!