You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started testing v3.0.0a4 since yesterday and I'm running into the following issue:
Version 3.0.0 alpha 4
VM Version 0.15.0
GNS3server log
2023-10-19 07:33:42 INFO iou_vm.py:939 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Ethernet adapters changed to 2
2023-10-19 07:33:42 INFO iou_vm.py:969 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Serial adapters changed to 2
2023-10-19 07:33:42 INFO iou_vm.py:354 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: NVRAM updated from 128KB to 16KB
2023-10-19 07:33:42 INFO iou_vm.py:153 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: IOU image updated to "/opt/gns3/images/IOU/i86bi-linux-l2-adventerprisek9-15.2d.bin"
2023-10-19 07:33:42 INFO iou_vm.py:969 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Serial adapters changed to 0
2023-10-19 07:33:42 INFO iou_vm.py:939 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Ethernet adapters changed to 4
2023-10-19 07:33:43 INFO websockets_impl.py:283 ('10.130.4.51', 56073) - "WebSocket /v3/projects/f74dae81-da77-4bbf-aa50-6fe7eaec852e/notifications/ws?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTY5Nzc4NzIxOX0.UZzVaszPhOgn5es7k4eWKNRVnYURrdkO-aY933ISjVk" [accepted]
2023-10-19 07:33:43 INFO server.py:646 connection open
2023-10-19 07:33:43 INFO projects.py:297 New client has connected to the notification stream for project ID 'f74dae81-da77-4bbf-aa50-6fe7eaec852e' (WebSocket method)
2023-10-19 07:33:47 INFO iou_vm.py:460 Checking IOU license in '/tmp/tmp14pyu8o2/iourc'
2023-10-19 07:33:47 INFO base_node.py:786 Starting new uBridge hypervisor 0.0.0.0:44427
2023-10-19 07:33:47 INFO hypervisor.py:163 starting ubridge: ['/usr/bin/ubridge', '-H', '0.0.0.0:44427']
2023-10-19 07:33:47 INFO hypervisor.py:165 logging to /opt/gns3/projects/f74dae81-da77-4bbf-aa50-6fe7eaec852e/project-files/iou/5a22a3a1-3f10-4291-9431-0d97975bd75e/ubridge.log
2023-10-19 07:33:47 INFO hypervisor.py:171 ubridge started PID=1887
2023-10-19 07:33:47 INFO base_node.py:789 Hypervisor 0.0.0.0:44427 has successfully started
2023-10-19 07:33:47 INFO ubridge_hypervisor.py:82 Connected to uBridge hypervisor on 127.0.0.1:44427 after 0.1009 seconds
2023-10-19 07:33:47 INFO iou_vm.py:845 IOU IOU1 [id=5a22a3a1-3f10-4291-9431-0d97975bd75e]: NETMAP file created
2023-10-19 07:33:47 INFO iou_vm.py:602 Starting IOU: ['/opt/gns3/images/IOU/i86bi-linux-l2-adventerprisek9-15.2d.bin', '-e', '4', '-s', '0', '1']
2023-10-19 07:33:47 INFO iou_vm.py:612 IOU instance 5a22a3a1-3f10-4291-9431-0d97975bd75e started PID=1892
2023-10-19 07:33:47 WARNING h11_impl.py:210 Invalid HTTP request received.
2023-10-19 07:35:30 INFO websockets_impl.py:303 ('10.130.4.51', 56168) - "WebSocket /v3/projects/f74dae81-da77-4bbf-aa50-6fe7eaec852e/nodes/5a22a3a1-3f10-4291-9431-0d97975bd75e/console/ws" 403
2023-10-19 07:35:30 INFO server.py:233 connection failed (403 Forbidden)
2023-10-19 07:35:30 INFO server.py:268 connection closed
The opening of the webconsole is at timestamp 07:35:30.
Console with telnet through GNS3 application on Windows is working. But web console doesnt work from the beginning.
I only deployed the VM and configured the network settings, then started to add two appliances.
Project was created with the admin user.
Do you need any additional logs?
The text was updated successfully, but these errors were encountered:
crytectobi
changed the title
Webconsole forbidden 403
3.0.0 alpha 4 web console forbidden 403
Oct 19, 2023
Thanks for reporting this. The authentication token wasn't passed to the API endpoint for the web socket console and there were authentication issues between the controller and computes. I have fixed and tested everything, it will work in the next alpha 5.
Hi,
I started testing v3.0.0a4 since yesterday and I'm running into the following issue:
Version 3.0.0 alpha 4
VM Version 0.15.0
GNS3server log
2023-10-19 07:33:42 INFO iou_vm.py:939 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Ethernet adapters changed to 2
2023-10-19 07:33:42 INFO iou_vm.py:969 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Serial adapters changed to 2
2023-10-19 07:33:42 INFO iou_vm.py:354 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: NVRAM updated from 128KB to 16KB
2023-10-19 07:33:42 INFO iou_vm.py:153 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: IOU image updated to "/opt/gns3/images/IOU/i86bi-linux-l2-adventerprisek9-15.2d.bin"
2023-10-19 07:33:42 INFO iou_vm.py:969 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Serial adapters changed to 0
2023-10-19 07:33:42 INFO iou_vm.py:939 IOU "IOU2" [15a5667f-fec0-42ab-9fc4-d47039f44df8]: number of Ethernet adapters changed to 4
2023-10-19 07:33:43 INFO websockets_impl.py:283 ('10.130.4.51', 56073) - "WebSocket /v3/projects/f74dae81-da77-4bbf-aa50-6fe7eaec852e/notifications/ws?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTY5Nzc4NzIxOX0.UZzVaszPhOgn5es7k4eWKNRVnYURrdkO-aY933ISjVk" [accepted]
2023-10-19 07:33:43 INFO server.py:646 connection open
2023-10-19 07:33:43 INFO projects.py:297 New client has connected to the notification stream for project ID 'f74dae81-da77-4bbf-aa50-6fe7eaec852e' (WebSocket method)
2023-10-19 07:33:47 INFO iou_vm.py:460 Checking IOU license in '/tmp/tmp14pyu8o2/iourc'
2023-10-19 07:33:47 INFO base_node.py:786 Starting new uBridge hypervisor 0.0.0.0:44427
2023-10-19 07:33:47 INFO hypervisor.py:163 starting ubridge: ['/usr/bin/ubridge', '-H', '0.0.0.0:44427']
2023-10-19 07:33:47 INFO hypervisor.py:165 logging to /opt/gns3/projects/f74dae81-da77-4bbf-aa50-6fe7eaec852e/project-files/iou/5a22a3a1-3f10-4291-9431-0d97975bd75e/ubridge.log
2023-10-19 07:33:47 INFO hypervisor.py:171 ubridge started PID=1887
2023-10-19 07:33:47 INFO base_node.py:789 Hypervisor 0.0.0.0:44427 has successfully started
2023-10-19 07:33:47 INFO ubridge_hypervisor.py:82 Connected to uBridge hypervisor on 127.0.0.1:44427 after 0.1009 seconds
2023-10-19 07:33:47 INFO iou_vm.py:845 IOU IOU1 [id=5a22a3a1-3f10-4291-9431-0d97975bd75e]: NETMAP file created
2023-10-19 07:33:47 INFO iou_vm.py:602 Starting IOU: ['/opt/gns3/images/IOU/i86bi-linux-l2-adventerprisek9-15.2d.bin', '-e', '4', '-s', '0', '1']
2023-10-19 07:33:47 INFO iou_vm.py:612 IOU instance 5a22a3a1-3f10-4291-9431-0d97975bd75e started PID=1892
2023-10-19 07:33:47 WARNING h11_impl.py:210 Invalid HTTP request received.
2023-10-19 07:35:30 INFO websockets_impl.py:303 ('10.130.4.51', 56168) - "WebSocket /v3/projects/f74dae81-da77-4bbf-aa50-6fe7eaec852e/nodes/5a22a3a1-3f10-4291-9431-0d97975bd75e/console/ws" 403
2023-10-19 07:35:30 INFO server.py:233 connection failed (403 Forbidden)
2023-10-19 07:35:30 INFO server.py:268 connection closed
The opening of the webconsole is at timestamp 07:35:30.
Console with telnet through GNS3 application on Windows is working. But web console doesnt work from the beginning.
I only deployed the VM and configured the network settings, then started to add two appliances.
Project was created with the admin user.
Do you need any additional logs?
The text was updated successfully, but these errors were encountered: