Difference between revisions of "GNS3 installation ubuntu"

From Teknologisk videncenter
Jump to: navigation, search
m
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Installer og opdater [[Ubuntu]]
+
Install  [[Ubuntu]] server. Version used 11.04.
=Installer GNS3=
+
During installation choice:
 +
*kubuntu KDE desktop
 +
*Open-ssh
 +
==After installation==
 
<source lang=cli>
 
<source lang=cli>
heth@heth-desktop:~$<input>sudo su -
+
apt-get update
root@heth-desktop:~#<input>apt-get install gns3 dynamips</input>
+
apt-get upgrade
 +
apt-get install gns3 dynamips qemu
 +
apt-get install xrdp
 +
apt-get install fluxbox
 +
apt-get install xterm
 +
apt-get install xnest
 +
apt-get install unrar-free
 +
apt-get install qemu
 
</source>
 
</source>
 +
==To connect from a Windows client==
 +
*installer [http://www.google.dk/url?sa=t&rct=j&q=xming&source=web&cd=1&ved=0CBsQFjAA&url=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fxming%2F&ei=GGfbTviRFa7T4QS2p92EDg&usg=AFQjCNFkGTVyxAPYF56aVOjkKC9KOYEjMw Xming X-Server]
 +
===Connection with Xming===
 +
Start Xlaunch
 +
{|
 +
|-
 +
|[[Image:Xming1.png|300px|thumb|SelectMultiple Windows]]
 +
|[[Image:Xming2.png|300px|thumb|Select start a program]]
 +
|-
 +
|[[Image:Xming3.png|300px|thumb|Start xterm and select Putty and connect to GNS-server with credentials]]
 +
|[[Image:Xming4.png|300px|thumb|Next and finish]]
 +
|-
 +
|}
 +
==Starting GNS3 for the first time==
 +
When Xming displays the Xterm tou need to get root rights and start GNS3
 +
{|
 +
|-
 +
|[[Image:Gns3-5.png|300px|thumb|Start '''gns3''' with root rights]]
 +
|[[Image:Gns3-1.png|300px|thumb|Initial '''gns3''' startup]]
 +
|-
 +
|[[Image:Gns3-2.png|300px|thumb|Test dynamips startup]]
 +
|[[Image:Gns3-3.png|300px|thumb|Test Qemu startup. (See the changed Qemuwrapper.py path)]]
 +
|-
 +
|[[Image:Gns3-4.png|300px|thumb|Install IOS images. (7200 image seems to be stable)]]
 +
|-
 +
|}
  
  
Line 11: Line 47:
  
  
 +
 +
=Links=
 +
*[http://www.kbrandt.com/2009/01/how-to-setup-up-an-emulated-cisco-lab-using-gns3-in-ubuntu-part1.html GNS3 on Ubuntu]
 
{{Source cli}}
 
{{Source cli}}
 
[[Category:Ubuntu]][[Category:GNS3]]
 
[[Category:Ubuntu]][[Category:GNS3]]

Latest revision as of 14:47, 4 December 2011

Install Ubuntu server. Version used 11.04. During installation choice:

  • kubuntu KDE desktop
  • Open-ssh

After installation

apt-get update
apt-get upgrade
apt-get install gns3 dynamips qemu
apt-get install xrdp
apt-get install fluxbox
apt-get install xterm
apt-get install xnest
apt-get install unrar-free
apt-get install qemu

To connect from a Windows client

Connection with Xming

Start Xlaunch

SelectMultiple Windows
Select start a program
Start xterm and select Putty and connect to GNS-server with credentials
Next and finish

Starting GNS3 for the first time

When Xming displays the Xterm tou need to get root rights and start GNS3

Start gns3 with root rights
Initial gns3 startup
Test dynamips startup
Test Qemu startup. (See the changed Qemuwrapper.py path)
Install IOS images. (7200 image seems to be stable)




Links