GNS3 / gns3-web-ui

WebUI implementation for GNS3
GNU General Public License v3.0
148 stars 52 forks source link

Allow IOU or IOS templates to be created #1307

Closed grossmj closed 2 years ago

grossmj commented 2 years ago

It is impossible to manually create IOU or IOS templates. There are 'Not authenticated' messages.

Screenshot from 2022-04-27 15-55-45

Screenshot from 2022-04-27 16-03-55

rajnikantsolarwinds commented 2 years ago

@grossmj & @piotrpekala7 When I adding IOU template then I getting this error image

cristian-ciobanu commented 2 years ago

This does not look like an IOU image name rather than an VM. It has an extension of OVA. IOU images usually have a .bin extension like this i86bi-linux-l3-adventerprisek9-ms.155-2.T.bin

Check the appliance file for an L3 IOU image located on the GNS3 registry page https://github.com/GNS3/gns3-registry/blob/master/appliances/cisco-iou-l3.gns3a

grossmj commented 2 years ago

I am getting the same error

Screenshot from 2022-05-20 23-06-31

Make sure you use the same API calls as you used in the image manager, to upload an image: https://apiv3.gns3.net/#/Images/upload_image_v3_images_upload__image_path__post or list existing images: https://apiv3.gns3.net/#/Images/get_images_v3_images_get

The same should be done for IOS router templates (Dynamips)