Firewall rule to accept VPN connections from outside

Hi to all,

I just have installed VPN connect (VPN server) on my Mikrotik 3.10. From the local network the connection is working very good.
From the Internet (Outside do not work) probably because I have to setup the firewall rules on Mikrotik to accept requests from my adsl modem.
I have made the port forwarding for ports 1723 and 1460 to mikrotik ip, on my adsl modem.

Can any body help on setting these firewall rules?

Thank you in advance.
Costas

I don’t know what you are doing with port 1460, but since you mentioned port 1723 I assume you are using PPTP. If so, then you need to also forward GRE protocol through from your DSL modem. Try disabling all drops (or the final drop) on the input chain and get to a working case first, then lock down.

Thank you, I will try and inform.