User Tools

Site Tools


networking:router:mikrotik_vpn

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 [2013/09/29 19:36]
gcooper
networking:router:mikrotik_vpn [2023/06/26 14:48] (current)
gcooper
Line 1: Line 1:
 ====== Mikrotik VPN Notes ====== ====== Mikrotik VPN Notes ======
  
-See also **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=mikrotik|other Mikrotik pages in this wiki]]**+See also **[[https://virtualarchitects.com/wiki/doku.php?do=search&id=mikrotik|other Mikrotik pages in this wiki]]**
  
-Greg Sowell's VPN Training Video: http://gregsowell.com/?p=1290+**Greg Sowell's VPN Training Video**: http://gregsowell.com/?p=1290
  
-Some user written examples: http://wiki.mikrotik.com/wiki/Tunnels+**Some user written examples**: http://wiki.mikrotik.com/wiki/Tunnels 
 + 
 +**Certificates**: http://wiki.mikrotik.com/wiki/Manual:Create_Certificates 
 + 
 +:!: VPNs will ideally run over UDP.  Running a connection-oriented VPN protocol over the top of connection-oriented TCP is less than ideal and resultant VPNs will always be slower than if run over UDP. 
 + 
 +:!: The Mikrotik OpenVPN implementation does not support UDP.  Many consider it 'broken'.
  
 Supported VPN Technologies: Supported VPN Technologies:
  
 +  * **Wireguard**
 +    * RouterOS v7
 +    * https://www.wireguard.com/
 +    * https://www.youtube.com/watch?v=P6f8Qc4EItc
   * **IPSec**   * **IPSec**
-    * [[networking:router:mikrotik_vpn_s2s_static|Site to Site (Static IPs)]]+    * [[networking:router:mikrotik_vpn_ipsec|Site to Site]]
   * **OpenVPN**   * **OpenVPN**
     * [[http://wiki.mikrotik.com/wiki/OpenVPN|From the wiki]]     * [[http://wiki.mikrotik.com/wiki/OpenVPN|From the wiki]]
   * **PPTP**   * **PPTP**
 +    * [[networking:router:mikrotik_vpn_pptp|PPTP VPN]]
     * ALL traffic passes through tunnel     * ALL traffic passes through tunnel
     * Easy - All Windows and most other platforms     * Easy - All Windows and most other platforms
Line 22: Line 33:
   * **L2TP**   * **L2TP**
     * http://gregsowell.com/?p=4389     * http://gregsowell.com/?p=4389
 +    * https://www.youtube.com/watch?v=tpgEqzwj_OQ
   * **EoIP**   * **EoIP**
     * Ethernet over IP     * Ethernet over IP
Line 29: Line 41:
     * http://www.lockergnome.com/it/2011/08/30/eoip-ethernet-over-ip-2/     * http://www.lockergnome.com/it/2011/08/30/eoip-ethernet-over-ip-2/
     * http://www.youtube.com/watch?v=Sj8I7J3J0Ek     * http://www.youtube.com/watch?v=Sj8I7J3J0Ek
 +    * http://jhenry6.blogspot.com/2013/03/transparent-lan-services-with-eoip-and.html
 +  * **SSTP**
 +    * TLS Encryption
 +    * Port 443
 +    * PPP link over encrypted tunnel
 +    * http://wiki.mikrotik.com/wiki/Manual:Interface/SSTP
 +    * **Howto**: https://www.dr0u.com/mikrotik-setup-sstp-server-for-windows-10-client/
  
networking/router/mikrotik_vpn.1380504973.txt.gz · Last modified: 2013/09/29 19:36 by gcooper