EVE-NG with Ubuntu 16.04.2 Server Bare Install working BUT...

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
bluephoenix71
Posts: 10
Joined: Fri May 26, 2017 2:04 pm

EVE-NG with Ubuntu 16.04.2 Server Bare Install working BUT...

Post by bluephoenix71 » Thu Jul 06, 2017 10:37 am

Hi all,

I hope I have not asked a very well known question since I tried to find anything on google but can't seem to find any similar topic about what I am trying to achieve.

I was able to do a bare install using Ubuntu Server 16.04.2 LTS. I was able to install eve-ng, was able to access it via http, I can even do transfer files via winscp. I tried to even access this server via the internet and used port forwarding on my broadband router. I can access the eve-ng cli and I can also access the web ui.

In the web interface where I will create the nodes, I can see that the IOL routers have started, I clicked on one router and a securecrt tab opens BUT times out. My question is that do I open the ports also that I see at the bottom when I hover my mouse cursor to the node?
Example:
telnet:/9.89.2.91:32769 ---> this is what I see at the bottom.
So do I need to open port 32769 up to 40000 for example?

OR do I ONLY need to configure port forwarding for port 23? I have only configured port forwarding for port 80 for http and 22 for scp/ftp/ssh.

Please point me to a link or video tutorial if this has already been tackled and dealt with.


Thanks all,

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: EVE-NG with Ubuntu 16.04.2 Server Bare Install working BUT...

Post by ecze » Thu Jul 06, 2017 11:53 am

Current EVE-NG needs port > 32768 opened

In the future requirement could be eve just port > 1024

This is why using a VPN to access to EVE and have a full access to Server is the preferred way to use native console.

In case of security requirement, htm5 console can be used to reduce the ports to open ( 80 for classic EVE-NG, 443 if SSL enabled )

E.

bluephoenix71
Posts: 10
Joined: Fri May 26, 2017 2:04 pm

Re: EVE-NG with Ubuntu 16.04.2 Server Bare Install working BUT...

Post by bluephoenix71 » Thu Jul 06, 2017 12:41 pm

Hi,

Are you saying that only port 32768 needs to be opened?

Or do I need to open a range of ports starting from 32767-32896?


Thanks for your reply.

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: EVE-NG with Ubuntu 16.04.2 Server Bare Install working BUT...

Post by ecze » Thu Jul 06, 2017 12:47 pm

each pod use 128 ports...

so pod 0 from 32768 to 32768+128, and so on....


E.

bluephoenix71
Posts: 10
Joined: Fri May 26, 2017 2:04 pm

Re: EVE-NG with Ubuntu 16.04.2 Server Bare Install working BUT...

Post by bluephoenix71 » Tue Jul 18, 2017 1:33 pm

ecze wrote:
Thu Jul 06, 2017 12:47 pm
each pod use 128 ports...

so pod 0 from 32768 to 32768+128, and so on....


E.
Hi ecze,

This helped my issue. Many thanks!

Post Reply