Config Mikrotik R2: Difference between revisions
(pertama) |
No edit summary |
||
| Line 4: | Line 4: | ||
ganti nam dengan R2 | ganti nam dengan R2 | ||
[[File:Identity.png|left|thumb]] | [[File:Identity.png|left|thumb]] | ||
| Line 15: | Line 16: | ||
<code>Bridge - Klik tombol + Trus Klik Ok</code> | <code>Bridge - Klik tombol + Trus Klik Ok</code> | ||
[[File:Bidge Setting.png|left]] | [[File:Bidge Setting.png|left]] | ||
| Line 37: | Line 41: | ||
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 | ||
[[File:Port bridge .png|left|thumb]] | [[File:Port bridge .png|left|thumb]] | ||
| Line 68: | Line 73: | ||
Ulangi langkah diatas pada interface bridge dengan ip address 172.17.200.200.1/28 | Ulangi langkah diatas pada interface bridge dengan ip address 172.17.200.200.1/28 | ||
[[File:Ether bridge.png|left|thumb]] | [[File:Ether bridge.png|left|thumb]] | ||
| Line 109: | Line 115: | ||
<code>ip - firewal - tab NAT - add chain=srcnat - out-interface=ether1 - tab Action - action=masquerade</code> | <code>ip - firewal - tab NAT - add chain=srcnat - out-interface=ether1 - tab Action - action=masquerade</code> | ||
[[File:Nat.png|left|thumb]] | [[File:Nat.png|left|thumb]] | ||
| Line 127: | Line 134: | ||
<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> | ||
[[File:Route1.png|left|thumb]] | [[File:Route1.png|left|thumb]] | ||
Revision as of 02:14, 11 April 2026
Setting Identity
System - Identity
ganti nam dengan R2
Setting Bridge Interface
Bridge - Klik tombol + Trus Klik Ok
Kemudian tab pada menu port trus klik tombol +, Masukkan port ether2 dan ether3 pada Brdige
Setting ip address
ip-addess-add address 10.200.200.2/30 interface ether1
Ulangi langkah diatas pada interface bridge dengan ip address 172.17.200.200.1/28
Setting DNS server
ip - dns - server
masukkan dns 8.8.8.8 trus centang pada allow remote request
Setting DHCP Server
ip - dhcp-server - DHCP setup
server interface pilih bridge1 kemudian klik next trus dampek selesai
Setting NAT
ip - firewal - tab NAT - add chain=srcnat - out-interface=ether1 - tab Action - action=masquerade
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

