Hi
I have a problem with vpn client(mikrotik ) disconnecting from vpn server
Same issue as http://forum.mikrotik.com/t/pptp-keeps-disconnecting/48470/1
I got: terminating… keepalives timed out disconnected pptp-out1: initializing…

Mikrotik router is client and other side i have a VPN server.
The configuration used to work well until few weeks ago i got issues.
Here the configuration of the mikrotik router:
Latest firmware: 6.44.3
[admin@MikroTik] > /ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 S 0.0.0.0/0 pptp-out1 1
1 A S 0.0.0.0/0 192.168.8.1 1
2 ADC 10.15.2.0/24 10.15.2.1 ether5 0
3 ADC 192.168.8.0/24 192.168.8.2 ether1 0
4 ADC 192.168.88.0/24 192.168.88.1 bridge 0
[admin@MikroTik] > /ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 S 0.0.0.0/0 pptp-out1 1
1 A S 0.0.0.0/0 192.168.8.1 1
2 ADC 10.15.2.0/24 10.15.2.1 ether5 0
3 ADC 192.168.8.0/24 192.168.8.2 ether1 0
4 ADC 192.168.88.0/24 192.168.88.1 bridge 0
[admin@MikroTik] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; defconf: masquerade
chain=srcnat action=masquerade out-interface=ether1
1 chain=dstnat action=dst-nat to-addresses=10.15.2.3 to-ports=465 protocol=tcp
in-interface=ether1 dst-port=12026
2 chain=dstnat action=dst-nat to-addresses=10.15.2.3 to-ports=2195 protocol=tcp
in-interface=ether1 dst-port=2195
3 I ;;; pptp-out1 not ready
chain=srcnat action=masquerade out-interface=pptp-out1 log=no log-prefix=“”
when ok:
→ 3 chain=srcnat action=masquerade out-interface=pptp-out1 log=no log-prefix=“”
[admin@MikroTik] > /interface pptp-client print
Flags: X - disabled, R - running
0 name=“pptp-out1” max-mtu=1490 max-mru=1490 mrru=disabled connect-to=W.X.Y.Z
user=“XXXX” password=“YYYY” profile=default-encryption
keepalive-timeout=60 add-default-route=yes default-route-distance=1
dial-on-demand=no allow=mschap1,mschap2
During the disconnection, i was able to ping the vpn server public address
Any idea where does the error come from ?
How to troubleshoot that ?
Regards

