http://strongvpn.com/setup_mikrotik_pptp.html
Hi man,I do follow the steps above, but I have Windows 7 in the VPN dial,ERROR:“error 806: The VPN connection between your computer and the VPN server could not be completed. The most common cause for this failure is that at least one Internet device (for example, a firewall or a router) between your computer and the VPN server is not configured to allow Generic Routing Encapsulation(GRE) protocol packets. If the problem persists. contact your network administrator or Internet Service Provider.”
and I add firewall filter
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/ip firewall filter
add action=accept chain=input disabled=no
add action=accept chain=input disabled=no protocol=tcp src-port=1723
add action=accept chain=input disabled=no protocol=udp src-port=1723
add action=accept chain=input disabled=no protocol=gre
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
OR
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/ip firewall filter
add action=accept chain=FORWARD disabled=no
add action=accept chain=FORWARD disabled=no protocol=tcp src-port=1723
add action=accept chain=FORWARD disabled=no protocol=udp src-port=1723
add action=accept chain=FORWARD disabled=no protocol=gre
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
same error
help me, please