Home GNS3, IOU-images & VM Workstation
Post
Cancel

GNS3, IOU-images & VM Workstation

I’ve been using GNS3 when playing around with smaller topologies instead of booting up my R610 which is more or less like working next to a jet plane, but had a few issues getting it up and running on a new Win10-installation so figured I should document my steps for future reference.

Start with downloading:

You will also need the following bin-files:

  • i86bi-linux-l2-adventerprisek9-15.2d.bin
  • i86bi-linux-l3-adventerprisek9-15.4.1T.bin

Install everything as normal, follow the official GNS3-guide if there’s any questions. I started with VMware & VIX, imported the GNS3 VM, adjusted memory to at least 4GB RAM and added an extra bridge adapter so we can reach our topology from other devices on our network.

After installing GNS3 I had some strange issues that the program was unable to connect to the VM for some reason. The error-code I got was:

Error while saving settings: GNS3VM: Error while executing VMware command: vmrun has returned an error: Unable to connect to host.

Error: The specified version was not found

I found some old post recommending to downgrade the version of VMware station to 12.xx but a better fix I found was instead to edit the following file (depending on where you installed it):

C:\Program Files (x86)\VMware\VMware VIX\vixwrapper-config.txt

Edit the following line:

1
2
3
4
5
6
7
8
# latest un-versioned
ws        19  vmdb  e.x.p Workstation-14.0.0
player    19  vmdb  e.x.p Workstation-14.0.0

To:
# latest un-versioned
ws        19  vmdb  e.x.p Workstation-14.0.0
player    19  vmdb  15.0.4 Workstation-14.0.0

Restart WMware & GNS3 and you should be good to go. Import the IOU-appliances as normal, if you put the required .bin-files in the same folder it should find them automatically. Last step is to enter your license or GNS3 will refuse to start them, if you’re unsure how to get hold of this contact Cisco or do some googling.

This post is licensed under CC BY 4.0 by the author.

OSPF - Path Selection with Non-Backbone Transit Areas

Netmiko