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
540b74ab
Commit
540b74ab
authored
Jun 10, 2025
by
Faiz Maulana Habibi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update report
parent
7ca31213
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
README.md
README.md
+19
-0
No files found.
README.md
View file @
540b74ab
## Setting Hostpot di MikroTik
### Langkah 1 : Konfigurasi IP LAN di MikroTik
`/ip address add address=192.168.88.1/24 interface=ether2`
<br>
Untuk memastikan LAN memiliki IP dan ini akan memjadi gateway dari client hotspot.
<br>
Untuk melihat dan memastikan bahwa ip sudah dibuat, gunakan perintah :
<br>
`/ip address print`
### Langkah 2 : Konfigurasi DNS di MikroTik
Pada langkah ini saya mengatur DNS akan diatur dari Mikrotik menggunakan perintah ini :
<br>
`/ip dns set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4`
<br>
Untuk melihat dan memastikan bahwa dns sudah dibuat, gunakan perintah :
<br>
`/ip dns 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