Open Cx330-dev opened 2 weeks ago
uBridge is an additional software that you must install.
Also, how have you installed GNS3? Do you run the GNS3 server as a service already?
Thanks.
I installed it according to this official tutorial , I started it by running gns3 directly in the terminal, and according to the feedback from lsof, I should have enabled the gns3server program.
(The following operation is an accidental touch, please ignore it)
(The above operation is an error, please don't need to ignore it)
I try to start separately, start the GNS3Server in the terminal, and then start the GNS3-GUI. When the new path is built, the path is not allowed, but my file path/home/CX330/desktop/2 is a legal path. At the default path, he can start normally, but still unable to pull the line, report an error Error while creating link: uBridge is not available, path doesn't exist, or you just installed GNS3 and need to restart your user session to refresh user permissions.
My OS version: Kali-Rolling 2024.3 GNS3 version: 2.2.49
I tried to pull the cable for the c3600 device, and gns3-gui returned an error message: Error while creating link: uBridge is not available, path doesn't exist, or you just installed GNS3 and need to restart your user session to refresh user permissions.
I suspected that there was a problem with gns3-server, so I opened another command line and ran gns3-server. It stopped after running some python script commands.
I suspected that port 3080 might be occupied, which caused gns3-server to not connect properly. So I checked the usage of port 3080 through lsof, which showed that port 3080 was being used by gns3-server.
I searched and found that someone had raised this issue in gns 2.1, but I checked the issue he raised and found that his situation did not match mine. Here is the link to his issue for your reference. https://github.com/GNS3/gns3-server/issues/1247