This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik_vpn [2013/09/29 19:35] 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:// | + | See also **[[https:// |
- | Greg Sowell' | + | **Greg Sowell' |
- | Some user written examples: http:// | + | **Some user written examples**: http:// |
+ | |||
+ | **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 ' | ||
Supported VPN Technologies: | Supported VPN Technologies: | ||
+ | * **Wireguard** | ||
+ | * RouterOS v7 | ||
+ | * https:// | ||
+ | * https:// | ||
* **IPSec** | * **IPSec** | ||
- | * [[networking: | + | * [[networking: |
* **OpenVPN** | * **OpenVPN** | ||
* [[http:// | * [[http:// | ||
* **PPTP** | * **PPTP** | ||
+ | * [[networking: | ||
* ALL traffic passes through tunnel | * ALL traffic passes through tunnel | ||
* Easy - All Windows and most other platforms | * Easy - All Windows and most other platforms | ||
* Road Warrior | * Road Warrior | ||
- | * MTU 1460 | ||
* http:// | * http:// | ||
* http:// | * http:// | ||
Line 23: | Line 33: | ||
* **L2TP** | * **L2TP** | ||
* http:// | * http:// | ||
+ | * https:// | ||
* **EoIP** | * **EoIP** | ||
* Ethernet over IP | * Ethernet over IP | ||
Line 30: | Line 41: | ||
* http:// | * http:// | ||
* http:// | * http:// | ||
+ | * http:// | ||
+ | * **SSTP** | ||
+ | * TLS Encryption | ||
+ | * Port 443 | ||
+ | * PPP link over encrypted tunnel | ||
+ | * http:// | ||
+ | * **Howto**: https:// | ||