// < ![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.
// < ![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 [...]
// < ![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 [...]