Jay Taylor's notes
back to listing indexPPTP Server With Profile - MikroTik Wiki
[web search]
Original source (wiki.mikrotik.com)
Clipped on: 2015-02-24
PPTP Server With Profile
Jump to: navigation, search
PPTP server with profiles
Assalam-O-Alaikum.
In this article i will be setting up a Point-to-Point Tunneling Protocol (PPTP) Server with different profiles.
First we will configure interface that is connected to WAN.
/ ip address add address=10.0.0.2/24 network=10.0.0.0 broadcast=10.0.0.255 interface=ether1
Now we will configure second interface for our Local Network.
/ ip address add address=192.168.112.1/24 network=192.168.112.0 broadcast=192.168.112.255 interface=ether2
Now we will configure PPTP through Winbox, download Winbox from http://demo.mt.lv/winbox/winbox.exe
Now goto IP > Pool. Press the PLUS sign in RED, then create a IP Address Pool that will be used by the PPTP to give out IP and Press OK. It should look something like this.