بِسْمِ اللهِ الرَّحْمنِ الرَّحِيمِ
Assalamu'alaikum wr.wb
Gimana kabarnya?...Apakah bak-baik saja
..Saya rasa dalam keadaan sehat, karena bisa melihat artikel saya kali ini ;) Artikel
ini tentang Cara Konfigurasi Topologi Server Pada Cisco Packet Tracer
1.
Cara konfigurasi router smk untuk gig
0/0 dengan ip 192.168.1.254 yang akan dihubungkan ke server
- · Router>en
- · Router#conf
- · Router#configure t
- · Router#configure terminal
- · Router(config)#host
- · Router(config)#hostname R-SMK
- · R-SMK(config)#interface gigabitEthernet 0/0
- · R-SMK(config-if)#ip add
- · R-SMK(config-if)#ip address 192.168.1.254 255.255.255.0
- · R-SMK(config-if)#no shut
- · R-SMK(config-if)#no shutdown
2.
Cara konfigurasi router smk untuk gig
0/2 dengan ip 10.10.10.10.1 yang akan dihubungkan ke R-SERANG
- · R-SMK(config-if)#exit
- · R-SMK(config)#inter
- · R-SMK(config)#interface giga
- · R-SMK(config)#interface gigabitEthernet 0/2
- · R-SMK(config-if)#ip add
- · R-SMK(config-if)#ip address 192.168.1.2 255.255.255.0
- · % 192.168.1.0 overlaps with GigabitEthernet0/0
- · R-SMK(config-if)#ip add
- · R-SMK(config-if)#ip address 10.10.10.1 255.0.0.0
- · R-SMK(config-if)#no shut
- · R-SMK(config-if)#no shutdown
3.
Cara konfigurasi router smk untuk
gig 0/1 dengan ip 192.168.4.1 yang akan dihubungkan ke R-PETIR
- · R-SMK(config-if)#exit
- · R-SMK(config)#inter
- · R-SMK(config)#interface t
- · R-SMK(config)#interface giga
- · R-SMK(config)#interface gigabitEthernet 0/1
- · R-SMK(config-if)#ip add
- · R-SMK(config-if)#ip address 192.168.4.1 255.255.255.0
- · R-SMK(config-if)#no shut
- · R-SMK(config-if)#no shutdown
4. Cara konfigurasi router PETIR untuk gig 0/0 dengan ip
192.168.4.2 yang akan dihubungkan ke R-SMK
- · Router>en
- · Router#conf
- · Router#configure t
- · Router(config)#host
- · Router(config)#hostname R-PETIR
- · R-PETIR(config)#inter
- · R-PETIR(config)#interface giga
- · R-PETIR(config)#interface gigabitEthernet 0/0
- · R-PETIR(config-if)#ipadd
- · R-PETIR(config-if)#ip add
- · R-PETIR(config-if)#ip address 192.168.4.2 255.255.255.0
- · R-PETIR(config-if)#no shut
- · R-PETIR(config-if)#no shutdown
5. Cara konfigurasi router PETIR untuk gig 0/1 dengan ip
192.168.2.1 yang akan dihubungkan ke SWITCH
- · R-PETIR(config-if)#exit
- · R-PETIR(config)#inter
- · R-PETIR(config)#interface giga
- · R-PETIR(config)#interface gigabitEthernet 0/1
- · R-PETIR(config-if)#ip add
- · R-PETIR(config-if)#ip address 192.168.2.1 255.255.255.0
- · R-PETIR(config-if)#no shut
6. Cara konfigurasi router SERANG untuk gig 0/0 dengan ip
10.10.10.2 yang akan dihubungkan ke R-SMK
- · Router>en
- · Router#conf
- · Router#configure t
- · Router#configure terminal
- · Router(config)#host
- · Router(config)#hostname R-SERANG
- · R-SERANG(config)#inter
- · R-SERANG(config)#interface giga
- · R-SERANG(config)#interface gigabitEthernet 0/0
- · R-SERANG(config-if)# ip add
- · R-SERANG(config-if)# ip address 10.10.10.2 255.0.0.0
- · R-SERANG(config-if)#no shut
- · R-SERANG(config-if)#no shutdown
7. Cara konfigurasi router SERANG untuk gig 0/1 dengan ip
172.16.10.1 yang akan dihubungkan ke ARAB
- · R-SERANG(config-if)#exit
- · R-SERANG(config)#inter
- · R-SERANG(config)#interface giga
- · R-SERANG(config)#interface gigabitEthernet 0/1
- · R-SERANG(config-if)#ip add
- · R-SERANG(config-if)#ip address 172.16.10.1 255.255.0.0
- · R-SERANG(config-if)#no shut
- · R-SERANG(config-if)#no shutdown
8. Cara konfigurasi router ARAB untuk gig 0/0 dengan ip
172.16.10.2 yang akan dihubungkan ke SERANG
- · Router>en
- · Router#cont t
- · Router#conf
- · Router#configure t
- · Router#configure terminal
- · Enter configuration commands, one per line. End with CNTL/Z.
- · Router(config)#host
- · Router(config)#hostname R-ARAB
- · R-ARAB(config)#inter
- · R-ARAB(config)#interface giga
- · R-ARAB(config)#interface gigabitEthernet 0/0
- · R-ARAB(config-if)#ip add
- · R-ARAB(config-if)#ip address 172.16.10.2 255.255.0.0
- · R-ARAB(config-if)#no shu
- · R-ARAB(config-if)#no shutdown
9. Cara konfigurasi router ARAB untuk gig 0/0 dengan ip
192.168.3.1 yang akan dihubungkan ke SWITCH
- · R-ARAB(config-if)#exit
- · R-ARAB(config)#inter
- · R-ARAB(config)#interface giga
- · R-ARAB(config)#interface gigabitEthernet 0/1
- · R-ARAB(config-if)#ip add
- · R-ARAB(config-if)#ip address
- · R-ARAB(config-if)#ip address 192.168.3.1 255.255.255.0
- · R-ARAB(config-if)#no shut
- · R-ARAB(config-if)#no shutdown
Tambahkan
network pada masing-masing router :
Lakukan Konfigurasi Pada Server :
A. Konfigurasi IP Adress
B. Konfigurasi DNS
C. Konfigurasi HTTP
Lakukan Konfigurasi Pada Kedua PC Tersebut :
- Konfigurasi ip address
- Konfigurasi email
-> Jika ingin mengetahui berhasil atau
tidaknya konfigurasi maka lakukan pengujian dengan cara mengirim pesan, seperti gambar dibawah ini :