GNS3 – How to Make Virtual Devices Ping the Physical Host

bridgegns3mac address

I have had this problem already and figured out its reason. Basically the problem is that the virtual devices on GNS3 cannot ping the physical host and also the physical host cannot ping the virtual devices on GNS3. The reason is that the the GNS3 virtual devices and also the host are using the same MAC address.


Now, I intend to make the GNS3 virtual devices be able to ping the physical host and vice versa. Does anybody know how to do it? Is it possible to do it with bridges? If so, how can I implement bridges to achieve my goal? A step-by-step answer is much appreciated.

Best Answer

I think bridge works for that. 1. Create a loopback interface in your window system. 2. In GNS3, select a cloud to connect the loopback interface, thus the virtual device(like a router) can ping with your own system.

Related Topic