Konfigurasi Router
A. Router SMK (R-SMK)
- Configurasi Hostname
- >en
- #conf t
- (config)#hostname R-SMK
- Configurasi IP address
- >en
- #conf t
- (config)#int gig 0/0
- (config-if)#ip address 192.168.1.254 255.255.255.0
- (config-if)#no shutdown
- (config-if)#int gig 0/1
- (config-if)#ip address 172.16.10.1 255.255.0.0
- (config-if)#no shutdown
- (config-if)#int gig 0/2
- (config-if)#ip address 10.10.10.1 255.0.0.0
- (config-if)#no shutdown
- Configurasi Routing dynamic (RIP)
- >en
- #conf t
- (config)#router rip
- (config-router)#network 192.168.1.0
- (config-router)#network 10.0.0.0
- (config-router)#network 172.16.0.0
B. Router Petir (R-PETIR)
- Configurasi Hostname
- >en
- #conf t
- (config)#hostname R-PETIR
- Configurasi IP address
- >en
- #conf t
- (config)#int gig 0/0
- (config-if)#ip address 172.16.10.2 255.255.0.0
- (config-if)#no shutdown
- (config-if)#int gig 0/1
- (config-if)#ip address 192.168.2.1 255.255.255.0
- (config-if)#no shutdown
- Configurasi Routing dynamic (RIP)
- >en
- #conf t
- (config)#router rip
- (config-router)#network 172.16.0.0
- (config-router)#network 192.168.2.0
C. Router serang (R-SERANG)
- Configurasi Hostname
- >en
- #conf t
- (config)#hostname R- SERANG
- Configurasi IP address
- >en
- #conf t
- (config)#int gig 0/0
- (config-if)#ip address 10.10.10.2 255.0.0.0
- (config-if)#no shutdown
- (config-if)#int gig 0/1
- (config-if)#ip address 172.16.10.1 255.255.0.0
- (config-if)#no shutdown
- Configurasi Routing dynamic (RIP)
- >en
- #conf t
- (config)#router rip
- (config-router)#network 10.0.0.0
- (config-router)#network 172.16.0.0
D. Router arab (R-ARAB)
- Configurasi Hostname
- >en
- #conf t
- (config)#hostname R- ARAB
- Configurasi IP address
- >en
- #conf t
- (config)#int gig 0/1
- (config-if)#ip address 172.16.10.2 255.255.0.0
- (config-if)#no shutdown
- (config-if)#int gig 0/0
- (config-if)#ip address 192.168.3.1 255.255.255.0
- (config-if)#no shutdown
- Configurasi Routing dynamic (RIP)
- >en
- #conf t
- (config)#router rip
- (config-router)#network 172.16.0.0
- (config-router)#network 192.168.3.0
Konfigurasi Server (smk.com)
- Configurasi IP address
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
Hasil Tes DNS 1 |
Hasil Tes DNS 2 |
Hasil Tes Email 1 |
Hasil Tes Email 2 |
ok
BalasHapus