Saturday, August 10, 2013

Connecting two Vmware with GNS3



How to connect two vmware machines with  gns3 routers and implement routing between the two routers.




Picture above shows the scenario for connecting two vmware with gns3. Could C1 is connecting vmware machine XP1 and cloud C2 is connectiong XP2. Both router R1 and R2 is  C2600 

Configuration of R1

R1#conf t
R1(config)#int fa 0/0
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#exit
R1(config)#int fa 0/1
R1(config-if)#ip address 10.10.10.1 255.255.255.252
R1(config-if)#no sh
R1(config-if)#exit
OSPF Configuration for R1
R1(config)#router ospf 10
R1(config-router)#network 192.168.10.0 0.0.0.255 area 0
R1(config-router)#network 10.10.10.0 0.0.0.3 area 0


Configuration of R2

R2#conf t
R2(config)#int fa 0/0
R2(config-if)#ip address 192.168.20.1 255.255.255.0
R2(config-if)#no sh
R2(config-if)#exit
R2(config)#int fa 0/1
R2(config-if)#ip address 10.10.10.2 255.255.255.252
R2(config-if)#no sh
R2(config-if)#exit
OSPF Configuration for R2
R2(config)#router ospf 5
R2(config-router)#network 192.168.20.0 0.0.0.255 area 0
R2(config-router)#network 10.10.10.0 0.0.0.3 area 0


watch below video








No comments: