Monday, July 15, 2013

GNS Installation on Fedora 19/18/17

What is GNS3 ?

GNS3 is an open source software that simulate complex networks while being as close as possible from the way real networks perform, all of this without having dedicated network hardware such as routers and switches.


Here are the Steps to install GNS on Fedora 17/18/19:
First of all we need to install the telnet and pyqt4:
Telnet will give us the access console of our network devices:
#yum install telnet pyqt4
Now download the GNS3 form below link:

http://sourceforge.net/projects/gns-3/files/GNS3/0.8.4/GNS3-0.8.4-src.tar.bz2/download

#tar -xjvf GNS3-0.8.4-src.tar.bz2

#cd GNS3-0.8.4-src/

#python2.7 setup.py build

#python2.7 setup.py install 

To emulate Cisco devices, We need dynamipsHere we can download the dynamips:

thanks for Huaren Zhong who is providing this repo.

[rpm-sphere]

name=RPM Sphere

baseurl=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_18/

enabled=1

gpgcheck=0



Then install dynamips:
#yum install dynamips 


Now we can launch the gns from user prompt and should follow the instructions for IOS path and dynamips testings. 
#gns3 &
Have done.