Networks Guru

Month: May 2015

Installing Running and Troubleshooting GNS3 1.3.3 IOU on Ubuntu 15.04

Starting with the video,

Continuing with the road-map and the correspondent steps

1- Install iouyap
sudo apt-get install git bison flex
git clone http://github.com/ndevilla/iniparser.git
cd iniparser
make
sudo cp libiniparser.* /usr/lib/
sudo cp src/iniparser.h /usr/local/include
sudo cp src/dictionary.h /usr/local/include
cd ..
git clone https://github.com/GNS3/iouyap.git
cd iouyap
make
sudo make install

2- Install vpcs

sudo apt-get install vpcs

3- Add IOU virtualbox image

-Change hostname
-Config static IP
-Add 2nd Interface
-Edit Sources.List
-Install Python2.7

4-Connecting IOU VM to GNS3
5-Running and Testing the new setup

 

Finally, Please note that the .iourc file has been uploaded with the correct type later on before continuing with the vid.

Installing GNS3 1.3.3 on Ubuntu 15.04

Starting with the video,

 

The commands used in this video below,

before starting with the installation , Please confirm that you have Python 3.3 or more using this command   python3 -v if not please download and install it either by visiting python’s website or by using the below command

sudo apt-get install python3.4.3

also make sure that gcc is installed using

sudo apt-get install gcc

GNS3 GUI – Part1 :

sudo apt-get install python3-setuptools
sudo apt-get install python3-pyqt4
cd gns3-directory
sudo python3 setup.py install

GNS3 Server – Part2:

sudo apt-get install python3-setuptools
sudo apt-get install python3-netifaces
cd gns3-directory
sudo python3 setup.py install

Dynamips – Part3:

sudo apt-get install cmake
apt-get install libelf-dev
apt-get install uuid-dev
cd dynamips-directory
mkdir build
cd build
sudo cmake ..
sudo make install

If you like the video Please press like & subscribe, Also your feedback is most welcomed,,,

Powered by WordPress & Theme by Anders Norén