[license]
gns3-iouvm = cd11acbc599f2364;
IOU:
1 – Install VirtualBox.
IMPORTANT: the VM contains the latest GNS3 server version. NEW: you can update the server directly from the VM using the following command (username: root password: cisco). Make sure the VM has Internet access by switching the network adapter to NAT or Bridged adapter.
$ pip3 install gns3-server==1.0beta2
3 – Import the appliance in VirtualBox.
4 – Make sure the first VM adapter is set “VirtualBox Host-Only Ethernet Adapter”. You may have to add one in VirtualBox preferences -> Network -> Host-only Networks.
5 – Start the VM.
6 – Once started you should see the VM IP address. If not log on with username root and password cisco and use the ifconfig command. Let’s say the IP is 192.168.56.101 for the rest of the instructions
7 – Open a web browser and go to
http://192.168.56.101:8000/upload and upload your IOU image. Remember the file path, e.g. /home/gns3/Documents/GNS3/
images/i86bi_linux-ipbase-ms-
12.4.bin
8 – Create a text file named iourc containing the IOU license number. Unfortunately you will have to find that number by yourself (hint: the hostname is gns3-iouvm and hostid is 00000000).
[license]
gns3-iouvm = xxxxxxxxxxxxxxxx;
9 – Start GNS3, go to Preferences -> Server -> Remote servers and add the VM IP address, 192.168.56.101 in this example, click on Apply.
10 – Go to IOS on UNIX preferences, set the path to IOURC to the file created in step 8.
11 – Go to IOU devices and add the path from step 7 to IOU path, optionally configure the other settings, click on Save.
12 – Start using the IOU device from the device list.