Page 1 of 1

eve-ng hosted on internet

Posted: Sat Oct 26, 2019 7:11 pm
by gmcms
Hi all, I'm searching the best practices for my purpose.
I want to install eve-ng on a VPS or a dedicated server from a provider with one public IP address.
My purpose would be to access the nodes in the lab from a laptop on a real network connected to internet.
What are the recommended settings to reach this goal?
Thanks
Regards

Re: eve-ng hosted on internet

Posted: Sat Oct 26, 2019 7:17 pm
by Uldis (UD)
Google cloud is supported
GCP

Re: eve-ng hosted on internet

Posted: Sat Oct 26, 2019 7:46 pm
by gmcms
When I look at the documentation about Google Cloud install I don't see anything that can explain that each device will be accessible from physical network with, for exemple, an Ansible playbook.
Regards

Re: eve-ng hosted on internet

Posted: Sat Oct 26, 2019 8:26 pm
by Uldis (UD)
I guess you mess something mate..
When you create eve lab you can add any linux node with ansible and use it for you lab push configs in it...
Or I dont understand what do you mean..
GCP is plaform to run EVE Vm machine...
but on eve you can create labs
Public access to the lab, then need order extra public ip fron GCp, assign it for some EVE lab node and you will have access to it from internet...

Re: eve-ng hosted on internet

Posted: Sat Oct 26, 2019 8:51 pm
by gmcms
My purpose is not to add a Linux VM for automation into the lab, but the purpose is for people to use their own laptop with automation tools on it and access the nodes in the lab that would be hosted on internet.
Adding IP address is a way to go, but on the provider that I'm using now, limit to 16 more IPs, so if I want that each people build his own lab it will be very limiting. In addition I'm not sure about the security to expose the nodes directly to internet.
What's about an OpenVPN added to the Ubuntu 16.04?
Thanks