Open MrSom3body opened 1 month ago
Hello, You're correct, the GNS3 NixOS module currently does not support integration with VMware Workstation at the moment. I’d be happy to help you further, but unfortunately, I don't have a VMware Workstation license.
Hey, Actually you don't need a license anymore for personal use. I think this change came a few months ago but I don't remember anymore
Hey, is there any possibility to add the path for VMWare with a workaround until this issue gets resolved?
Hey, is there any possibility to add the path for VMWare with a workaround until this issue gets resolved?
@MrSom3body Sure, looks like it is possible.
You can try the following GNS3 Server configuration:
services.gns3-server.settings."VMware" = {
host_type = "ws";
vmnet_start_range = 2;
vmnet_end_range = 50;
vmrun_path = "${pkgs.vmware-workstation}/bin/vmrun";
};
It should configure GNS3 to find the path to the vmrun executable.
You might also need to add the gns3
system user into some kind of vmware
group.
Describe the bug
Adding an VMWare Template to GNS3 is not possible due to VMWare Workstation not being found in the Path.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be able to find my VMWare VMs and select them.
Screenshots
Additional context
None
Notify maintainers
@anthonyroussel
Metadata
Add a :+1: reaction to issues you find important.