Page 1 of 1

eve-ng and NGINX

Posted: Thu Dec 13, 2018 7:58 am
by janostasik
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....

Re: eve-ng and NGINX

Posted: Thu Dec 13, 2018 9:40 am
by Uldis (UD)
which EVE version was before?

Re: eve-ng and NGINX

Posted: Thu Dec 13, 2018 10:44 am
by janostasik
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...

Re: eve-ng and NGINX

Posted: Thu Dec 13, 2018 12:33 pm
by Uldis (UD)
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

Re: eve-ng and NGINX

Posted: Thu Dec 13, 2018 2:27 pm
by janostasik
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....

Re: eve-ng and NGINX

Posted: Thu Dec 13, 2018 2:59 pm
by Uldis (UD)
mate but does your device not blocking access to it?
and come in live support chat
http://www.eve-ng.net/forum/

Re: eve-ng and NGINX

Posted: Thu Dec 13, 2018 3:19 pm
by janostasik
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 :)