Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not import IOU in gns3 vm in 2.2 a2 #2737

Closed
taurus8 opened this issue Mar 14, 2019 · 5 comments
Closed

Can not import IOU in gns3 vm in 2.2 a2 #2737

taurus8 opened this issue Mar 14, 2019 · 5 comments
Assignees
Labels
Milestone

Comments

@taurus8
Copy link

taurus8 commented Mar 14, 2019

8

@taurus8 taurus8 added the Bug label Mar 14, 2019
@taurus8
Copy link
Author

taurus8 commented Mar 14, 2019

How can i launch Web Interface ?

i face following error in gns3 vm

9

@grossmj
Copy link
Member

grossmj commented Mar 15, 2019

How can i launch Web Interface ?

Please go to the Tools menu in GNS3 and select the "WebUi" entry. This is just a preview for now, you can't really do much.

You can also just start the server with gns3server --local --host 127.0.0.1 and open a web browser to go to http://127.0.0.1:3080/static/web-ui/local

@taurus8
Copy link
Author

taurus8 commented Mar 15, 2019

Hi
i have started gns3 server as you said and i got this error

11

@grossmj
Copy link
Member

grossmj commented Mar 15, 2019

I have fixed this error on the dev version already. Make sure you GNS3 VM has the same GNS3 version as your server (2.2.0a2) and you shouldn't get this problem.

Alternatively, you may also edit %APPDATA%\GNS3\gns3_controller.conf and change "enable": true to "enable": false

    "gns3vm": {
        "vmname": "GNS3 VM",
        "when_exit": "stop",
        "headless": false,
        "enable": true,
        "engine": "vmware",
        "ram": 512,
        "vcpus": 1
    },

@grossmj grossmj added this to the 2.2 milestone Mar 15, 2019
@grossmj grossmj self-assigned this Mar 15, 2019
@grossmj
Copy link
Member

grossmj commented Mar 18, 2019

Please try again with alpha 3, we are going to release it soon. Thanks :)

@grossmj grossmj closed this as completed Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants