Vmware Player Vmrun Download
Unable to find vmrun.exe in 'C:Program Files (x86)VMwareVMware Player'. Exit from AhsayOBM; Download and install the latest VMware VIX API at:.
GNS3 is a graphical network simulator which lets you to create a virtual network. You don't need any hardware like routers, switches, or even endpoints (workstation computers).
This open source tool can be useful for setting up a local network in an office or other environments, and also for troubleshooting purposes.
The tool consists of two parts, a virtual machine that acts as a server and a client program that you use to interact with the server and access all of GNS3's features.
Note: If you want to download GNS3 from the official website, you will need to register for an account, and that requires a lot of personal information. You can download the program and the server VM from the GitHub or SourceForge pages without registration.
Installing the GNS3 client on Windows, Mac, and Linux
The GNS3 client is what you use for controlling the virtual machine server and simulating the network.
Windows users should download the all-in-one (EXE) from GitHub or SourceForge. The installer has quite a few third-party network tools that are pre-selected for installation. You can uncheck any of these, though I would suggest you install them unless you know that you don't require some of them; I did so for the purpose of reviewing them. But then I noticed that the GNS3 client integrates these tools and you can use them directly from within the program's interface. For e.g. Npcap is required for your network cards to communicate.
Note: However, pay attention to the final step of the installation, because there is one more optional program (Solarwinds toolset) that you can download. You don't need this for GNS3 to work.
How to install the GNS3 VM server
This is basically an Ubuntu virtual machine. Download the VM image of your choice. It's available for Virtual Box, VMWare Workstatiom, VMWare Pro, ESXi anbd HyperV. Since I use VMWare Workstation Player, I used the GNS3 package which was available for it. Extract the archive which the VM image comes in to a folder.
VMWare Player users can click on Player > Open and browse to the folder where the GNS3 VM.ova file is located. Click on open again, and choose the folder where you would like to import the virtual machine to. Hit the import button and wait for it to complete the process.
Interface tour + Creating a virtual network
Now for the fun part. Run the client program and wait for it to connect to the server. You will see a dialog box and you need to wait for it to close which may take a moment. You'll see the local server displayed on the right pane. The program won't function correctly until a working server is detected. Before you begin, you will need to start a new project (to save your work). Give it a name, select where to save it and many of the options on the GNS3 client interface will become usable.
The sidebar on the left displays the nodes (or interfaces) that you can add to the workspace in the middle. It has the following options: routers, switches, end devices, security devices, and links. Drag a symbol from the sidebar to the workspace to add a new interface. To connect them to one another, add a link. Essentially, this is very similar to creating a flowchart. You can enable the grid if you want things to look tidy.
The topology summary pane on the right corner lists each of your devices.
Let's create a graphical network for demonstration purposes? Our virtual office is going to have 5 computers (Virtual PCs) and these will be connected to a local ethernet via a switch.
So we drag 5 VPCS to the workspace, a switch, and draw links between the devices. Congratulations, you have created your first topology. You can use the toolbar at the top to start, pause or stop the nodes to give you an idea of the network's connectivity.
In this particular setup, Hovering over the switch shows you the status. Three of the computers are connected to Ethernet0 on the switch, while two PCs are offline, as indicated by the colored box next to each interface. Ubisoft game keys. Click on the console button to open up a PUTTY console for each linked PC and run commands.
You don't need the VM server for such simple setups, it's only required for VIRL or other images. How about adding a Cisco router? To do this you will need to install its image and you need to get this from Cisco. If you have one you can import it from the file menu.
How to get the GNS3 VM server working with VMWare Workstation Player
Once it appears in VMWare Player's main screen, power on the new VM by clicking 'Play Virtual Machine'. The VM should boot and you should see a window with the version details of the GNS3 server. Click on OK, and it should display a list of commands that you can use. Highlight the command using the arrow key and hit the enter key to execute it. For now let's shut it down. Why? Because we need to use the client to make some changes.
To run the VM server and manage it via the client, you will need to navigate to Edit > Preferences > GNS3 VM server. Click the checkbox here to enable the VM server. Now restart the server and it should work with the GNS3 client.
Fix for WinError 10049 in GNS3
You may get an 'error connecting to GNS3 server', or if it keeps saying connecting.., or if the error reads 'Could not connect to port 0.0.0.0:3080 [WinError 10049]'.
I ran into this when I installed the client. The fix for it is simple. Click on the Client's Edit > Preference > Server > Host Binding and set it to use 127.0.0.1. This will tell it to use the local host address. This is only required if you're going to be using the GNS3 client for your project.
Fix for VMrun issue in GNS3
I ran into another issue when selecting the VM server. GNS3 wouldn't detect my VM server. The fix for that is at Edit > Preferences > VMWare. You will see a 'path to vmrun'. The problem is that this 'vmrun' file isn't available in the default installation of VMWare Workstation Player. You can download it for free from the VIX 1.17 SDK.
When installed, it should be located at C:Program Files (x86)VMwareVMware VIXvmrun.exe. Use the browse button to navigate to the location of the vmrun to confirm the path.
That's not enough though as you need to edit the last part of the vixwrapper-config.txt to add the following lines under #workstation 14.0.0
ws 19 vmdb 15.5.0 Workstation-14.0.0
player 19 vmdb 15.5.0 Workstation-14.0.0
The config file can be found at C:Program Files (x86)VMwareVMware VIX.
Fix for VMs located on other drives
In case your VM is stored on another drive (and not in C:), you will need to edit the VMWare preferences.INI (found inside C:UsersUSERNAMEAppDataRoamingVMware) and set the default path as follows
prefvmx.defaultvmpath = 'VM folder location'.
For e.g. prefvmx.defaultvmpath = 'H:VMs'
This got the VM name to appear in GNS3.
Closing words
GNS3 is not for the average user, but it is an excellent option for network engineers, developers, and admins.
Some parts of the official GNS3 documentation was used as a reference source for this article. Do checkout the videos made by David Bombal for more information.