Kamis, 26 September 2024

16.3.2-packet-tracer-troubleshoot-ipv4-and-ipv6-static-and-default-routes-physical-mode

 16.3.2-packet-tracer-troubleshoot-ipv4-and-ipv6-static-and-default-routes-physical-mode

LANGKAH-LANGKAH:

1. sambungkan R1 dengan PC1 menggunakan cable console

2. sambungkan R2 dengan PC3 menggunakan cable console


3.klik PC1= >desktop= >terminal, lalu ketikan perintah berikut:

R1>en

R1#conf t

R1(config)#no ip route 209.165.200.128 255.255.255.128 192.168.0.3

R1(config)#ip route 209.165.200.128 255.255.255.128 192.168.0.30

R1(config)#no ip route 0.0.0.0 0.0.0.0 192.168.0.14 80

R1(config)#ip route 0.0.0.0 0.0.0.0 192.168.0.14

R1(config)#no ip route 0.0.0.0 0.0.0.0 192.168.0.3

R1(config)#ip route 0.0.0.0 0.0.0.0 192.168.0.30 80

R1(config)#end

R1#wr

Building configuration...

[OK]


4. klik PC3= >desktop= >terminal, lalu ketikan perintah berikut:

R2>en

R2#conf t

R2(config)#no ipv6 route 2001:db8:acad:209::/64 2001:db7:acad:16::1

R2(config)#ipv6 route 2001:db8:acad:209::/64 2001:db8:acad:16::1

R2(config)#no ipv6 route ::/0 2001:db8:acad::1 90

R2(config)#ipv6 route ::/0 2001:db8:acad::1

R2(config)#no ipv6 route ::/0 2001:db8:acad:15::1

R2(config)#ipv6 route ::/0 2001:db8:acad:16::1 80

R2(config)#end

R2#wr

Building configuration...

[OK]

LINK VIDEO PENGERJAAN:

Tidak ada komentar:

Posting Komentar

INSTALL DAN KONFIGURASI FTP SERVER (VSFTPD) DI REDHAT ENTERPRISE LINUX (RHEL-9)

Install dan Konfigurasi FTP Server (vsftpd) di RedHat Enterprise Linux (Rhel-9) Apa itu FTP?      FTP (File Transfer Protocol) server adalah...