eve-ng and NGINX

Moderator: mike

Post Reply
janostasik
Posts: 31
Joined: Thu Jan 18, 2018 11:43 am

eve-ng and NGINX

Post by janostasik » Thu Dec 13, 2018 7:58 am

Hello,
I have configured external access to my eve lab via NGINX. It was working like a charm. After the upgrade to eve-ng 2.0.4-98-PRO I can still access LAB, login, create topology do all the changes when logged via HTML5 console. Only issue now is, when i want to manage device, now instead of new tab, new small windows opens for console. I have there black screen and on down right side message: The network connection to the Guacamole server appears unstable. I believe this is issue with mu NGINX config as after the last upgrade EVE-ng interface changed and I didn't reflect the changes... Here is extract of NGINX config what was working before upgrade.

location / {
proxy_pass https://xxxxx.xxxxx..sk;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

PS: I am not pasting here security stuff etc, above is only extract for eve-ng.

Thank you for any help....

Uldis (UD)
Posts: 5080
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: eve-ng and NGINX

Post by Uldis (UD) » Thu Dec 13, 2018 9:40 am

which EVE version was before?

janostasik
Posts: 31
Joined: Thu Jan 18, 2018 11:43 am

Re: eve-ng and NGINX

Post by janostasik » Thu Dec 13, 2018 10:44 am

Uldis, the last one before 98. I cant remember exact number and cant find a changelog on your site. Basically the last one where html5 terminal console was opening in a new browser tab instead of popup window...

Uldis (UD)
Posts: 5080
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: eve-ng and NGINX

Post by Uldis (UD) » Thu Dec 13, 2018 12:33 pm

yes new EVE has windowed html now, but on top left corner you can call out it on next screen
I believe it is browser issue...
make sure your browser firefox or chrome is latest version

Uldis

janostasik
Posts: 31
Joined: Thu Jan 18, 2018 11:43 am

Re: eve-ng and NGINX

Post by janostasik » Thu Dec 13, 2018 2:27 pm

Hello, firefox is on latest version and its the same. No matter if console is windowed or stretched to a tab. I have to figure out as local connection works like a charm so must be NGINX config....
You do not have the required permissions to view the files attached to this post.

Uldis (UD)
Posts: 5080
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: eve-ng and NGINX

Post by Uldis (UD) » Thu Dec 13, 2018 2:59 pm

mate but does your device not blocking access to it?
and come in live support chat
http://www.eve-ng.net/forum/

janostasik
Posts: 31
Joined: Thu Jan 18, 2018 11:43 am

Re: eve-ng and NGINX

Post by janostasik » Thu Dec 13, 2018 3:19 pm

Uldis, shoudlnt be the case as i can log remotely, work on topology, create, modify, delete...i didnt catch any other issue, just when i want to use html5 console to get on the device :)

Post Reply