Changes

no edit summary
Line 1: Line 1:  
==Introduction==
 
==Introduction==
   −
'''Point-to-Point Tunneling Protocol''' ('''PPTP''') is Virtual Private Network (VPN) protocol that uses a TCP control channel and a Generic Routing Encapsulation (GRE) tunnel to encapsulate PPP packets.
+
'''Point-to-Point Tunneling Protocol''' ('''PPTP''') is a Virtual Private Network (VPN) protocol that uses a TCP control channel and a Generic Routing Encapsulation (GRE) tunnel to encapsulate PPP packets.
   −
This article provides an extensive configuration example with details on how to create a connection between a PPTP Server and Client, both of which configured on RUT routers.
+
This article provides an extensive configuration example with details on how to create a connection between a PPTP Server and Client, both of which configured on RUTxxx routers.
    
==Configuration overview and prerequisites==
 
==Configuration overview and prerequisites==
Line 10: Line 10:     
'''Prerequisites''':
 
'''Prerequisites''':
* Two RUT routers of any type (excluding RUT850)
+
* Two RUTxxx routers of any type (excluding RUT850)
 
* A SIM card with a Public Static or Public Dynamic IP address for the PPTP Server
 
* 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
+
* An end device (PC, Laptop, Tablet, Smartphone) to configure the routers
    
----
 
----
Line 19: Line 19:  
[[File:Configuration examples pptp scheme.png]]
 
[[File: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.
+
As indicated by the figure above, the configuration we are trying to achieve here is very basic: it concerns two RUTxxx 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==
 
==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.
+
If you have familiarized yourself with the configuration scheme and have all of the devices in order, we can start configuring your routers using instructions provided in this section.
    
===PPTP Server (RUT1)===
 
===PPTP Server (RUT1)===
Line 31: Line 31:  
Login 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:
 
Login 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]]
+
[[File:Configuration examples pptp adding server v2.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:
 
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]]
+
[[File:Configuration examples pptp server configuration v2.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:
 
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:
Line 53: Line 53:  
If you plan on using the PPTP Server as a web proxy, you will need to edit one preexisting '''Zone Forwarding''' rule. In the router's WebUI, go to '''Network → Firewall → General Settings''', locate '''pptp''' in the Zone Forwarding table and click the "Edit" button next to it:
 
If you plan on using the PPTP Server as a web proxy, you will need to edit one preexisting '''Zone Forwarding''' rule. In the router's WebUI, go to '''Network → Firewall → General Settings''', locate '''pptp''' in the Zone Forwarding table and click the "Edit" button next to it:
   −
[[File:Configuration examples pptp proxy server side 1.png]]
+
[[File:Configuration examples pptp proxy server side 1 v2.png]]
    
----
 
----
 
After this you will be redirected to the PPTP Zone Settings page where you will need to place a check mark next to the '''wan''' destination zone:
 
After this you will be redirected to the PPTP Zone Settings page where you will need to place a check mark next to the '''wan''' destination zone:
   −
[[File:Configuration examples pptp proxy server side 2.png]]
+
[[File:Configuration examples pptp proxy server side 2 v2.png]]
    
After you save the changes your PPTP Server will now also act as a web proxy.
 
After you save the changes your PPTP Server will now also act as a web proxy.
Line 68: Line 68:  
Now let's configure the PPTP '''Client'''. Login to the router's WebUI and go to '''Services → VPN → PPTP'''. Select '''Role: Client''', enter a name for the new instance and click the "Add" button:
 
Now let's configure the PPTP '''Client'''. Login to the router's WebUI and go to '''Services → VPN → PPTP'''. Select '''Role: Client''', enter a name for the new instance and click the "Add" button:
   −
[[File:Configuration examples pptp adding client.png]]
+
[[File:Configuration examples pptp adding client v2.png]]
    
----
 
----
 
Click the "Edit" button located to the right of the newly created PPTP Client to enter the instance's settings window. In the settings window, '''Enable''' the PPTP instance, specify the server's '''Public (WAN) IP address''' and the '''client's authentication''' info as specified in the server's configuration:
 
Click the "Edit" button located to the right of the newly created PPTP Client to enter the instance's settings window. In the settings window, '''Enable''' the PPTP instance, specify the server's '''Public (WAN) IP address''' and the '''client's authentication''' info as specified in the server's configuration:
   −
[[File:Configuration examples pptp client configuration.png]]
+
[[File:Configuration examples pptp client configuration v2.png]]
    
Once this is done, don't forget to save the changes.
 
Once this is done, don't forget to save the changes.
Line 82: Line 82:  
If you plan on using the server as a web proxy, you should also enable the '''Use as default gateway''' option in the client's configuration:
 
If you plan on using the server as a web proxy, you should also enable the '''Use as default gateway''' option in the client's configuration:
   −
[[File:Configuration examples pptp proxy client side.png]]
+
[[File:Configuration examples pptp proxy client side v2.png]]
    
==Testing the set up==
 
==Testing the set up==