VPN REMOTE MIKROTIK GENERATOR
SSTP • L2TP • PPTP • OVPN
Generated Script Result
###################################################################
# VPN Remote SSTP - L2TP - PPTP - OVPN Mikrotik Generator
# Created By: Mua.lat - mikrotik.mua.lat
# VPN Protocol -> sstp
###################################################################
/interface sstp-client
add connect-to="x.x.x.x" \ disabled=no \
name="VPN-REMOTE" \
user="xxxxxx" \
password="xxxxxx" \
comment="VPN Remote by Mua.lat"
Tip: Copy and paste the script above into your MikroTik Terminal.