Hi, @tgoschuetz
Thanks for posting in our business forum.
IPsec is most commonly deployed for site-to-site VPN connections, and it natively supports the Dead Peer Detection (DPD) function.
When DPD is enabled, if a gateway detects no data traffic passing through the tunnel for a predefined period of time, it will mark the tunnel as interrupted, release the occupied resources, and prepare for reconnection. This mechanism prevents the common issue where one end of the tunnel has gone offline while the other keeps the invalid tunnel active, which would block a new valid connection from being established successfully.
By comparison, neither L2TP nor PPTP natively includes this automatic tunnel cleanup function. Omada Gateways have rolled out the optimization for L2TP VPN: when an L2TP client disconnects unexpectedly, the corresponding server-side tunnel will not retain resources for an extended period, allowing the client to quickly re-establish a new connection.
Note: L2TP and PPTP connections are always initiated from the client side. The optimization on Omada Gateways only enables the server to accept new connection requests from clients in a timely manner — the server will not actively initiate tunnel reconnection if the client disconnects unexpectedly.