Mikrotik: Router Sederhana

From OnnoWiki
Revision as of 05:11, 27 March 2020 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Topologi di GNS3

Screenshot from 2020-03-27 05-05-50.png

Konfigurasi Mikrotik

/ip dhcp-client print
/ip dhcp-client add interface=ether1 disable=no


/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ethe...dst
/ip address add interface=bridge1 address=192.168.100.1/24
/ip route add gateway=bridge1
/ip dns set servers=8.8.8.8
/ip dns set allow-remote-request=yes
/ip dhcp-server setup
/ip dhcp-server enable
/ip dhcp-server print
/ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade
/ip firewall nat print




Pranala Menarik