Closed vlgermanov closed 1 year ago
Dang, so the problem is your qemu needs to be upgraded an GNS3 doesn't have a check for which version is installed.
Quick fix, edit your server
Speed/duplex change for virt-io driver
If you comment out this it should work.
from: gns3server/compute/qemu/qemu_vm.py
if adapter_type == "virtio-net-pci":
device_string = "{},speed=10000,duplex=full".format(device_string)
The other option would be upgrade ubuntu (or qemu). I'm not sure which version of qemu brought in that feature.
Looks like the missing feature for speed and duplex was added in qemu 2.12 and ubuntu 18.04 has 2.11.
FYI 18.04 ended LTS this month I believe.
Speed and duplex will only be added with Qemu version >= 2.12 in the next release. Thanks for catching this 👍
GNS3 Version: GNS3 v2.2.40.1 Operating System: Linux - Ubuntu 18.04
I have a problem after the upgrade to 2.2.40.1 on ubuntu 18.04 with qemu (with 2.2.39 everything was working okay):
Example of trying to start Mikrotik CHR:
Example of trying to start F5:
Also I can not downgrade to 2.2.39 as the packages are missing in the repo :(