Você está na página 1de 21

Print Email

How to Integrate GNS3 With VMWare Workstation Easily?


Written by LUMINIS. Posted in IT & Networking Blog

Objectives Of 15-Steps Visual Guide


The ultimate guide to understand the nuances of integrating GNS3 with VMWare WorkStation version 10/11/12. Two approaches of this
integration has been elaborated & presented in this visual guide.

The idea is to provide the helping tool to candidates aspiring to practice and obtain their CCIE, CCNP, CCNA certi cations.

We will create and con gure the above topology. For that we need, two routers (ISP-India, ISP-US), two hosts (LuminisIndia.com, Client), and
two Virtual Networks:

1. LuminisIndia will use this network 200.200.200.0/24.


2. Client will use this network 33.33.33.0/24.

We will achieve the fully working topology as shown above, by following the steps in this Visual Guide created by: Meena, Sr. Manager IT and
Consultant. So let's start.

Step 1

Start your VMware workstation software and open the Virtual Network Editor through Edit menu of VMware. Then click on Change Settings
rst, so as to allow us creation of Virtual Networks.

Step 2

Now we can add the Virtual Networks. Click on Add Network andselect the VMnet (VMnet2) from the drop down list and click on OK.

You can see that a new Virtual Network has appeared VMnet2 in the Virtual Network Editor and it has a default subnet,
e.g.,192.168.228.0with subnet mask255.255.255.0.But we will not use the given subnet, instead we will change it to200.200.200.0/24.
If we want to assign IP address automatically to our hosts (PCs or VMs or Servers), we can use the DHCP service which is the part of this Virtual
Network. To set the speci c range of IP for the host click on DHCP Settings and specify the range of IP.

Step 3

We will follow Step2 again and create the 2nd Virtual Network VMnet3, assign the subnet 33.33.33.0/24 and also change the DHCP Settings.

We can see here are the two new Virtual Networks.

Step 4

Open Network and Sharing Center from your Windows 7/8/10, etc and you will nd the two new VMware Network Adapters. Go to VMware
Network Adapter VMnet3. Here you can see that DHCP has assigned the IP33.33.33.1/24 toVMware Network Adapter VMnet3.
But we will assign the IP address33.33.33.1 as a Default gateway, which will, in e ect, become the IP address of ISP-US Router. Now we
have choice of assigning any IP address from the range of33.33.33.2 - 33.33.33.254 , toVMware Network Adapter VMnet3.Here we are
choosing33.33.33.33/24for the sake of convenience.

Now, we will change the name ofVMWareNetwork Adapter VMnet3toClient.


Step 5

In this step, we will see the status of VMware Network Adapter VMnet2.
We can see that the IP address assigned by the DHCP is 200.200.200.1/24. But we will assign the IP address 200.200.200.1 as a Default
gateway, which will, in e ect, become the IP address of ISP-India Router. Now we have choice of assigning any IP address from the range
of 200.200.200.2 - 200.200.200.254 , to VMware Network Adapter VMnet2. Here we are choosing 200.200.200.200/24 for the sake of
convenience.

Then change the name of VMware Network Adapter VMnet2 to LuminisIndia.


Step 6

Start your GNS3 and create the topology of the network which we will use. Drag the two routers and two hosts. Then change the name of
these to : R1 (ISP-India), R2(ISP-US), Host1 (LuminisIndia.com), Host2 (Client).

Add the notes for network addresses and IP addresses which we will use in this topology.
Step 7

Link the VMware Network Adapters with the Hosts, e.g. Host LuminisIndia.com with LuminisIndia (VMware Network Adapter VMnet2),Host
Clientwith Client(VMware Network Adapter VMnet3).

Sometimes the newly created VMware Network Adapters doesn't appear in the list. You must save your project of GNS3 and reload it. Then all
the Network Apaters will appear. Be careful In this process,because wrong association will create more confusion in the desired results.

Step 8

Now connect the devices and also make a note of the interface number you are going to use in your topology. I always use paper to draw the
full topology, means: devices, interfaces no., network addresses, IP addresses, etc. This helps me in con guration and trobleshooting. Then
start (power on) all the devices.

Now ensure that your Client and LuminisIndia(VMware Network Adapters) must be enabled and keep the rest of Network Adapters Disabled.
This step will help you in veri cation process.
Step 9

In this step, we will con gure the Routers. On router ISP-India, you can see that IP Address on Interface Ethernet 0/0 is 200.200.200.1/24,
which is connected with the Host LuminisIndia.com and this IP is the Default Gateway,on VMware Network AdapterLuminisIndia. Assign the
IP Address 12.1.1.1/30 to the InterfaceSerial 1/1. Your intereface no. can be di erent. For routing, use Routing Protocol EIGRP and advertise
the networks 12.0.0.0 and 200.200.200.0.

Also con gure the ISP-US router as per the con guration given in the below image.
Step 10

After completing the con guration, next part is the testing or veri cation. First, try to ping the directly connected devices, if you face any
problem troubleshoot it. Then open two command prompts and try to ping both the hosts and routers as well, as I did in the below image. If
you get the successful reply, that means you have con gured everything properly.

Are you sure that everything is working in the same way we are expecting?

Step 11

Let's take the another approch for veri cation of our con guration.On the Router ISP-US, SHUTDOWNthe interfaceEthernet0/0which is
connected with theClient. Try to ping 33.33.33.33 from router and also check theInterface Status,by following the commands of below
image.
Try to ping the IP 33.33.33.1from the command prompt. Now ping 12.1.1.2which the IP on ISP-US, and then use thetracertcommand. You
can see that the tra c is going through ISP-India to ISP-US. You can also see the results in below image.

In the above results you would have observed that from ISP-US router you cann't ping the hostClient and from the command prompt you
cann't ping the 33.33.33.1. It means that the interface is down,which is not allowing the ping.

Now run theNO SHUTDOWNcommand of the interfaceEthernet 0/0,this willUPthe interface and will allow the tra c to pass through the
interface.
The same testing we will do with LuminisIndia, but using a di erent approach. Now disable the VMware Network AdapterLuminisIndia.

You can follow the testing commands given in the below image. I think with this apporach things will be more clear.
NOTE:With the above steps, you can do your Cisco Labs and you also need not to create the Virtual Machines.

But if you need more services and/or you need the Virtual Machines, then follow the further steps of this visual guide.

Step 12

Start theNew Virtual Machine Wizardfrom theFile Menu.

Follow the instructions in the wizard and create the Virtual Machine (VM).
Step 13

NowEditthe VM, select the Operating System image which you want to install on this VM. Associate the VMnet to it, and then Power on the
VM. I have given the name LuminisIndia to this VM and VMnet2 (200.200.200.0/24) Virtual Network to this VM.
Step 14

Install the Operating System on the VM, you can see the below image.

Now we will check the status of the Network Adapter of this newly installed VM. You can see that it received the IP Address automatically from
the DHCP Local server of this VMnet.
Now, change the IP address and Default gateway as per the image given below and also turn o your windows Firewall or Antivirus.

Step 15

Follow the testing as per below image.


Find out more about combo of CCNA R&S (200-120) and CCNA Security (210-260) I want to register for FREE DEMO now!

And if you need the another VM, you can follow the above steps.

I hope this will help you understand the Integration of the GNS3 with VMware Workstation.

What do you think about this visual guide?

REGISTER FOR FREE ONLINE DEMO

NOTE:

Users who have attempted to register for Free Online Demo between 30-July-2016 and 28-Aug-2016, are requested to kindly register again, as
previous requests were not received because of a bug. We regret your inconvenience. Thanks!

< Prev

Add comment
Kindly use 'Add Comment' section, if you feel that your comment stands at its own. In case, you wish to reply to the comment(s) made by
other users of the website, you may use the 'Reply' options given underneath each comment.

FORM HELP EXAMPLE:

Prof. Ashok Menon (in Name eld)


http://www.yahoo.com (in Website eld, if any)
HOD - Mechanical Engineering at ABC Institute of Engineering, Mumbai (in Job Title eld)

Name (required)

E-mail (required, but will not display)

Website

Title

10000 symbols left

Notify me of follow-up comments

I'm not a robot


reCAPTCHA
Privacy - Terms

Send

JComments

Tweet Like 61

COMMENT POLICY

Luminis Consulting Services promotes a receptive, transparent and civil atmosphere for comments and users. Critical, in-depth and intelligent
discussions and debates are encouraged and the best of these are highlighted in various ways, such as Homepage display etc. Everyone is
welcome and encouraged to voice their opinion regardless of identity, politics, ideology, religion or agreement with other community
members, the author of the post or sta members as long as those opinions are respectful and constructively add to the conversation.

However, this community does not tolerate direct or indirect attacks, name-calling or insults, nor does it tolerate intentional attempts to derail,
hijack, troll or bait others into an emotional response. These types of comments will be removed from the community where warranted. To
maintain a civil atmosphere, our moderation team may read comments before they are displayed to other users, as we strive to get to all
comments as quickly as possible. However, Luminis Consulting Services reserves the right to add, delete, edit or act upon the comments made
by any user. Thanks!

Blog Feed

RSS Blog Feed

Luminis Blogs

IT & Networking Blog

Process Management Blog

Business Management Blog

Education Training Blog

Management Consulting

Leadership Development

Lean Six Sigma Consulting

Lean Six Sigma Black Belt Training

Você também pode gostar