1 min read

Cara membuat topologi dan konfigurasi WEB Server

1. Buatlah Topologi seperti ini di Cisco Packet Tracer dan hubungkan dengan kabel Copper Cross-Over

2. Atur IP Configuration Server ITB Swadharma dengan klik Server, lalu pergi ke menu Desktop–>IP Configuration dan atur seperti ini:

  • IP Address: 192.168.10.2

  • Subnet Mask: 255.255.255.0

  • Default Gateway: 192.168.10.1

3. Setelah itu pergi ke menu Service–>HTTP lalu edit yang index.html menjadi seperti ini:
 

<!DOCTYPE html>
<html>
     <head>
          <title>My Blog</title>
     </head>
<body>
          <h3>http://itbswadharma.com</h3>
</body>
</html>

Setelah itu klik Save dan close Tab

4. Kemudian klik PC0 dan ke menu Desktop–>IP Configuration, lalu isi seperti ini:

  • IP Address: 192.168.10.1

  • Subnet Mask: 255.255.255.0

5. Jika sudah selesai masih di PC0, pergi ke menu Desktop–>Web Browser dan ketik alamat IP yang sudah diatur yaitu 192.168.10.2 lalu go, dan hasilnya akan seperti ini:

Tandanya sudah berhasil

Leave a Reply

Your email address will not be published. Required fields are marked *