Eine kleine Linksammlung. Wenn ich's wieder mal mache, kommt hier mein eigenes Howto hin.
- https://wiki.mikrotik.com/wiki/OpenVPN
- https://www.klehr.de/michael/openvpn-server-unter-mikrotik-routeros/
- https://openvpn.net/community-resources/how-to/#creating-configuration-f...
Easy-RSA installieren um Zertifikate zu erstellen
(Windows: https://community.openvpn.net/openvpn/wiki/Easy_Windows_Guide#Certificat... Linux: https://wiki.mikrotik.com/wiki/OpenVPN#Creating_Certificates_with_Easy-RSA)
Firewall anpassen nicht vergessen! (Chain input, protocol tcp, Dst Port 1194, Action: Accept)
PPP-Profile: Locale und Remote Address von Address-Pool; bridge: <your ethernet bridge>, Protocols - Use Encryption: required
OpenVPN Server, Mode:
- tun, RouterOS defines this as ip.
- tap, which is needed for bridge mode gateways. RouterOS defines this as ethernet.
- Blog von Peter Schmidt
- 3956 Aufrufe