KONFIGURASI SOAL PRAKTEK PRODUKTIF TKJ-ASJ XII

Konfigurasi Router

A. Router SMK (R-SMK)


  • Configurasi Hostname
  1. >en
  2. #conf t
  3. (config)#hostname R-SMK
  • Configurasi IP address
  1. >en
  2. #conf t
  3. (config)#int gig 0/0
  4. (config-if)#ip address 192.168.1.254 255.255.255.0
  5. (config-if)#no shutdown
  6. (config-if)#int gig 0/1
  7. (config-if)#ip address 172.16.10.1 255.255.0.0
  8. (config-if)#no shutdown
  9. (config-if)#int gig 0/2
  10. (config-if)#ip address 10.10.10.1 255.0.0.0
  11. (config-if)#no shutdown
  • Configurasi Routing dynamic (RIP)
  1. >en
  2. #conf t
  3. (config)#router rip
  4. (config-router)#network 192.168.1.0
  5. (config-router)#network 10.0.0.0
  6. (config-router)#network 172.16.0.0

B. Router Petir (R-PETIR)

  • Configurasi Hostname
  1. >en
  2. #conf t
  3. (config)#hostname R-PETIR
  • Configurasi IP address
  1. >en
  2. #conf t
  3. (config)#int gig 0/0
  4. (config-if)#ip address 172.16.10.2 255.255.0.0
  5. (config-if)#no shutdown
  6. (config-if)#int gig 0/1
  7. (config-if)#ip address 192.168.2.1 255.255.255.0
  8. (config-if)#no shutdown
  • Configurasi Routing dynamic (RIP)
  1. >en
  2. #conf t
  3. (config)#router rip
  4. (config-router)#network 172.16.0.0
  5. (config-router)#network 192.168.2.0

C. Router serang (R-SERANG)

  • Configurasi Hostname
  1. >en 
  2. #conf t
  3. (config)#hostname R- SERANG
  • Configurasi IP address
  1. >en
  2. #conf t
  3. (config)#int gig 0/0
  4. (config-if)#ip address 10.10.10.2 255.0.0.0
  5. (config-if)#no shutdown
  6. (config-if)#int gig 0/1
  7. (config-if)#ip address 172.16.10.1 255.255.0.0
  8. (config-if)#no shutdown
  • Configurasi Routing dynamic (RIP)
  1. >en
  2. #conf t
  3. (config)#router rip
  4. (config-router)#network 10.0.0.0
  5. (config-router)#network 172.16.0.0

D. Router arab (R-ARAB)

  • Configurasi Hostname
  1. >en
  2. #conf t
  3. (config)#hostname R- ARAB
  • Configurasi IP address
  1. >en
  2. #conf t
  3. (config)#int gig 0/1
  4. (config-if)#ip address 172.16.10.2 255.255.0.0
  5. (config-if)#no shutdown
  6. (config-if)#int gig 0/0
  7. (config-if)#ip address 192.168.3.1 255.255.255.0
  8. (config-if)#no shutdown
  • Configurasi Routing dynamic (RIP)
  1. >en
  2. #conf t
  3. (config)#router rip
  4. (config-router)#network 172.16.0.0
  5. (config-router)#network 192.168.3.0

Konfigurasi Server (smk.com)

  • Configurasi IP address
  • Configurasi DNS Service
  • Configurasi Email Service
  1. Masuk ke menu Config =>Services =>Email
  2. Masukan Domain Name (DNS) =>set
  3. Masukan user dan password sesuai keinginan atau ikuti contoh berikut =>klik +
email untuk pc edi@smk.com
email untuk pc tkj@smk.com



Konfigurasi PC

A. PC 1 (edi@smk.com)

  • Configurasi IP address
  • Configurasi Email =>masukan seperti pada gambar (sesuai dengan yang dibuat pada saat konfigurasi emai service pada server)

B. PC 2 (tkj@smk.com)

  • Configurasi IP address
  • Configurasi Email => masukan seperti pada gambar (sesuai dengan yang dibuat pada saat configurasi emai service pada server)

Hasil Test

Hasil Tes DNS 1

Hasil Tes DNS 2

Hasil Tes Email 1

Hasil Tes Email 2

Komentar

Posting Komentar