Config Mikrotik R2: Difference between revisions

From DAFA WIKI
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:


[[File:Bidge Setting.png]]
[[File:Bidge Setting.png]]
Kemudian tab pada menu '''port''' trus klik tombol '''+,'''  Masukkan port ether2 dan ether3 pada Brdige


Kemudian tab pada menu '''port''' trus klik tombol '''+,'''  Masukkan port ether2 dan ether3 pada Brdige
Kemudian tab pada menu '''port''' trus klik tombol '''+,'''  Masukkan port ether2 dan ether3 pada Brdige
Line 36: Line 37:
=== Setting NAT ===
=== Setting NAT ===
<code>ip - firewal - tab NAT - add - Tab General  chain=srcnat - out-interface=ether1 - tab Action - action=masquerade</code>
<code>ip - firewal - tab NAT - add - Tab General  chain=srcnat - out-interface=ether1 - tab Action - action=masquerade</code>
[[File:Nat.png|none|thumb]]
=== Setting Route ===
=== Setting Route ===
<code>ip - route - add - Dst-addres=0.0.0.0/0 - gateway=10.200.200.1</code>
<code>ip - route - add - Dst-addres=0.0.0.0/0 - gateway=10.200.200.1</code>
Line 42: Line 44:


<code>dst-address=172.16.200.0/29 - gateway=10.200.200.1</code>
<code>dst-address=172.16.200.0/29 - gateway=10.200.200.1</code>
[[File:Route1.png|none|thumb]]

Revision as of 09:09, 11 April 2026

Setting Identity

System - Identity

ganti nam dengan R2

Identity.png

Setting Bridge Interface

Bridge - Klik tombol + Trus Klik Ok

Bidge Setting.png Kemudian tab pada menu port trus klik tombol +, Masukkan port ether2 dan ether3 pada Brdige

Kemudian tab pada menu port trus klik tombol +, Masukkan port ether2 dan ether3 pada Brdige

Port bridge .png

Setting ip address

ip-addess-add

address=10.200.200.2/30 - interface=ether1

address=172.17.200.1/28 - interface=bridge1

Address ether 1.png


Ether bridge.png

Setting DNS server

ip - dns - server = 8.8.8.8 - centang allow-remote-request

Dns server.png

Setting DHCP Server

ip - dhcp-server - DHCP setup

server interface pilih bridge1 kemudian klik next trus dampek selesai

DHCP server.png

Setting NAT

ip - firewal - tab NAT - add - Tab General chain=srcnat - out-interface=ether1 - tab Action - action=masquerade

Nat.png

Setting Route

ip - route - add - Dst-addres=0.0.0.0/0 - gateway=10.200.200.1

trus add route lagi

dst-address=172.16.200.0/29 - gateway=10.200.200.1

Route1.png