Commit 54bf782b authored by Faiz Maulana Habibi's avatar Faiz Maulana Habibi

update step

parent 908e6be7
......@@ -36,5 +36,16 @@ client => MikroTik (ether2 => ether1[NAT])
### Langkah 5 : Konfigurasi RADIUS di MikroTik (setelah hotspot dibuat)
Hubungkan hotspot ke Radius server dengan command ini: <br>
`/radius add service=hotspot address=192.168.88.10 secret=testing123`
**1. Tambahkan Radius Server** <br>
Hubungkan hotspot ke Radius server dengan command ini: <br>
`/radius add service=hotspot address=192.168.88.10 secret=testing123`
> [!NOTE]
> Pastikan `address=...` samakan dengan IP FreeRADIUS server yaitu `192.168.88.10` <br>
> Pastikan juga `secret=...` sama persis dengan `secret` yang ada di configurasi `/etc/freeradius/3.0/clients.conf` di FreeRADIUS server ubuntu.
**2. Aktifkan Penggunaan Radius Server di Profil Hotspot** <br>
`/ip hotspot profile set hsprof1 use-radius=yes` <br>
> [!NOTE]
> Jika tidak tau nama profile hotspot, bisa dilihat dengan command `/ip hotspot profile print`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment