0% found this document useful (0 votes)
19 views2 pages

Materi Mikrotik

The document provides step-by-step instructions for configuring two routers. Router 1 is configured with wireless security, IP addresses, NAT, bandwidth limiting, website blocking and static routing. Router 2 is configured with IP addresses, a gateway, DNS, wireless access point functionality, a hotspot with user profiles and users, and a static route.

Uploaded by

muhammad rifki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views2 pages

Materi Mikrotik

The document provides step-by-step instructions for configuring two routers. Router 1 is configured with wireless security, IP addresses, NAT, bandwidth limiting, website blocking and static routing. Router 2 is configured with IP addresses, a gateway, DNS, wireless access point functionality, a hotspot with user profiles and users, and a static route.

Uploaded by

muhammad rifki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Tahapan Konfigurasi Router 1

1. Menghubungkan Wlan 1 ke wifi UJIAN


a. Wireless -> Security Profile -> + -> name : password -> mode : dynamic ->
(centang) wpa2-PSK -> WPA2 pre-shared Key : (mikrotik2024) -> OK
b. Wireless -> klik Wlan1 -> klik centang -> double klik wlan1 -> klik scan ->
klik start -> klik (UJIAN) -> klik connect -> security-profile : password -> OK
c. IP -> DHCP-Client -> + -> interfaces :wlan1 -> OK
2. Membuat IP di ether2 dan ether4
a. IP -> address -> + -> addresses : 172.24.XX.1/24 -> interfaces : ether2 -> OK
b. IP -> address -> + -> addresses : 192.168.XX.1/24 -> intefaces : ether4 -> OK
3. Membuat NAT agar terhubung ke internet
a. IP -> firewall -> nat -> + -> chain : srcnat -> action : masquerade
4. Limitasi Bandwidth
a. Queue -> + -> name : PC -> target : ether2 -> max-limit upload : 1M -> max-
limit download : 2M -> OK
5. Blokir Situs
a. IP -> firewall -> Layer 7 protocol -> + -> name : detik -> regex : detik.com ->
OK
b. IP -> firewall -> filter rule -> + -> chain : forward -> in-interfaces : ether2 ->
layer7protocol : detik -> action : drop
6. Static Routing
a. IP -> routes -> + dst-address : 10.70.XX.0/24 -> gateway : 192.168.XX.2 ->
OK
Tahapan Konfigurasi Router 2
1. Membuat IP di ether4 dan Wlan1
a. IP -> address -> + -> addresses : 192.168.XX.2/24 -> intefaces : ether4 -> OK
b. IP -> address -> + -> addresses : 10.70.XX.1/24 -> interfaces : wlan1 -> OK
2. Membuat gateway
a. IP -> routes -> + -> gateway : 192.168.XX.1 -> OK
3. Membuat DNS
a. IP -> DNS -> servers : 8.8.8.8 -> allow-remote-request : yes -> OK
4. Mengkonfigurasi Wlan1 sebagai AP
a. Wireless -> Security -> + -> name : password -> mode : dynamic -> (centang)
WPA2-PSK -> WPA2-pre shared key : (password) -> OK
b. Wireless -> klik wlan1 -> klik centang -> double klik wlan1 -> mode : AP
bridge -> SSID : (nama kalian) -> security-profile : password -> OK
5. Membuat hotspot di interface wlan1
a. IP -> Hotspot -> hotspot setup -> interfaces : wlan1 -> next -> (muncul local
address) -> next -> (muncul address pool) -> next -> certificate : none -> next
-> (muncul SMTP server) -> next -> DNS Server : 8.8.8.8 -> next -> DNS
name : nama.login -> next -> user : admin password : admin -> next -> finish
6. Membuat user profile baru di hotspot
a. IP -> hotspot -> user profile -> + -> name : guru -> shared user : 1 -> rate-
limit -> 2M/3M -> (hilangkan centang) add MAC cookie -> OK
b. IP -> hotspot -> user profile -> + -> name : siswa -> shared user : 5 -> rate-
limit -> 1M/2M -> (hilangkan centang) add MAC cookie -> OK
7. Membuat user baru di hotspot
a. IP -> hotspot -> user -> + -> server : all -> name : heru -> password : ureh ->
profile : guru -> OK
b. IP -> hotspot -> user -> + -> server : all -> name : eko -> password : oke ->
profile : guru -> OK
c. IP -> hotspot -> user -> + -> server : all -> name : dipsi -> password : dipsi ->
profile : siswa -> OK
d. IP -> hotspot -> user -> + -> server : all -> name : lala -> password : lala ->
profile : siswa -> OK
8. Statik Router
a. IP -> routes -> + -> dst-address : 172.24.XX.0/24 -> gateway : 192.168.XX.1
-> OK

You might also like