Skip to main content

How to Setup VPN PPTP Server in Mikrotik Router? (Tutorial)

PPTP Server is using for VPN. Its so easy to configure pptp server in Mikrotik.

Now we can see how easily configure pptp server in Mikrotik router.

Lets see the below diagram.


Login to the Mikrotik Router via Winbox and click IP then Pool:



Click on the “+ Symbol” to add new pool, Name will be whatever you want like I named it VPN_Pool_20 add the address range (192.168.20.2-192.168.20.30, in my case), then click OK.



Now go to the PPP Section and Click “PPTP Server” and check the Enabled:




Now on the PPP page, switch to the “Profiles” tab. Click on the + sign to create new profile, Name will be whatever you like (like I use VPN-POOL), set the pool that we have created earlier for “Local Address” AND “Remote address“, then click OK.



Now click on  the “Secrets” tab of the PPP window. Click on the + sign to create new user, add the name(which act as username), password and service may be any or pptp and profile that we have created in the previous step.



PPTP Client Setup on Remote User laptop Windows 10:

From  “Control Panel“, select the  “Network and Sharing Center” and then choose “Set up a new connection or network


On the next window, choose “Connect to a workplace“ then click Next




Then select "No,create a new connection".then click Next.



Choose “Use my Internet Connection (VPN)” from the next window.

Select the server address.here you can use your Mikrotik public IP. Destination Name will be whatever you want.then click on Create.then PPTP client will be create.



Now we can see a VPN Connection client will be create.when we will Conncet this its request  username and password.after giving proper username and password then it will connect.



then




Finally



Lets check Mikrotik log, Click Log in Mikrotik,we will see pptp log will generate in Mikrotik.



I think this tutorial can help you to gain your Mikrotik knowledge and as well as windows pptp client configuration.

Thanks.

Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. Great but how do I don't want to access a local LAN. I want a standalone Mikrotik Router connected to a Public IP in Location "A". A single remote user connects to the Mikrotik router at location "A" by VPN to the router. The VPN server is the Mikrotik router. The connected client (by VPN) then is allowed to browse internet from remote location as if he is at location "A". This is a temporary solution to allow user at the remote location to browse internet as if he is at location "A". How do I setup my Mikrotik RB960 to do this for the one (1) client which will have been shared access name and password?

    ReplyDelete
    Replies
    1. Sorry, that should have read: Great, but I don't want to access local LAN.............

      Delete
  3. Thanks for taking the time to discuss this, I feel strongly that love and read more on this topic. If possible, such as gain knowledge, would you mind updating your blog with additional information? It is very useful for me. ExpressVPN Deals

    ReplyDelete
  4. The Internet was designed to offer users freedom to access vast information. Unfortunately, to the unwary, this freedom can be compromised or restricted. Internet users can overcome these rights from being compromised with a Virtual Private Network (VPN). dark web links

    ReplyDelete
  5. What can a U.S. VPN allow you to do? Unlock online freedom. deep web

    ReplyDelete
  6. Thanks for sharing!

    ReplyDelete

Post a Comment

Popular posts from this blog

How to Setup DHCP Server and IP Pool in Mikrotik Devices

DHCP( Dynamic Host Configuration Protocol),basically a network management protocol used to dynamically assign ip address to any network device. We will try to configure DHCP server in Mikrotik router in this tutorial. Consider following diagram we can see LAN gateway configure on ether1 interface.we will setup DHCP server for LAN 192.168.0.0/24. First, we have login Mikrotik with admin privilege.click IP tab and then click pool to create ip pool for dhcp server. In IP Pool window,click on Pools,  then click + symbol and then mention a pool name in Name here we use Local_Pool then mention range of ip address, we use 192.168.0.2-192.168.0.254  then click OK . But you can create ip range as you like and create multiple pool.Here Next pool is selected none but you can select another created pool in Next Pool if more ip requirements over existing pool. Then Local_Pool will create. Now click IP then click  DHCP Server to create ...

How to block Facebook, Youtube, any webpage and apps from Mikrotik effectively

 Steps 1: First of all we create a address list of local ip lan in IP Firewall Address List in Mikrotik Firewall or Router. Step 2: Then we can create a Firewall Raw rule for domain  .facebook.com  which can create a dynamic IP address list which can make a ip list for Facebook. here we have uses list name IP-Facebook. Similar way, we can use address list IP-Facebook in all raw rule for .facebook.net, .fbcdn.net, .fbsbx.com, .fb.com, .fb.gg, .messenger.com. Now we can create a Firewall raw rule for domain .facebook.com. First here, we can select chain prerouting in general tab. Then, in Raw advance tab, select IP-LAN address list which we have create earlier in src and dst address list as like as screenshot and select not ! sign in dst. address list. And in content option write .facebook.com similarly for .facebook.net, .fbcdn.net, .fbsbx.com, .fb.com, .fb.gg, .messenger.com. Then in action tab, we can select add dst to address list and in Address list we can ...