TEKNIK KOMPUTER JARINGAN

Tampilkan postingan dengan label MIKROTIK. Tampilkan semua postingan
Tampilkan postingan dengan label MIKROTIK. Tampilkan semua postingan

Kamis, 12 Maret 2015

MIKROTIK



KONFIGURASI MIKROTIK OS MELALUI CONSOLE

MENGINSTALLASI MIKROTIK OS
§  Tekan huruf "A” untuk memilih semua software
§  Tekan huruf “I” untuk memulai instalasi
§  Tekan huruf “Y” untuk menyutujui pertanyaan “Do you want to keep old configuration?”
§  Tekan huruf “Y” lagi untuk melanjutkan ke proses selanjutnya.
§  Tekan enter untuk me-reboot atau merestart SO Mikrotik. Penginstallan selesai.
§  Isi mikrotik, login: admin
§  Untuk password kosongkan dengan langsung menekan enter.
KONFIGURAS MIKROTIK OS
1.      KONFIGURAS PASSWORD
Ø  system identity set name=lotus
Ø  password
-          old-password : (kosongkan)
-          new-password : 123
-          confrim-password : 123

2.      KONFIGURAS IP ADDRESS
Ø  interface   set ether1 name=server
Ø  interface   set ether2 name=client
Ø  ip   address  add  address=192.168.100.10/24  interface=server
Ø  ip   address  add  address=192.168.200.10/24  interface=client

3.       KONFIGURASI DHCP SERVER
Ø  ip  pool add name=client range=192.168.200.20-192.168.200.30
Ø  ip  dhcp-server add interface=client addrees-pool=client
Ø  ip  dhcp-server network add address=192.168.200.0/24 gateway=192.168.200.10
Ø  ip  dhcp-server enable 0

4.      KONFIGURASI ROUTER, DNS, DAN FIREWALL
Ø  ip route add gateway=192.168.100.1
Ø  ip dns set servers=192.168.100.1 allow-remote-request=yes
Ø  ip firewall nat add action=masqurade out-interface=server chain=srcnat

5.      IP PROXY DAN FIREWALL
Ø  ip proxy set enabled=yes cache-administrator=lotus@tkj.com max-cache-size=unlimited cache-on-disk=yes port=3128
Ø  ip firewall nat add action=redirect protocol=tcp chain=dstnat dst-port=80 to-port=3128

6.      MEMBLOKIR SITUS
Ø  Ip proxy access add dst-host=www.facebook.com action=deny

7.      PENGUJIAN
Ø  Buka aplikasi browser, masukan URL=www.facebook.com
Jika berhasil akan tampil “ERROR: FORBIDDEN”