Pembahasan Kisi Kisi Praktukum Uji Kopetensi Kejuruan K13 2019/2020 Paket 2
Untuk UKK Tahun Ajaran 2019/2020 kali sekolah kami memilih paket ujian 2 yang mana paket ujian ini memberikan tugas Rancang Bangun Jaringan Berbasis Kabel dan Nirkabel dengan VLAN dan Routing.
Yang mana penggunaannya menggunakan 2 buah Routerboard RB-900 Series (Setara), satu routerboard difungsikan sebagai gateway dan satu lagi digunakan sebagai switch untuk penyebaran IP.
Untuk Pembahasannya.
untuk diketahui dbawah ini pembahasan berupa cara penggunaannya di WinBox GUI bukan script, step by stepnya dapat dilihat dibawah ini:
DEKETAHUI ISP SAYA IP: 10.10.40.xxx/24 GATEWAY: 10.10.40.1 DNS: 8.8.8.8 xxx = 100 + nomor absensi siswa masing2x
R1 (Router 1) /wirelless > security profiles > + name:profile1 wpa:12345678 wpa2:12345678
/interfaces wlan1:enable mode:ap bridge SSID:UKK_No_Absen security_profile:profile1
/interfaces > vlan > + name: vlan1-siswa, ID:10 name: vlan2-guru, ID:20
/ip > + address: 10.10.40.xxx/24 interface:ether1 address: 192.168.20.1/24 interface:wlan1 address: 192.168.40.1/24 interface:vlan1-siswa address: 192.168.60.1/24 interface:vlan2-guru
/ip > dns > set servers: 8.8.8.8 allow remote request: yes
/ip > routes > + gateway: 10.10.40.1
/ip > firewall > nat > + chain:srcnat out-interface: ether1 action:masquerade
/ip > dhcp server > setup interface: vlan1-siswa, pool: 192.168.40.10-192.168.40.50 interface: vlan2-guru, pool: 192.168.60.10-192.168.60.50
/ip > hotspot > setup interface: wlan1 pool:192.168.20.10-192.168.20.50 dns-name:portalsmk.sch.id
/ip > hotspot > server profile > set hotspot1 cookie:no
/ip > hotspot > user profile > + name: k, rx/tx:512k name: g, rx/tx:256k name: s, rx/tx:128k
/ip > hotspot > user > + server:hotspot1, name: kepalasekolah, password:123, profile:k server:hotspot1, name: guru, password:456, profile:g server:hotspot1, name: siswa, password:789, profile:s /files (drag n drop file hotspot login.html yang udah di tambah tulisan SELAMAT DATANG DI HOTSPOT SMKN1CANDIPURO)
R2 (Router 2)
/bridge > + name:bridge1
/bridge > ports > + interface: ether1,ether2,ether3,ether4 bridge: bridge1
/switch > vlan > + switch:switch1, vlan ID:10, ports:ether1,ether2,ether3 switch:switch1, vlan ID:20, ports:ether1,ether4
/switch > port > set name:ether1, vlan mode: secure, vlan header: add if missing, vlan ID: 0 name:ether2, vlan mode: secure, vlan header: always strip, vlan ID: 10 name:ether3, vlan mode: secure, vlan header: always strip, vlan ID: 10 name:ether4, vlan mode: secure, vlan header: always strip, vlan ID: 20 TESTING masukkan di ether2 dan ether3 R2 untuk siswa masukkan di ether4 testing untuk guru
Post a Comment