Table of Contents

Mikrotik PPTP VPN

See also Mikrotik VPN Notes

http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP#Server_configuration

http://wiki.mikrotik.com/wiki/PPTP_Server_With_Profile

Enable PPTP Server

FIXME Needs updating for newer RouterOS, but still works.

Enable PPTP Server

PPP → Interface → PPTP Server → Enable

Create a Single User

PPP → Secrets

For Multiple Users

PPTP IP Address Pool

IP → Pool → Add

PPP → Profiles → Default-Encryption

PPP → PPTP Server → Secrets

Proxy-ARP

:!: 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 → YourLanBridge → General → ARP → Proxy-ARP

Firewall

PPTP VPN Firewall Rules

PPTP utilizes:

Accept PPTP in Mikrotik:

/ip firewall filter add chain=input action=accept protocol=tcp dst-port=1723 comment="PPTP VPN - 1723" place-before=0
/ip firewall filter add chain=input action=accept protocol=gre comment="PPTP VPN - GRE" place-before=0

Client Connection

See also Windows VPN Notes

Windows 8.1 PPTP Connection