Create PPTP server with profiles
In this article i will be setting up a Point-to-Point Tunneling Protocol (PPTP) Server with dif ferent 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. 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. Now we will create a PPTP Server. Goto PPP then press PPTP Server, a new small window will popup, and select Enabled and just press OK. Now we will create a profile that will be used by different users. Goto the main PPP window, goto Profiles tab, here you will see two profiles by default, dont do any thing to these de...