Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignatiosdev/mikrotik-sstp-vpn-configurator
Script to automate the setup of SSTP VPN on your MikroTik router. It takes care of everything from Dynamic DNS (DDNS) to SSL certificates, IP pools, VPN profiles, firewall rules, and VPN user creation. Enjoy a hassle-free and secure VPN setup process.
https://github.com/ignatiosdev/mikrotik-sstp-vpn-configurator
Last synced: about 1 month ago
JSON representation
Script to automate the setup of SSTP VPN on your MikroTik router. It takes care of everything from Dynamic DNS (DDNS) to SSL certificates, IP pools, VPN profiles, firewall rules, and VPN user creation. Enjoy a hassle-free and secure VPN setup process.
- Host: GitHub
- URL: https://github.com/ignatiosdev/mikrotik-sstp-vpn-configurator
- Owner: ignatiosdev
- License: mit
- Created: 2024-06-12T00:52:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T14:24:04.000Z (7 months ago)
- Last Synced: 2024-09-11T04:15:41.520Z (4 months ago)
- Language: RouterOS Script
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MikroTik SSTP VPN Configurator
## Overview
This script automates the configuration of SSTP (Secure Socket Tunneling Protocol) VPN on MikroTik RouterOS devices. SSTP VPN provides a secure encrypted connection for remote access to your network, making it ideal for remote workers or secure communication between branch offices.
## Usage
To configure the SSTP VPN on your MikroTik device, simply copy and paste the following command into the Winbox terminal:
```plaintext
/tool fetch url="https://raw.githubusercontent.com/cattalurdai/MikroTik-SSTP-VPN-Configurator/main/configurator.rsc" mode=http dst-path=configurator.rsc; /import file-name=configurator.rsc;
```You will then be prompted to enter the necessary network parameters, VPN login credentials, and certificate details to complete the configuration process.
## Contributions
Contributions, bug reports, and feature requests are welcome! Feel free to fork the repository, make improvements, and submit pull requests.
## Acknowledgements
- This script was created by Cattalurdai.
- Inspired by the need for a simple and secure way to configure SSTP VPN on MikroTik routers.