I’ve got a RB2011UiAS running 6.19 code with L2TP/IPsec VPN access. Clients(OS X) can connect fine, but active VPN sessions disconnect after 45-60 minutes. The only error I’m seeing before the connections die is. “ipsec,error failed to begin ipsec sa negotiation”
/ip ipsec policy print
Flags: T - template, X - disabled, D - dynamic, I - inactive, * - default
0 T * group=group1 src-address=0.0.0.0/0 dst-address=0.0.0.0/0 protocol=all proposal=default template=yes
/ip ipsec peer print
Flags: X - disabled, D - dynamic
0 address=0.0.0.0/0 local-address=0.0.0.0 passive=no port=500 auth-method=pre-shared-key secret="password"
generate-policy=port-override exchange-mode=main-l2tp send-initial-contact=no nat-traversal=yes hash-algorithm=sha1
enc-algorithm=3des dh-group=modp1024 lifetime=1d dpd-interval=2m dpd-maximum-failures=5
/ip ipsec proposal print
Flags: X - disabled, * - default
0 * name="default" auth-algorithms=sha1 enc-algorithms=3des lifetime=1d pfs-group=modp1024
Windows 7 will stay connected solid with 5.x and 6.x ROS code, no problems. OS X works great up until ROS 6.11 then I’ve started experiencing the 48 minute timeout/disconnect.
What changed with IPsec between ROS 6.10 and 6.11?