Just upgraded to 6.13 a couple of days ago and now I can't access sites using PPTP or OVPN (I use vpnbook to encrypt traffic etc).
I have tried all of the stuff I can find on google but the only thing I can see is wrong is no traffic returning over the VPN connection.
/interface pptp-client
add add-default-route=no allow=pap,chap,mschap1,mschap2 connect-to=us1.vpnbook.com dial-on-demand=no disabled=no
keepalive-timeout=disabled max-mru=1450 max-mtu=1450 mrru=disabled name="vpnbook - pptp" password="vpnbookcurrentpassword"
profile=default-encryption user=vpnbook
/ip firewall nat
add action=masquerade chain=srcnat out-interface="vpnbook - pptp"
/ip firewall mangle
add action=mark-routing chain=prerouting dst-address-list=VPN-Bypass new-routing-mark=VPN
/ip route
add distance=1 gateway="vpnbook - pptp" routing-mark=VPN scope=10 target-scope=30When I run a traceroute on the PPTP interface it just times out
tool traceroute interface="vpnbook - pptp" google.co.uk
ADDRESS LOSS SENT LAST AVG BEST WORST STD-DEV STATUS
1 100% 2 timeout
2 100% 2 timeout
3 100% 1 timeout
4 100% 1 timeout
5 100% 1 timeoutI can see the tx packets but no corresponding rx packets...
Any help would be really appreciated!