Step by Step how to config a vpn server on mikrotik 5

Hi.
does anyone have any full tutorial about how to install and configure pptp, l2tp and sstp (with self signed ssl) on mikrotik v5 ?

Hi,
Try Mikrotik Wiki!!

i looked at this page:
http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP
but it’s not helpful
seems there is not a full tut around this thread.

SSTP http://wiki.mikrotik.com/wiki/Manual:Interface/SSTP
L2PT http://wiki.mikrotik.com/wiki/MikroTik_RouterOS_and_Windows_XP_IPSec/L2TP

You need more? you should have a certain plan for network you want to setup .

These are through Mikrotik’s Console .
I’m searching for tut using winbox without console.
Thanks.

There is no difference, just do step by step

/ interface l2tp-server server set enabled=yes

It says go to PPP and in interface tab, find L2PT button, enable it

/ ppp secret add name=12345 password=12345 profile=default-encryption \
  local-address=192.168.1.1 remote-address=192.168.1.2

It says go to PPP , In secret tab add user with this spec.

Just try that.

Thanks.
You mean if all of these mentioned steps will be done, then vpn server is configured successfully?
No need more steps and details? like setting gateway,…?

It depends on your Network. e.g if your clients use vpn to connect to internet, you need to add NAT rule(masquerade) because they have private IP address.

Yes.
Users connect to vpn server with dynamic ip addresses to access internet.
thanks for your help.