Mikrotik Tools

WIFI.ID WMS AND SEAMLESS

AUTO LOGIN SCRIPT GENERATOR FOR MIKROTIK

Configuration

MikroTik Script Output

#####################################################################
# Wifi.id WMS and Seamless Auto Login Script Generator
# Date/Time:
# Created By: Mua.lat - mikrotik.mua.lat
# Type: SEAMLESS WIFI.ID
#####################################################################

/interface wireless set [ find default-name=wlan1 ] comment="WiFi.id Generator by Mua.lat"
/ip firewall nat add chain=srcnat out-interface="wlan1" action=masquerade comment="WiFi.id Generator by Mua.lat"
/ip dhcp-client
add default-route-distance=1 comment="WiFi.id Generator by Mua.lat" disabled=no interface="wlan1"
/interface wireless security-profiles
add comment="WiFi.id Generator by Mua.lat" authentication-types=wpa-eap,wpa2-eap eap-methods=peap mode=dynamic-keys \
mschapv2-password="[password]" mschapv2-username="[username]" radius-mac-accounting=yes radius-mac-authentication=yes \
supplicant-identity="[username]" name="Seamless.wifi.id" tls-mode=dont-verify-certificate
/interface wireless
set [ find default-name="wlan1" ] disabled=no name="wlan1" security-profile="Seamless.wifi.id" wireless-protocol=802.11
# TUTORIAL
1

Set up your Wireless Interface (WLAN) to connect to the SSID of WMS or Seamless.

2

Enter your credentials. For WMS, find makeId in the login page URL or source code.

3

Click Copy Script and paste it directly into your MikroTik Winbox/SSH terminal.

4

Success! Verify connectivity. Tutorial