Setelah melakukan konfigurasi Hotspot Mikrotik (Part 1), silahkan melanjutkan ke bagian 2 (Part 2) Menambahkan User dan User Profil.
1. Membuat User Profil (Guru dan siswa)
> ip hotspot user profile add name= guru rate-limit = 1m/1m
> ip hotspot user profile add name= siswa rate-limit = 256k/256k
> ip hotspot user profile add name= guru rate-limit = 1m/1m
> ip hotspot user profile add name= siswa rate-limit = 256k/256k
2. Membuat user baru pada masing-masing profil
> ip hotspot user add name= nama_guru1 password= 123 profile=guru
> ip hotspot user add name= nama_guru2 password= 456 profile=guru
> ip hotspot user add name= nama_siswa1 password= 123 profile=siswa
> ip hotspot user add name= nama_siswa2 password= 123 profile=siswa
3. Konfigurasi Lanjutan Hotspot
> ip hotspot profile set numbers=hsprof1 login-by=http-chap,http-pap,https
> ip hotspot user profile set guru add-mac-cookie=no
> ip hotspot user profile set siswa add-mac-cookie=no
4. Membatasi waktu peminjaman IP Anddress
> ip dhcp-server set dhcp1 lease-time=00:01:00