[go: up one dir, main page]

0% found this document useful (0 votes)
35 views11 pages

Dynamic Routing

This document discusses configuring dynamic routing between two servers using RIP routing protocol. It provides instructions for configuring the IP addresses and RIP routing on the routers connecting the two servers' networks so that clients on each server can ping each other by routing through the routers. The configurations allow the establishment of communication between the servers over the routed network.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views11 pages

Dynamic Routing

This document discusses configuring dynamic routing between two servers using RIP routing protocol. It provides instructions for configuring the IP addresses and RIP routing on the routers connecting the two servers' networks so that clients on each server can ping each other by routing through the routers. The configurations allow the establishment of communication between the servers over the routed network.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

1.

DYNAMIC ROUTING

Topologi
konfigurasi server1
konfigurasi server1 IP Address
konfig server2
konfig server2 ip address

KONFIGURASI ROUTER UNTUK SERVER1


config t enter
int fastEthernet0/0 enter
ip addr 192.168.0.6 255.255.255.0 enter
no sh enter
end enter
wr enter
========================================================
en enter
conf t enter
ip route (IP LAN lawan berapa) 192.168.0.0 255.255.255.0
end
wr
==================================================

ROUTING RIP :
Router(config)#router rip
Router(config-router)#network 192.168.0.0
=====================================================
KONFIGURASI ROUTER UNTUK SERVER2
config t enter
int fastEthernet0/0 enter
ip addr 192.168.1.6 255.255.255.0 enter
no sh enter
end enter
wr enter
========================================================
en enter
conf t enter
ip route (IP LAN lawan berapa) 192.168.1.0 255.255.255.0
end
wr
=========================================================
ROUTING RIP :
Router(config)#router rip
Router(config-router)#network 192.168.1.0
=========================================================
Konfigurasi client di server1
Konfigurasi Client di server2
Testing ping dari client server1 ping ke IP router
test ping dari client server1 ke client server2
test ping dari client server 2 ke client server1

You might also like