Friday, September 27, 2013
Installing GNS3 in Ubuntu 12.04 LTS X64
As i have read from several blogs Linux performs a bit better than Windows. Then I started to install variety of Linux OS on my desktop dual booting with Windows 7.
Till I decided to keep my desktop case open and switch the SATA cable manually to my two HD one with Win7/Windows 2003 Server and one HD dedicated to Linux. So far I feel more comfortable with CentOS then later i find out that i could change Ubuntu Unity to the old Gnome Desktop. I decided to stick to Ubuntu as most applications I frequently utilized is easy to install via Ubuntu Software Center.
There are still cases that I could work faster on some Windows application since i just started to learn Linux. I started to keep some notes online as I'm frequently reformatting my hard disk. This is the first one you might find it useful if you want to try GNS3 on Linux.
Installing gns3 in Ubuntu 12.04 lts x64
1. install the following packages:
- ariel@p5q:~$ sudo apt-get install qt4-dev-tools
- ariel@p5q:~$ sudo apt-get install pyqt4-dev-tools
2. create two folders:
- ariel@p5q:~$ sudo mkdir /opt/gns3
- ariel@p5q:~$ sudo mkdir /opt/gns3/dynamips
3. download the latest version of GNS3
and Dynamips here:
4. go to download folder and unpack the
gn3 files.
- ariel@p5q:~/Downloads$ sudo tar -jxf GNS3-0.8.5-src.tar.bz2
5. move the unpacked file to /opt/gns3
directory
- ariel@p5q:~/Downloads$ sudo mv GNS3-0.8.5-src/* /opt/gns3
6. move the dynamips binary to
/opt/gns3/dynamips directory and change the Dynamips binary and make
it executable.
- ariel@p5q:~/Downloads$ sudo mv dynamips*.bin /opt/gns3/dynamips
- ariel@p5q:~/Downloads$ sudo chmod +x /opt/gns3/dynamips/dynamips*.bin
- configure preferences, ios images location and run gns3 as a root
- sudo python gns3
8. to install Qemu download the
package for ubuntu x64. A readme.txt Installation procedure is
included on the package. Also install the qemu requirements.
sudo apt-get install zlib1g-dev libsdl1.2-dev libpcap-dev texinfo autoconf libtool
sudo apt-get install zlib1g-dev libsdl1.2-dev libpcap-dev texinfo autoconf libtool
9. Install Simulate X11 keyboard/mouse
input (xdotool) using Ubuntu Software Center a requirement to run
vbox.
10. To install vbox download the latest
version from https://www.virtualbox.org/wiki/Downloads
Subscribe to:
Posts (Atom)