Difference between revisions of "PPTP configuration examples"

From Teltonika Networks Wiki
Line 28: Line 28:
 
----
 
----
 
First, lets configure the PPTP '''Server'''. As mentioned in the prerequisites section, the router that acts as the Server must have a Public Static or Public Dynamic IP address (more information on the subject can be found '''[[Private and Public IP Addresses|here]]'''). Other  
 
First, lets configure the PPTP '''Server'''. As mentioned in the prerequisites section, the router that acts as the Server must have a Public Static or Public Dynamic IP address (more information on the subject can be found '''[[Private and Public IP Addresses|here]]'''). Other  
 +
 +
Log in to the router's WebUI and go to '''Services → VPN → PPTP'''. Select '''Role: Server''', enter a name for the new instance and click the "Add" button:
 +
 +
[[File:Configuration examples pptp adding server.png]]
 +
----
 +
Click the "Edit" button located to the right of the newly created PPTP Server to enter the instance's settings window. The configuration is fairly simple, just remember to '''Enable''' the instance:
 +
 +
[[File:Configuration examples pptp server configuration.png]]
 +
 +
The rest of the parameters are user preferential so you should set them as you see fit. A short explanation on these parameters is provided below:
 +
 +
* '''Local IP''' defines the server's virtual IP address
 +
* '''Remote IP range''' parameters define the range of virtual IP addresses that will be assigned to connecting clients
 +
* '''User name''' and '''Password''' parameters define a client's authentication info
 +
* '''PPTP Client's IP''' option is used for assigning a specific virtual IP to a specific client. It is not mandatory and if lefty, the client will be assigned an IP address from the specified Remote IP range
 +
 +
Once you're done setting these parameters don't forget to click the '''Save''' button.
  
 
====Setting up a Proxy (optional)====
 
====Setting up a Proxy (optional)====
 
----
 
----
 +
  
 
===PPTP Client (RUT2)===
 
===PPTP Client (RUT2)===

Revision as of 11:32, 18 April 2018

Introduction

Point-to-Point Tunneling Protocol (PPTP) is Virtual Private Networks (VPN) protocol that uses a TCP control channel and a Generic Routing Encapsulation tunnel to encapsulate PPP packets.

This article provides an extensive configuration example of how to create a connection between a PPTP Server and Client, both of which configured on RUT routers.

Configuration overview and prerequisites

Before we begin, let's overview the configuration that we are attempting to achieve and the prerequisites that make it possible.

Prerequisites:

  • Two RUT routers of any type (excluding RUT850)
  • A SIM card with a Public Static or Public Dynamic IP address for the PPTP Server
  • An end device (PC, Laptop, Tablet, Smartphone) for configuring the routers

Configuration scheme:

Configuration examples pptp scheme.png

The configuration we are trying to achieve here is very basic, as indicated by the figure above. It concerns two RUT routers - RUT1 and RUT2. One functions as a PPTP Server, the other - a PPTP Client. They are connected into a virtual network via a PPTP Tunnel.

Router configuration

If you have familiarized yourself with the configuration scheme and have all of the devices in order, you can start configuring your routers using instructions provided in this section.

PPTP Server (RUT1)


First, lets configure the PPTP Server. As mentioned in the prerequisites section, the router that acts as the Server must have a Public Static or Public Dynamic IP address (more information on the subject can be found here). Other

Log in to the router's WebUI and go to Services → VPN → PPTP. Select Role: Server, enter a name for the new instance and click the "Add" button:

Configuration examples pptp adding server.png


Click the "Edit" button located to the right of the newly created PPTP Server to enter the instance's settings window. The configuration is fairly simple, just remember to Enable the instance:

Configuration examples pptp server configuration.png

The rest of the parameters are user preferential so you should set them as you see fit. A short explanation on these parameters is provided below:

  • Local IP defines the server's virtual IP address
  • Remote IP range parameters define the range of virtual IP addresses that will be assigned to connecting clients
  • User name and Password parameters define a client's authentication info
  • PPTP Client's IP option is used for assigning a specific virtual IP to a specific client. It is not mandatory and if lefty, the client will be assigned an IP address from the specified Remote IP range

Once you're done setting these parameters don't forget to click the Save button.

Setting up a Proxy (optional)



PPTP Client (RUT2)


Testing the set up