Sei sulla pagina 1di 5

How To Install GNS3 on

Centos/Redhat/Fedora
You won't find detailed instructions for GNS3 installation on Centos/Redhat/Fedora
over the net, So I decided to make one for our certcollection members. Installing
GNS3 on Centos/Redhat/Fedora can be very tedious task. But If you follow my Steps
given below you can setup and run GNS3 without any difficulty. Since Qt 4.5.1
binary which is required for GNS3 is not available for these OS's, we'll have to
compile it from the source.
IMP:: Installation of all this packages will take a lot of time. So do it in the free time.
OK lets roll
First we'll have to install dependencies

[user@admin ~]$ su
Password: (Type in your root password here)
[root@admin /]# yum install python python-devel xorg-x11-proto-devel libXextdevel
[root@admin /]# yum install gcc-c++

Now we'll download and install Qt4

[root@admin /]#cd /tmp


[root@admin tmp#wget http://ftp.heanet.ie/disk1/ftp.trolltech.com/pub/qt/source/qtx11-opensource-src-4.5.1.tar.gz
[root@admin tmp]#tar xzf qt-x11-opensource-src-4.5.1.tar.gz
[root@admin tmp]# cd qt-x11-opensource-src-4.5.1
[root@admin qt-x11-opensource-src-4.5.1]#./configure -nomake examples -nomake
demos -qt-gif -no-exceptions -debug -qt3support
[root@admin qt-x11-opensource-src-4.5.1]#gmake <====This might take 2-3
hrs.
[root@admin qt-x11-opensource-src-4.5.1]#gmake install <====Another 30

mins or so
[root@admin qt-x11-opensource-src-4.5.1]#PATH=/usr/local/Trolltech/Qt-4.5.1/bin:
$PATH
[root@admin qt-x11-opensource-src-4.5.1]#export PATH

Next we'll install SIP

[root@admin qt-x11-opensource-src-4.5.1]#cd ..
[root@admin tmp]#wget http://cvs.fedoraproject.org/lookaside/pkgs/sip/sip4.8.1.tar.gz/859e5b103ba5a083e4f2021eb6d99b26/sip-4.8.1.tar.gz
[root@admin tmp]#tar xzf sip-4.8.1.tar.gz
[root@admin tmp]#cd sip-4.8.1
[root@admin sip-4.8.1]#python configure.py
[root@admin sip-4.8.1]#make
[root@admin sip-4.8.1]#make install

Next we'll Install PyQt4

[root@admin sip-4.8.1]#cd ..
[root@admin tmp]#wget http://cvs.fedoraproject.org/lookaside/pkgs/PyQt4/PyQtx11-gpl-4.5.2.tar.gz/997269d78aced5b1105edb155d49e248/PyQt-x11-gpl4.5.2.tar.gz
[root@admin tmp]#tar xzf PyQt-x11-gpl-4.5.2.tar.gz
[root@admin tmp]#cd PyQt-x11-gpl-4.5.2
[root@admin PyQt-x11-gpl-4.5.2]#python configure.py
[root@admin PyQt-x11-gpl-4.5.2]#make <=====This will take 30-60 mins
[root@admin PyQt-x11-gpl-4.5.2]#make install

We are done with compiling part, now lets download GNS3 source files

[root@admin tmp]#cd /opt


[root@admin opt]#wget

http://space.dl.sourceforge.net/project/gns-3/GNS3/0.7.3/GNS3-0.7.3-src.tar.bz2

[root@admin opt]#tar -xjvf


[root@admin opt]#mv

GNS3-0.7.3-src.tar.bz2

GNS3-0.7.3-src

&& rm

GNS3-0.7.3-src.tar.bz2

/opt/GNS3

Create the following directories:

These directories will be used by GNS3 such as projects where your working
projects will be stored, cache, temp, IOS images, etc.
[root@admin
[root@admin
[root@admin
[root@admin
[root@admin
[root@admin
[root@admin
[root@admin
[root@admin

opt]#cd /opt/GNS3
GNS3]#mkdir Dynamips
GNS3]#mkdir IOS
GNS3]#mkdir Project
GNS3]#mkdir Cache
GNS3]#mkdir tmp
GNS3]#chmod o+rw -R ./Project
GNS3]#chmod o+rw -R ./tmp
GNS3]#chmod o+rw -R ./IOS

Download binary of dynamips and make it executable

[root@admin GNS3]#cd Dynamips


[root@admin Dynamips ]#wget http://www.ipflow.utc.fr/dynamips/dynamips-0.2.8RC2-x86.bin
[root@admin Dynamips ]#chmod +x ./dynamips-0.2.8-RC2-x86.bin
IMP:: For 64-bit users
[root@admin Dynamips ]#wget http://www.ipflow.utc.fr/dynamips/dynamips-0.2.8RC2-amd64.bin
[root@admin Dynamips ]#chmod +x ./dynamips-0.2.8-RC2-amd64.bin
You can create a desktop shortcut by right-clicking on the desktop and select
Create Launcher.., Name it GNS3 and in the command section type in
python "/opt/GNS3/gns3"
Double click to open GNS3 and we will edit the default settings. If you dont want to
use desktop icons you can create a launcher from your programs menu by right
clicking on the Main Menu, selecting Edit Menu. Select New Item on the right and
you will be presented with the same window where you type in the above. From
there you can move the launcher into any menu section of your choice.

Fire up GNS3

* Go to edit | preferences and in the Terminal command: section type in:


gnome-terminal -t %d -e 'telnet %h %p' > /dev/null 2>&1 &
* Under Paths change the Project directory: to
/opt/GNS3/Project
and the IOS/PIX directory: to
/opt/GNS3/IOS
* Click on Dynamips tab on the left
For the Executable path: type in
/opt/GNS3/Dynamips/dynamips-0.2.8-RC2-x86.bin
* Change the Working directory: to
/opt/GNS3/tmp
Click on the Capture tab on the left
* For the Working directory for capture files: change it to
/opt/GNS3/Project
Imp:: When you want to stop the router, use right click stop on the router.
After you have done all that, you will be able to Open and Save your GNS3 projects
properly and have an efficient setup for GNS3. In order to use the devices in GNS3
you must obtain our own IOS images from Cisco or you can request for it @
http://certcollection.org/forum/index.php?/forum/203-ios-and-related-cisco-files/
In my next tutorial, we'll install loopback adapter on Centos/Redhat/Fedora for
GNS3.
http://certcollection.org/forum/index.php?/topic/36486-tutorialhow-tocreate-a-loopback-interface-in-linux-for-gns3/
Find More Tutorials on Gns3
http://networkingtips-tricks.blogspot.com/search/label/GNS3%20Tutorials

Happy Learning

New GNS3 0.7.4 released , New GNS3 source fix for this tutorial
OLD

Quote
We are done with compiling part, now lets download GNS3 source files
[root@admin tmp]#cd /opt
[root@admin opt]#wget http://space.dl.sourceforge.net/project/gns3/GNS3/0.7.3/GNS3-0.7.3-src.tar.bz2
[root@admin opt]#tar -xjvf GNS3-0.7.3-src.tar.bz2 && rm GNS3-0.7.3-src.tar.bz2
[root@admin opt]#mv GNS3-0.7.3-src /opt/GNS3
New

Quote
[root@admin tmp]#cd /opt
[root@admin opt]#wget http://nchc.dl.sourceforge.net/project/gns3/GNS3/0.7.4/GNS3-0.7.4-src.tar.bz2
[root@admin opt]#tar -xjvf GNS3-0.7.4-src.tar.bz2 && rm GNS3-0.7.4-src.tar.bz2
[root@admin opt]#mv GNS3-0.7.4-src /opt/GNS3

Installing GNS3 on CentOS 5.6 64 bits ( vmware)


Followed the tutorial and everything went fine.
But could not fire GNS3.
Nothing happens when double clicking the shortcut.
When executing the command on a terminal session I keep receiving the error
message:
[root@localhost Dynamips]# python /opt/GNS3/gns3
Can't import Qt modules, PyQt is probably not installed ...
[root@localhost Dynamips]# python2.6 /opt/GNS3/gns3
Can't import Qt modules, PyQt is probably not installed ...
Any help would be much appreciated.

Potrebbero piacerti anche