-masukan cd mikrotik
-setelah ada tampilan text, tekan A untuk memilih semua pilihan
kemudian tekan I untuk instal semua paket
-setelah itu muncul confirmasi:- Do you want to keep old configuration ? [y/n]" , jika kita ingin menyimpan setting-an awal pilih "yes"
jika kita ingin membuat settinga-an baru tekan "N"
-kemudian "continue?" tekan "Y"
-tunggu beberapa saat
-kemudian tekan enter setelah proses installasi selesai untuk me-reboot system.
-kemudian akan muncul setelah restrart konfirmasi untuk check disk, "Y" untuk melakukannya dan "N" untuk skip.
-lalu masukan nama login defaultnya =admin dan passwdnya kosongkan, lalu klik enter.
-tekan" y" untuk lisensi,
-selesailah proses installasi mikrotik tersebut.
Basic Command
Command Action
command [Enter] Executes the command
[?] Shows the list of all available commands
command [?] Displays help on the command and the list of arguments
command argument [?] Displays help on the command’s argument
[Tab] Completes the command/word. If the input is ambiguous,
a second [Tab] gives possible options
/ Moves up to the base level
/command Executes the base level command
.. Moves up one level
List of commands
Commands
certificate import log ppp redo Special- login
driver interface password queue routing system
ip ping quit setup tool file
isdn-channels user export port radius snmp
undo
Modul 3
Setting IP Address, Gateway & Name server
1. IP Address
Bentuk perintah konfigurasi
ip address add address={ ip address / netmask }
interface={ nama interface, ether1 atau ether2 bila ada 2 network
card }
Contoh konfigurasi :
Perintah ip address print adalah untuk melihat hasil dari konfigurasi.
2. Gateway
Bentuk perintah konfigurasi :
ip route add gateway={ ip gateway }
Contoh konfigurasi :
Perintah ip route print adalah untuk melihat routing table.
3. Name Server
Bentuk perintah konfigurasi :
ip dns set primary-dns={ dns utama }
seconday-dns={ dns ke dua }
Contoh konfigurasi :
Perintah ip dns print adalah untuk melihat hasil dari konfigurasi dns.