PEMBAHASAN PAKET 2 UKK TKJ 2014 SOAL TUG

  

PEMBAHASAN PAKET 2 UKK TKJ 2014

SOAL/TUGAS

  Buatlah rancang bangun sebuah Server yang berfungsi sebagai Server Router, pengatur bandwith, block website dan hotspot jaringan dengan berbasis text , konfigurasi sebagai berikut :

  Konfigurasi Modem/WAN= 10.10.10.x

  1. IP Internet = Sesuai dengan Network yang diberikan ISP

   = 192.168.50.1/27

  2. IP

  3. Blocking Site = www.youtube.com , www.facebook.com

  4. Gateway = 10.10.10.1

  Konfigurasi Router

  5. Sistem Operasi = OS Linux Mikrotik

  6. NAT = Yes

  7. Limit Bandwidth 1 = 256KBps

  8. Limit Bandwidth 2 = 512 KBps

  9. IP Hotspot = 10.10.10.1/24

  10. Hotspot = 25 users Konfigurasi Client

  11. IP Wifi = DHCP Server Mikrotik Internet

  PC Client Switch/AP PC Router Implementasikan topologi diatas untuk pengujian konektifitas internet disekolah dengan ketentuan sebagai berikut : a. Membuat perencanaan sesuai dengan topologi jaringan yang disediakan

  b. Instalasi Router

  c. Melakukan konfigurasi Limit Bandwidth d. Melakukan konfigurasi Hotspot.

  e. Melakukan instalasi dan konfigurasi jaringan sesuai topologi

f. Melakukan pengujian fungsi jaringan (sistem koneksi) dan aplikasi server.

  Diketahui IP ether1 = disesuaikan ISP masing-masing.

  Misal 192.168.6.2/24 (INTERNET)

  IP ether2 = 10.10.10.1/24 (HOTSPOT)

A. Langkah - langkah Instalasi MikroTik RouterOS 5.20 : 1. Seperti biasa,yang harus di butuhkan CD Image MikroTik RouterOS,DVD-ROOM,dll.

  2. Masuk ke menu Bios dan Booting pertama DVD-ROOM. 3. maka tampil seperti gambar di bawah :

  4. Jika sudah tampil seperti gambar di atas,anda cukup menekan Tombol A untuk memilih semua paket. atau jika anda ingin memilih yang ingin menjadi kebutuhan anda tinggal tekan tombol P atau N lalu tekanSpasi.jika sudah memilih, tinggal tekan tombol I untuk menginstall seperti gambar di bawah :

  5. Do you want to keep old configuration ? [y/n]: Y

konfigurasi 1 menyatakan bahwa : apakah anda ingin menjaga konfigurasi lama

anda? Y

  6. warning ! all data on the disk will be erased ! continue [y/n] : Y

konfigurasi 2 menyatakan bahwa : Peringatan ! semua data pada disk akan di hapus !

lanjutkan [y/n] : Y

7. Jikaa sudah menekan tombol Y maka MikroTik RouterOS dalam proses penginstalan

  seperti gambar di bawah :

8. Setelah selesai akan muncul gambar seperti di bawah ini :

  9. gambar di atas menyatakan bahwa penginstalan sudah selesai ! untuk Login pertama di mikrotik,Login default nya adalah admin dan password nya kosongkan saja. tampilan mikrotik saat Login seperti gambar di bawah :

  Cek Interface (ethernet)

  Interface print

B. Setting IP, Gateway, dan DNS Setting DHCP-Client

  ip dhcp-client add interface=ether1 ip dhcp-client set disabled=no numbers=0

  Cek ip dengan perintah

  ip dhcp-client print

  Setting IP address

  Cek ip dengan perintah

  ip address print

  Cek gateway dengan perintah

  ip route print

  Setting DNS

  ip dns set allow-remoterequests=yes

  Cek DNS dengan perintah

  ip dns print

  C. Setting Router Gateway Setting NAT

  ip firewall nat add chain=scrnat out-interface=ether1 action= masquerade

  Cek NAT dengan perintah

  ip firewall nat print

  D. Setting Proxy Server

  ip proxy set enabled=yes port=8080 cache-administrator=tkj@gmail.com

  Transparan Proxy

  ip firewall nat add chain=dstnat protocol=tcp dst-port=80 acti on=redirect to-ports=8080

  Block Situs

  ip proxy access add action=deny dst-port=80 dst-host=www.facebook.com ip proxy access add action=deny dst-port=80 dst-host=www.youtube.com ip proxy access add action=deny dst-port=80 dst-host=www.detik.com

  E. Managemen Bandwidth queue simple add name=local target-addresses=10.10.10.0/24 dst- address=192.168.1.0/24 max-limit=0/0

queue simple add name=hotspot target-addresses=10.10.10.0/24 max-

limit=512000/512000

  F. Setting Hotspot

  ip hotspot setup hotspot interface: ether2 local address of network: 10.10.10.1/24 masquerade network: yes address pool of network: 10.10.10.2-10.10.10.254 dns servers: 10.10.10.1 name of local hotspot user: admin password for the user: admin

  Tambah User Hotspot

  ip hotspot user add server=hotspot1 name=tkj password=tkj profile=default

  Rubah Profil Hotspot

  ip hotspot profile edit default login-by Lalu hapus tulisan “Cookie,” Dan save = Ctrl + o

  Rubah Profil Hotspot

  ip hotspot profile edit hsprof1 login-by