Ean Towne

Results 59 comments of Ean Towne

What is the full URL for the "/version", as http://:/version returns 404 using curl? These servers are all running the same version, as a side note.

Version listed under "Release Notes" of Web-UI says current version is 2.2.19, however installed gns3-server from PPA is 2.2.21. Even if the version was 2.2.19, it should not matter, as...

Using this: http://192.168.1.31:3080/static/web-ui/version as URL returns 404.

Ok, so, both are running 2.2.21 (just checked). So, why is it throwing an error when checking the server version?

Is there a log I can look at? No applicable entries in /var/log/gns3/gns3.log, just shows "GET" to remote server with no real info. "GET /v2/version HTTP/1.1" 200 228 "http://192.168.1.31:3080/" "Mozilla/5.0...

I am already looking at the log from the service (daemon). There is only one log and it is /var/log/gns3/gns3.log, however it is not providing anything useful.

For instance these are the last 10 lines from the log: `tail /var/log/gns3/gns3.log` 2021-05-19 14:58:12 INFO web_log.py:206 192.168.1.133 [19/May/2021:14:58:12 +0000] "GET /static/web-ui/polyfills.c1fadfb88d7fb5b7f9ac.js HTTP/1.1" 200 45491 "http://192.168.1.32:3080/static/web-ui/bundled" "Mozilla/5.0 (X11; Ubuntu; Linux...

It is basically just showing the URL requested and the client ID, no actual diagnostic information. Turned debugging on for gns3server (not running as daemon). When trying to add new...

Ok, just did a packet capture. When clicking the "Add" button, there is NO traffic outbound to the remote server. I had a ping going at the same time just...