Dual Access PPTP

Greetings everyone.

I bought a 951G-2Hnd few days ago. It’s my first MikroTik and this is awesome thing after D-Link Dir-655.

But, my ISP have crappy Dual Access PPTP connection.

According to sontrava’s topic (http://forum.mikrotik.com/t/dual-access-pptp-l2tp-on-the-mikrotik-it-is-very-sad/65710/1) i’m successfuly created connection and have internet working.

Settings:

  1. In DHCP Client - Default Distance = 20.
  2. /ip route rule add action=lookup dst-address=(VPN IP) table=mts_vpn
  3. /ip route add dst-address=(VPN IP) gateway=(GW from DHCP) routing-mark=mts_vpn distance=1
    Add Default Route in PPTP-client - enable.

Everything seems to be working. But once per hour or half-hour pptp connection drops with errors like:
pptp-out1:terminating -keepalives timed out
or -peer is not responding
and after that, pptp cant restore connection (pptp:terminating -not reachable) for about 2-4 minutes.

If i put cable straight to PC, everything works fine, so i think it’s wrong setting somewhere…
Although, 10-30% of sites i’m try to open is loading forever (theverge for exapmle)

I hope that community can help me.