Tag Archive

Tutorial Mikrotik Versi Mas Yoyok

Published on September 6, 2009 By jokoblitar

// < ![CDATA[
// < ![CDATA[ google_ad_client = "pub-8125416953923865"; /* 468x60, created 12/25/08 */ google_ad_slot = "4614191515"; google_ad_width = 468; google_ad_height = 60;
// ]]>

Langkah-langkah berikut adalah dasar-dasar setup mikrotik yang dikonfigurasikan untuk jaringan
sederhana sebagai gateway server.
1. Langkah pertama adalah install Mikrotik RouterOS pada PC atau pasang DOM.

Setting Mikrotik Kompliet Antivirus, Blok spam, dll…. (komplit pakai telur deh)

Published on September 6, 2009 By jokoblitar

// < ![CDATA[
google_ad_client = "pub-8125416953923865";
/* 468x60, created 12/25/08 */
google_ad_slot = "4614191515";
google_ad_width = 468;
google_ad_height = 60;
// ]]>

* pilihlah paket – paket dibawah ini untuk install OS Microtik :
System, dhcp, Advance Tools, RouTing, Security, Web – Proxy.
* ganti nama system sesuai dengan selera anda :
[admin@microtik] > system identity set [...]

Versi Mas Yoyok : 14 langkah instalasi miktotik pakai speedy

Published on September 6, 2009 By jokoblitar

// < ![CDATA[
google_ad_client = "pub-8125416953923865";
/* 468x60, created 12/25/08 */
google_ad_slot = "4614191515";
google_ad_width = 468;
google_ad_height = 60;
// ]]>

Script berikut mungkin bisa untuk perbandingan dalam kita men-set Mikrotik :
/ip address add interface=ether1 address = 192.168.1.1 netmask= 255.255.255.0
/ip address add interface=ether2 address = 192.168.0.1 netmask= 255.255.255.0
/interface print
/inteface set 0 name=”Public”
/inteface set 1 name=”Lan”
/ip route add gateway=192.168.0.1
/ip dns set primary-dns=203.130.193.74 [...]