Jeremy Grossmann
Jeremy Grossmann
I had forgotten about this command. All is good then, I am going to use it. Thanks! I think you can close this ticket excepting if you really want to...
> A suggestion for you guys would be to run everything on top of Linux. I do, and everything works smooth. I will add that the next major version of...
@jean-christophe-manciot sorry for the delay but are we still behind on this?
I would say it is very likely this is because of Dynamips and it is not the behavior of the actual Cisco hardware. It would be interesting to try with...
Hi, You should be able to do the same by installing the GNS3 web client pack: https://github.com/GNS3/gns3-webclient-pack/releases/tag/v1.0.0b3 Then in the web ui, right click on a link and start a...
Hum sorry I overlooked that you said "directly in the browser". We definitely would like to do something similar but this will take some time.
We suspect an issue with a library used by Dynamips. See https://github.com/GNS3/dynamips/issues/84 and https://github.com/GNS3/dynamips/issues/83 Compiling Dynamips for x86 may solve the problem.
> This only happens when I install on physical hardware. If I install ubuntu 18.04 in a VM, dynamips doesn't give the error. I confirm I don't have the issue...
> Compiling Dynamips for x86 may solve the problem. Can you try the 32-bit version of Dynamips on physical hardware please? You can compile it yourself or download it from...
Try this command: `sudo apt install libelf-dev libpcap0.8-dev` then start again from `cmake .. -DDYNAMIPS_ARCH=x86` Thanks!