Anda di halaman 1dari 3

konfigurasi jaringan man.

2 router 2 server

bahan.

6 pc

2 cerver

2 switch

2 router

1. hubungkan semua node

pc-switch = utp straight

server - switch = utp straight

switch - router = utp straight

router-router = serial DCE

2. konfigurasi roouter

router 1.

conf t

int gi0/0

ip add 192.168.1.1 255.255.255.0

no shut

ex

int s0/0/0

ip add 172.23.199.1 255.255.255.252

no shut

ex

end

copy run start

router 2.
conf t

int gi0/0

ip add 170.168.1.1 255.255.0.0

no shut

ex

int s0/0/0

ip add 172.23.199.2 255.255.255.252

no shut

ex

end

copy run start

3. memasukkan ip pada server dan pc

jaringan 1.

gateway 192.168.1.1

jaringan 2.

gateway 170.168.1.1

4.konfigurasi router agar saling terhubung

router 1

conf t

ip route 170.168.1.0 255.255.255.0 172.23.199.2

end

copy run start

router 2

conf t

ip route 192.168.1.0 255.255.255.0 172.23.199.1


end

copy run start

5. membuat webserver pada kedua server

server 1

index.html (edit)

<html>

<body>

<title>selamat datang di website server1</title>

<h1><center>welcome to website server 1</center></h1>

</body>

</html>

server 2

index.html (edit)

<html>

<body>

<title>selamat datang di website server2</title>

<h1><center>welcome to website server 2</center></h1>

</body>

</html>

Anda mungkin juga menyukai