Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SSO Captive Portal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Faiz Maulana Habibi
SSO Captive Portal
Commits
54bf782b
Commit
54bf782b
authored
Jun 10, 2025
by
Faiz Maulana Habibi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update step
parent
908e6be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
README.md
README.md
+13
-2
No files found.
README.md
View file @
54bf782b
...
...
@@ -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`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment