A Mikrotik script that let you automatically authenticate into KMITL network
- Mikrotik RouterOS v.7.13.2 ✅
- Login into Mikrotik and open new terminal
- Copy and Paste this script (If use terminal in winbox Don't use Ctrl-V, use right click and paste)
/tool fetch url=https://raw.githubusercontent.com/CE-HOUSE/Auto-Login-KMITL-Mikrotik/main/Auto-Login-KMITL.rsc;
/import file-name=Auto-Login-KMITL.rsc;
- If first time install, this script will ask for username and password in terminal. If it not or face the problem like this, try delete old scripts and scheduler (system > scripts, system > scheduler).
When you run this script. This script will create new scheduler for auto Auten.
You can view log for more info. Log from this script is start with Auto-Login
You can change config at System->Scripts and select scripts name AutoLogin-Config. You can not change Heartbeat interval, it will use value form authen server.
Name | Description |
---|---|
username |
Username to login (without @kmitl.ac.th) |
password |
Password to login |
ip |
Public IP |
-
Member in Network Laboratory for Auto Authen KMITL written in Python language (and some README.md)
-
@mayueeeee for KMITL-Auto-Authen written in Go language
-
@ouoam for KMITL-Auto-Authen-Mikrotik written in RSC