Mikrotik Interfaces and GNS3 labels don't match

Hi,
I set a Network environment with a few Mikrotik virtual devices in my GNS3 installed as a VM in my VMware Workstation.
I noticed that ethernet labels don’t match. When I set a link between two devices, GNS3 starts labelling from ethernet0 (eth0 or e0) which doesn’t match with the ethernet ports in my Mikrotik WinBox. I mean, what is see as ether1 in Mikrotik gets labelling eth0 or e0 in the GNS3 diagram and so on (eth2 in MK is e1 in GNS3 labels, …) as you can see in the images below:


It is not a big deal, but it is often confusing if the Network starts growing up.
Does anyone know how I can fix this problem? Thanks

The issue is with your ROS template in GNS3.

Change the network interface section like this:
GNS3MTIK.png
When selecting an interface to connect ether1 will still appear as ether0 in the GNS3 selector but labels will be fine.
GNS3MTIK2.png

I don’t have that kind of Windows in my GNS3, but I found this Option:





But nothing changed, even if I deploy new Mikrotik VM devices in my project

In the configuration template, use this values:
Selección_937.png

It works now, even though the new setup works just for the new devices. The old ones in my project are not affected by the template modification.
Thank you