VPN- Remote Access - Problem

Hello all !
I am new to the Mikrotik and I have this Problem.
I am trying to make a Remote access VPN (a PC from the internet trying to connect to the Mikrotik and have access to the LAN infrastructure)

Kind stuck has as I cannot move on forward… Here is in summary what have I done:

  1. Enable PPTP Server on the Microtik and assign there the VPN profile
  2. In the IP FIrewall I have explicitly allowed my IP to accept all protocols
  3. The VPN profile is set, and the VPN pool also
  4. I have created in the Secret -a profile … username, password, VPN profile

When I connect to the Mikrotik with the written credentials I get these messages in the Log

pptp,info TCP connection established from
pptp,ppp,debug <1402>: LCP lowerup
pptp,ppp,debug <1402>: LCP open
pptp,ppp,debug <1402>: LCP timer
pptp,ppp,debug,packet <1402>: sent LCP ConfReq id=0x1
pptp,ppp,debug,packet <mru 1450>
pptp,ppp,debug,packet <magic 0x313ac64e>
pptp,ppp,debug,packet
pptp,ppp,debug,packet <mrru 1600>
pptp,ppp,debug <1402>: LCP timer
pptp,ppp,debug,packet <1402>: sent LCP ConfReq id=0x2
pptp,ppp,debug,packet <mru 1450>
pptp,ppp,debug,packet <magic 0x313ac64e>
pptp,ppp,debug,packet
pptp,ppp,debug,packet <mrru 1600>
pptp,ppp,debug <1402>: LCP timer
pptp,ppp,debug,packet <1402>: sent LCP ConfReq id=0x3
pptp,ppp,debug,packet <mru 1450>
pptp,ppp,debug,packet <magic 0x313ac64e>
pptp,ppp,debug,packet
pptp,ppp,debug,packet <mrru 1600>
pptp,ppp,debug <1402>: LCP timer

only the lcp confreq is incrementing …

When I enter wrong password the TCP is not established


Also we have there a RADIUS server … but from documentation I understand that the local database take precendece

https://wiki.mikrotik.com/wiki/Manual:RADIUS_Client
The RADIUS server database is consulted only if no matching user acces record is found in router’s local database.

Thank you in advance for any heads up

Kind regards Peter

Try to find in Torch, that gre protocol established. Maybe your ISP blocked it. PPTP after establishing tcp session, move all data in gre tunnel.