This is an old revision of the document!
Needs verification and completion
http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP#Server_configuration
http://wiki.mikrotik.com/wiki/PPTP_Server_With_Profile
IP → Pool → Add
PPP → Profiles → Default-Encryption
PPP → PPTP Server → Secrets
PPP → Secrets
pptp
default-encryption
Enable Proxy-ARP on the LAN interface for proper layer-2 address ARP resolution.
Interfaces → etherN → General → ARP → Proxy-ARP
If you use a LAN bridge, modify that.
Bridge → Dbl click LAN Bridge → General → ARP → Proxy-ARP
PPTP uses:
Accept PPTP in Mikrotik:
Needs testing for added comment= and place-before= options
/ip firewall filter add chain=input action=accept protocol=tcp dst-port=1723 comment="PPTP VPN port 1723" place-before=0 /ip firewall filter add port chain=input action=accept protocol=gre comment="PPTP VPN gre" place-before=0