User Tools

Site Tools


networking:router:mikrotik_vpn_pptp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:router:mikrotik_vpn_pptp [2017/07/05 09:22]
gcooper
networking:router:mikrotik_vpn_pptp [2018/06/25 10:45] (current)
gcooper
Line 1: Line 1:
 ====== Mikrotik PPTP VPN ====== ====== Mikrotik PPTP VPN ======
  
-FIXME Needs verification and completion+See also **[[networking:router:mikrotik_vpn|Mikrotik VPN Notes]]**
  
 http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP#Server_configuration http://wiki.mikrotik.com/wiki/Manual:Interface/PPTP#Server_configuration
Line 10: Line 10:
  
 ===== Enable PPTP Server ===== ===== Enable PPTP Server =====
 +
 +FIXME Needs updating for newer RouterOS, but still works.
  
 {{ :networking:router:mikrotik_vpn_pptp_1.png?255|Enable PPTP Server}} {{ :networking:router:mikrotik_vpn_pptp_1.png?255|Enable PPTP Server}}
Line 20: Line 22:
     * Encrypted     * Encrypted
  
-===== Create IP Pool for Multiple Users =====+===== Create a Single User ===== 
 + 
 +**PPP -> Secrets** 
 + 
 +  * **Name** 
 +    * Username 
 +  * **Password** 
 +  * **Service** 
 +    * ''pptp'' 
 +  * **Local Address** 
 +    * Same for all users 
 +    * Router's LAN address 
 +  * **Remote Address** 
 +    * Different for each user 
 +    * Outside of DHCP range 
 +  * **Profile** 
 +    * ''default-encryption'' 
 + 
 +===== For Multiple Users =====
  
 {{ :networking:router:mikrotik_vpn_pptp_2.png?255|PPTP IP Address Pool}} {{ :networking:router:mikrotik_vpn_pptp_2.png?255|PPTP IP Address Pool}}
Line 39: Line 59:
  
   * Specify profile (Default-Encryption)   * Specify profile (Default-Encryption)
- 
-===== Create Single Users ===== 
- 
-**PPP -> Secrets** 
- 
-  * **Name** 
-    * Username 
-  * **Password** 
-  * **Service** 
-    * ''pptp'' 
-  * **Local Address** 
-    * Same for all users 
-    * Router's LAN address 
-  * **Remote Address** 
-    * Different for each user 
-    * Outside of DHCP range 
-  * **Profile** 
-    * ''default-encryption'' 
  
 ===== Proxy-ARP ===== ===== Proxy-ARP =====
Line 66: Line 68:
 :!: If you use a **LAN bridge**, modify that. :!: If you use a **LAN bridge**, modify that.
  
-**Bridge -> Dbl click LAN Bridge -> General -> ARP -> Proxy-ARP**+**Bridge -> YourLanBridge -> General -> ARP -> Proxy-ARP**
  
 ===== Firewall ===== ===== Firewall =====
  
-**PPTP** uses:+{{ :networking:router:mikrotik_vpn_pptp_4.png?750 |PPTP VPN Firewall Rules}} 
 + 
 +**PPTP** utilizes:
  
   * TCP port 1723   * TCP port 1723
Line 76: Line 80:
  
 Accept PPTP in Mikrotik: Accept PPTP in Mikrotik:
- 
-:!: Needs testing for added comment= and place-before= options 
  
 <file> <file>
-/ip firewall filter add chain=input action=accept protocol=tcp dst-port=1723 comment="PPTP VPN port 1723" place-before=0 +/ip firewall filter add chain=input action=accept protocol=tcp dst-port=1723 comment="PPTP VPN 1723" place-before=0 
-/ip firewall filter add port chain=input action=accept protocol=gre comment="PPTP VPN gre" place-before=0+/ip firewall filter add chain=input action=accept protocol=gre comment="PPTP VPN - GRE" place-before=0
 </file> </file>
 +
 +===== Client Connection =====
 +
 +See also **[[networking:windows:windows_vpn|Windows VPN Notes]]**
 +
 +{{ :networking:router:mikrotik_vpn_pptp_5.png?300 |Windows 8.1 PPTP Connection}}
 +
 +
networking/router/mikrotik_vpn_pptp.1499268168.txt.gz · Last modified: 2017/07/05 09:22 by gcooper